Update an address
POST
https://api.tamio.com/v2/customers/address/update/{uuid}
Updates an existing billing or shipping address. Changing the country of a billing address that is tied to an active subscription is not allowed.
Path Parameters
uuid
string*
UUID of the address to update
Body Parameters
name
string*
last_name
string
country
string*
address
string*
city
string*
postcode
string
state
string
email
string*
company
string
phone
string
vat
string
locale
string
is_company
boolean
representative
string
shipping_address
boolean
Responses
200
Address updated successfully
Address updated 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: address UUID not found or belongs to another account10216– AddressTiedToSubscription: cannot change country on a billing address tied to an active subscription
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string