Create an address for a customer
POST
https://api.tamio.com/v2/customers/address/create/{uuid}
Adds a new billing or shipping address to an existing customer.
Path Parameters
uuid
string*
UUID of the customer
Body Parameters
name
string*
last_name
string
country
string*
address
string*
city
string*
company
string
postcode
string
state
string
email
string
phone
string
vat
string
locale
string
is_company
boolean
representative
string
shipping_address
boolean
Responses
200
Address created successfully
Address created successfully
status
integer
customer
Customer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: customer UUID not found
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string