Skip to main content
Version: API v1

Rechnungseinstellungen ändern

PUT /v1/customers/{customerNumber}/billingsettings/
v1
PUT
updateCustomerBillingSettings

Request

  • customerNumberinteger
    required

    Kundennummer

Responses

application/json

Die Zahlungseinstellungen des Kunden

  • vatIDstring
  • postalInvoicesboolean
    required

Usage examples

$ curl \
--fail \
--location \
-X PUT \
-d '{"vatID":"string","postalInvoices":true}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/customers/123/billingsettings