ApplyServicePackageRequest
Request DTO for applying a service package to a client
Properties
| Name | Type | Description |
|---|---|---|
| status | enum | Active Inactive Paused Proposed |
Active Inactive Paused Proposed | ||
| startDate | string | 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"
}