Space Docs
API ReferenceSite

site.setServiceRateOverride

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
siteIdstringYesID of the associated site
serviceTypeIdstringYesID of the associated service type
ratenumberYesRate

Example

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

On this page