BulkAssignServiceRequest
Request to assign a billable service to multiple clients at once
Properties
| Name | Type | Description |
|---|---|---|
| clientCodes* | array of string | The client codes to assign this service to |
The client codes to assign this service to | ||
| billingFrequency* | enum | OneOff Annual Quarterly Monthly |
OneOff Annual Quarterly Monthly | ||
| price | number | Optional price override. When omitted, standard pricing is used. |
Optional price override. When omitted, standard pricing is used. | ||
| overridePricing | boolean | Whether to use a custom price instead of standard pricing. |
Whether to use a custom price instead of standard pricing. | ||
| startDate* | string | The start date for the new assignments |
The start date for the new assignments | ||
| status | enum | Active Inactive Paused Proposed |
Active Inactive Paused Proposed | ||
| autoInvoice | boolean | Whether the new assignments should automatically generate invoice line items |
Whether the new assignments should automatically generate invoice line items | ||
| createOnboardingTasks | boolean | Whether to create onboarding tasks for the new assignments. |
Whether to create onboarding tasks for the new assignments. | ||
| stageCode | string | Optional stage code to set on the new assignments |
Optional stage code to set on the new assignments | ||
| managedByUserCode | string | Optional managed-by user code |
Optional managed-by user code | ||
JSON Example
{
"clientCodes": [
"string"
],
"billingFrequency": "OneOff",
"price": 0,
"overridePricing": false,
"startDate": "2024-01-01T00:00:00Z"
}