UpdateBillableServiceRequest
Request DTO for updating an existing billable service
Properties
| Name | Type | Description |
|---|---|---|
| name* | string | The name of the service |
The name of the service | ||
| description | string | The description of the service |
The description of the service | ||
| clientTypes | array of enum | The types of clients this service is applicable to |
The types of clients this service is applicable to | ||
| isArchived | boolean | Indicates whether this service is archived (inactive) |
Indicates whether this service is archived (inactive) | ||
| accountingCode | string | The accounting code for this service (max 20 characters) |
The accounting code for this service (max 20 characters) | ||
| defaultManagedByUserCode | string | The code of the user who is the default manager for this service |
The code of the user who is the default manager for this service | ||
| serviceScheduleContentCode | string | The code of the content block to use for service schedule |
The code of the content block to use for service schedule | ||
| proposalContentCode | string | The code of the content block to use for proposals |
The code of the content block to use for proposals | ||
| category | enum | Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining |
Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining | ||
| pricing | array of BillableServicePricingOptionDto | The pricing options for this service |
The pricing options 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 | ||
| pcrItemCodes | array of string | The codes of professional clearance request items for this service |
The codes of professional clearance request items for this service | ||
JSON Example
{
"name": "string",
"description": "string",
"clientTypes": [
"PrivateLimitedCompany"
],
"isArchived": false,
"accountingCode": "string"
}