BillableServiceDto
Response DTO for billable service information
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The service's unique Code within the tenant |
The service's unique Code within the tenant | ||
| name | string | The name of the service |
The name of the service | ||
| description | string | The description of the service |
The description of the service | ||
| isArchived | boolean | Indicates whether this service is archived (inactive) |
Indicates whether this service is archived (inactive) | ||
| accountingCode | string | The accounting code for this service |
The accounting code for this service | ||
| defaultManagedByUser | CodeAndNameDto | |
| serviceScheduleContent | CodeAndNameDto | |
| proposalContent | CodeAndNameDto | |
| category | enum | Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining |
Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining | ||
| clientTypes | array of enum | The types of clients this service is applicable to |
The types of clients this service is applicable to | ||
| pricing | array of BillableServicePricingOptionDto | The pricing options available for this service |
The pricing options available for this service | ||
| pricingFactors | array of PricingFactorDto | The pricing factors that can affect the service pricing calculations |
The pricing factors that can affect the service pricing calculations | ||
| pcrItems | array of CodeAndNameDto | Professional clearance request items for this service |
Professional clearance request items for this service | ||
| createdDate | string | When the service was created |
When the service was created | ||
| updatedDate | string | When the service was last updated |
When the service was last updated | ||
JSON Example
{
"code": "string",
"name": "string",
"description": "string",
"isArchived": false,
"accountingCode": "string"
}
Used By Operations
-
POST
Create BillableService
/api/tenants/{tenant}/services
-
GET
Get BillableService
/api/tenants/{tenant}/services/{code}
-
PUT
Update BillableService
/api/tenants/{tenant}/services/{code}
-
GET
Library Item
/api/tenants/{tenant}/services/library/{code}
-
POST
Create Service from Library
/api/tenants/{tenant}/services/library/{libraryCode}/create
-
POST
Generate Service
/api/tenants/{tenant}/services/generate