API Docs / Schemas / ApplyServicePackageRequest

ApplyServicePackageRequest

Request DTO for applying a service package to a client

Properties

Name Type Description
statusenum

Active Inactive Paused Proposed

Active Inactive Paused Proposed

startDatestring

The start date for the services. Defaults to today if not provided.

The start date for the services. Defaults to today if not provided.

JSON Example

{
  "status": "Active",
  "startDate": "2024-01-01T00:00:00Z"
}

Used By Operations