POST
/
customer-addresses
/
{id}
/
default

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

CustomerAddress identifier

Response

201 - application/json
addition
string | null

Additional address information, which will be shown on generated documents like invoices, reminders, etc.

city
string
companyName
string | null

Company name, which will be used to bill to.

costCentre
string | null

Cost centre, which will be shown on generated documents like invoices, reminders, etc.

countryCode
string
default
boolean
firstName
string | null

First name, which will be shown on generated documents like invoices, reminders, etc.

houseNumber
string
id
string
lastName
string | null

Last name, which will be shown on generated documents like invoices, reminders, etc.

salutation
enum<string>
Available options:
Firma,
Herr,
Frau
status
enum<string>
Available options:
active,
archived
street
string
type
enum<string>
Available options:
TYPE_DEFAULT,
TYPE_INVOICE
vatId
string | null

VAT ID, which will be used to bill to. If not provided, we will use the customer vat id.

zip
string