Update a company address
PATCH /addresses/{address_id}
PATCH
/addresses/{address_id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” address_id
required
Address id
string
Example
42Request Body
Section titled “Request Body ”object
first_name
string
last_name
string
phone
string
phone_country
string
address1
string
address2
string
zip
string
city
string
country
ISO 3166-1 alpha-2 country code
string
Example
FR type
string
label
string
comment
string
is_default
boolean
Responses
Section titled “ Responses ”Updated address
object
data
required
object
id
required
integer
first_name
required
string
last_name
required
string
phone
required
string
phone_country
required
string
address1
required
string
address2
required
string
type
required
string
zip
required
string
city
required
string
country
required
ISO 3166-1 alpha-2 country code
string
Example
FR label
required
string
comment
required
string
is_default
required
boolean
is_hq
required
boolean
Validation error
object
error
required
string
Forbidden
object
error
required
string
Resource not found
object
error
required
string
Internal server error
object
error
required
string