Clients
Update a Client
OAuth Scope
This endpoint requires the following OAuth scope manage_customers.
post/company/{uuid}.json
Path parameters
uuidstring uuid required
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"
}