v1
latestOpenAPI 3.0.32026-07-1793060.0 KBAddresses
Update address
Update address
patch/api/v1/addresses/1
Request body
Example request
{
"data": {
"attributes": {
"city": "New York",
"company_in": "12345678",
"company_name": "ABC Company",
"company_tin": "CZ12345678",
"contact_phone": "789456789",
"first_name": "Jane",
"last_name": "Doe",
"line_one": "123 Main Street",
"postcode": "10001"
},
"id": "1",
"relationships": {
"country": {
"data": {
"id": "1",
"type": "countries"
}
},
"customer": {
"data": {
"id": "1",
"type": "customers"
}
}
},
"type": "addresses"
}
}