Partially update address
Partially updates an existing address by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Specifies the tenant context for the request. All endpoints operate within this tenant scope.
"tnt_pfh0haxfpzowht3oi213cqos"
Path Parameters
The ID of the address.
"adr_ekq4ymw1nyyd4b6k6f5tg3t6"
Body
Request body used to partially update an existing address resource.
Request body used to partially update an existing address resource.
Primary address line.
1 - 200"123 Main St"
Secondary address line.
200"Suite 400"
State or region for the address.
100"California"
Country for the address.
1 - 100"United States"
City for the address.
1 - 100"San Francisco"
Postal or ZIP code.
1 - 20"94103"
Order of the resource for sorting purposes.
0 <= x <= 900719925474099113
Response
Default Response
Standard success response payload wrapped in a data property.
Address resource returned by the API.