Skip to main content

Add an address to a profile

Add an address to a profile.

Authorizations:Token
Query Parameters
profile_id
required
integer
Request Body Schema:
The new 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

201Address resource created
Response schema:
Address resource created
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
422Unprocessable entity