Customer Address
Set a customer address as default
POST
/
customer-addresses
/
{id}
/
default
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredCustomerAddress identifier
Body
The body is of type any
.
Response
201 - application/json
id
string
vatId
string | null
VAT ID, which will be used to bill to. If not provided, we will use the customer vat id.
type
enum<string>
Available options:
TYPE_DEFAULT
, TYPE_INVOICE
default
boolean
status
enum<string>
Available options:
active
, archived
city
string
zip
string
street
string
houseNumber
string
countryCode
string
companyName
string | null
Company name, which will be used to bill to.
salutation
enum<string> | null
Available options:
Firma
, Herr
, Frau
addition
string | null
Additional address information, which will be shown on generated documents like invoices, reminders, etc.
costCentre
string | null
Cost centre, which will be shown on generated documents like invoices, reminders, etc.
firstName
string | null
First name, which will be shown on generated documents like invoices, reminders, etc.
lastName
string | null
Last name, which will be shown on generated documents like invoices, reminders, etc.
Was this page helpful?