Skip to main content
PATCH
Upsert the authenticated user billing address

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
companyName
string
Maximum string length: 160
Example:

"Acme Corp"

vatNumber
string
Maximum string length: 40
Example:

"FR12345678901"

siret
string
Maximum string length: 20
Example:

"12345678900012"

address
string
Maximum string length: 200
Example:

"16 rue Gustave Courbet"

address2
string
Maximum string length: 200
Example:

"Apt 4B"

city
string
Maximum string length: 120
Example:

"Paris"

state
string
Maximum string length: 120
Example:

"Île-de-France"

zip
string
Maximum string length: 20
Example:

"75000"

country
string
Maximum string length: 80
Example:

"France"

phone
string
Maximum string length: 40
Example:

"+33 6 12 34 56 78"

Response

200 - undefined