Create a company address
POST /addresses
POST
/addresses
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
first_name
required
string
last_name
required
string
phone
required
string
phone_country
required
string
address1
required
string
address2
string
type
string
zip
required
string
city
required
string
country
ISO 3166-1 alpha-2 country code
string
Example
FR label
required
string
comment
string
is_default
boolean
Responses
Section titled “ Responses ”Created 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