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*
Contact first name
last_name
string
Contact last name
country
string*
Two-letter ISO country code
address
string*
Street address
city
string*
City
postcode
string
Postal/zip code
state
string
State or province
email
string*
Contact email address
company
string
Company name
phone
string
Contact phone number
vat
string
VAT identification number
locale
string
Preferred language/locale
is_company
boolean
Whether the billing entity is a company
representative
string
Authorized representative name (for company billing)
shipping_address
boolean
Whether this is a shipping address
Responses
200
Address updated successfully
Address updated successfully
status
integer
customer
Customer
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | Address not found |
10216 | 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