API ReferenceCustomer
customer.setServiceRateOverride
Type: Mutation · Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| customerId | string | Yes | — | ID of the associated customer |
| serviceTypeId | string | Yes | — | ID of the associated service type |
| rate | number | Yes | — | Rate |
Example
{
"customerId": "550e8400-e29b-41d4-a716-446655440000",
"serviceTypeId": "550e8400-e29b-41d4-a716-446655440000",
"rate": 0
}