BulkApplyServicePackageRequest
Request to apply a service package to multiple clients at once
Properties
| Name | Type | Description |
|---|---|---|
| clientCodes* | array of string | The client codes to apply this package to |
The client codes to apply this package to | ||
| startDate | string | The start date for the new service assignments |
The start date for the new service assignments | ||
| status | enum | Active Inactive Paused Proposed |
Active Inactive Paused Proposed | ||
| createOnboardingTasks | boolean | Whether to create onboarding tasks for the assigned services. Defaults to true. |
Whether to create onboarding tasks for the assigned services. Defaults to true. | ||
JSON Example
{
"clientCodes": [
"string"
],
"startDate": "2024-01-01T00:00:00Z",
"status": "Active",
"createOnboardingTasks": false
}