Skip to main content

Update an address of a profile

Update an address of a profile.

Authorizations:Token
Query Parameters
profile_id
required
integer
address_id
required
integer
id
required
stringResource identifier
Request Body Schema:
The updated Address resource
is_billingboolean
is_shippingboolean
is_workboolean
typestringDefault: "R"Example: "R"
titlestring
firstnamestring
lastnamestring
phonestring
streetstring
zipcodestring<= 32 characters
citystring
country_codestring or null2 characters
stateinteger or null
state_namestring
custom_fieldsArray of objects
Array
namestring
valuestring

Responses

200Address resource updated
Response schema:
Address resource updated
idinteger
is_billingboolean
is_shippingboolean
is_workboolean
typestring
titlestring
firstnamestring
lastnamestring
phonestring
streetstring
zipcodestring<= 32 characters
citystring
country_codestring2 characters
stateinteger or null
state_namestring
custom_fieldsArray of objects
Array
namestring
valuestring
400Invalid input
404Resource not found
422Unprocessable entity