API Docs / Operations / Service - Packages / Apply Service Package to Client

Apply Service Package to Client

POST /tenants/{tenant}/clients/{clientCode}/apply-service-package/{packageCode}

Applies a service package to a client, creating ClientBillableService records for each item in the package.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

clientCode* path string
packageCode* path string
{
  "status": "Active",
  "startDate": "2024-01-01T00:00:00Z"
}

Responses

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