Skip to main content
PUT
Update an address

Authorizations

Authorization
string
header
required

Path Parameters

addressId
string<uuid>
required

Id of the address

Body

application/json

Address object to update

company
string
required
Maximum string length: 80
line1
string
required
Maximum string length: 80
city
string
required
Maximum string length: 80
postalCode
string
required
Maximum string length: 80
country
string
required
Maximum string length: 80
name
string
Maximum string length: 80
line2
string
Maximum string length: 80
line3
string
Maximum string length: 80
externalId
string
Maximum string length: 80
main
boolean

Response

Returns the updated address

id
string<uuid>
tenantId
string<uuid>
clientId
string<uuid>
name
string | null
company
string
line1
string
line2
string | null
line3
string | null
city
string
postalCode
string
country
string
externalId
string | null
main
boolean
createdAt
string<date-time>
updatedAt
string<date-time>