Space Docs
API ReferenceCustomer

customer.setServiceRateOverride

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
customerIdstringYesID of the associated customer
serviceTypeIdstringYesID of the associated service type
ratenumberYesRate

Example

{
  "customerId": "550e8400-e29b-41d4-a716-446655440000",
  "serviceTypeId": "550e8400-e29b-41d4-a716-446655440000",
  "rate": 0
}

On this page