API Docs / Operations / Service - Packages / Bulk Apply Package

Bulk Apply Package

POST /tenants/{tenant}/service-packages/{code}/bulk-apply

Applies this service package to multiple clients at once. Creates ClientBillableService records for each package item for each client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "clientCodes": [
    "string"
  ],
  "startDate": "2024-01-01T00:00:00Z",
  "status": "Active",
  "createOnboardingTasks": false
}

Responses

201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found