Update a Client
OAuth Scope
This endpoint requires the following OAuth scope manage_customers.
Path parameters
UUID of the Client
Request body
Example request
{
"uuid": "123e4567-a3d7-481d-9fd7-23f949ae197b",
"tax_rate_uuid": "123e4567-4eba-4df4-ab52-23f94ef1ad9b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}Changes
Changed in 3 of the 50 revisions of this API.118
- ▲
request property
is_individualwas restricted to a list of enum valuesrequest-property-became-enum
- ○
the request optional property
is_individualbecame read-onlyrequest-optional-property-became-read-only
- ○
added the new
0.00enum value to the request propertyis_individualrequest-property-enum-value-added
- ○
added the new
1.00enum value to the request propertyis_individualrequest-property-enum-value-added
- ▲
- ●
removed the request property
activerequest-property-removed
- ●
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○