API Docs / Schemas / BulkApplyServicePackageRequest

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

startDatestring

The start date for the new service assignments

The start date for the new service assignments

statusenum

Active Inactive Paused Proposed

Active Inactive Paused Proposed

createOnboardingTasksboolean

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
}

Used By Operations