Update Customer address
PATCH
/customers/address/{id}
Updates an existing customer address.
Authorizations
BearerAuth
Type
HTTP (bearer)
Example
"Bearer ..."Parameters
Path Parameters
id*
ID of the resource
Type
Requiredinteger
Request Body
application/json
JSON "street": "string", "number": 0, "complement": "string", "zip_code": 0, "neighborhood": "string", "city": "string", "state": "string", "latitude": 0, "longitude": 0, "address_type": "string", "name": "string", "fk_id": "string"
{
}
Responses
Resource updated successfully
application/json
JSON "data": { "id": 0, "street": "string", "number": 0, "complement": "string", "zip_code": 0, "neighborhood": "string", "city": "string", "state": "string", "latitude": 0, "longitude": 0, "address_type": "string", "name": "string", "fk_id": "string" }, "message": "string", "meta": { "timestamp": "2026-04-13T17:17:49", "version": "1.0.0" }
{
}
