Add an address to a profile
Creates a Address resource.
Authorizations:Token, JWT
Query Parameters
profile_id required | integer>= 1 |
Request Body Schema:
The new Address resource is_billing | boolean | ||||
is_shipping | boolean | ||||
is_work | boolean | ||||
type | stringDefault: "R" Enum: "R" "C" Example: "R" | ||||
title | string | ||||
firstname | string | ||||
lastname | string | ||||
phone | string | ||||
address1 | string | ||||
address2 | string | ||||
address3 | string | ||||
zipcode | string<= 32 characters | ||||
city | string | ||||
country_code | string2 characters | ||||
state | integer>= 0 | ||||
state_name | string | ||||
custom_fields | Array of objects | ||||
Array
|
Responses
201Address resource created
Response schema:
Address resource created is_billing | boolean | ||||
is_shipping | boolean | ||||
is_work | boolean | ||||
type | stringDefault: "R" Enum: "R" "C" Example: "R" | ||||
title | string | ||||
firstname | string | ||||
lastname | string | ||||
phone | string | ||||
address1 | string | ||||
address2 | string | ||||
address3 | string | ||||
zipcode | string<= 32 characters | ||||
city | string | ||||
country_code | string2 characters | ||||
state | integer>= 0 | ||||
state_name | string | ||||
custom_fields | Array of objects | ||||
Array
| |||||
id | integer or null>= 1 |
400Invalid input
401Unauthorized
Response schema:
Unauthorized type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
title | stringExample: "An error occurred" |
detail | string or nullExample: "Cannot find entity" |
instance | string or null |
422Unprocessable entity
500Internal error
Response schema:
Internal error type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
title | stringExample: "An error occurred" |
detail | string or nullExample: "Cannot find entity" |
instance | string or null |