Update a customer address
Update a customer address
Required permissions:customer:write
Authorizations
Value for the Authorization header parameter.
Path Parameters
CustomerAddress identifier
Body
If not provided, we will use the customer country code.
"DE"
Can be empty if the customer is a company.
255
"John"
Can be empty if the customer is a company.
255
"Doe"
If not provided, we will use the customer vat id.
2 - 255
"DE123456789"
255
"Acme Inc."
The street of the customer. If not provided, we will use empty string.
2 - 255
"Musterstraße 1"
The house number of the customer. If not provided, we will use empty string.
255
"1a"
The zip code of the customer. If not provided, we will use empty string.
"12345"
The city of the customer. If not provided, we will use empty string.
2 - 255
"Berlin"
Additional address line of the customer. If not provided, we will use empty string.
255
"c/o John Doe"
Firma
, Herr
, Frau
"Herr"
The cost centre of the customer. If not provided, we will use empty string.
2 - 255
"12345"
TYPE_DEFAULT
, TYPE_INVOICE
"TYPE_DEFAULT"
Response
VAT ID, which will be used to bill to. If not provided, we will use the customer vat id.
"DE123456789"
TYPE_DEFAULT
, TYPE_INVOICE
"TYPE_DEFAULT"
"true"
active
, archived
"active"
"Berlin"
"12345"
"Musterstraße"
"1a"
"DE"
Company name, which will be used to bill to.
"ACME Inc."
Firma
, Herr
, Frau
"Herr"
Additional address information, which will be shown on generated documents like invoices, reminders, etc.
"c/o John Doe"
Cost centre, which will be shown on generated documents like invoices, reminders, etc.
"123456789"
First name, which will be shown on generated documents like invoices, reminders, etc.
"John"
Last name, which will be shown on generated documents like invoices, reminders, etc.
"Doe"
Was this page helpful?