CreateBillableServiceFromLibraryRequest
Request DTO for creating a billable service from library with optional overrides
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Optional: Override the name of the service from the library template |
Optional: Override the name of the service from the library template | ||
| description | string | Optional: Override the description of the service from the library template |
Optional: Override the description of the service from the library template | ||
| isArchived | boolean | Optional: Override whether this service is archived (defaults to false) |
Optional: Override whether this service is archived (defaults to false) | ||
| accountingCode | string | Optional: Set the accounting code for this service (max 20 characters) |
Optional: Set the accounting code for this service (max 20 characters) | ||
| defaultManagedByUserCode | string | Optional: Set the code of the user who is the default manager for this service |
Optional: Set the code of the user who is the default manager for this service | ||
| serviceScheduleContentCode | string | Optional: Override the content block code for service schedule from library |
Optional: Override the content block code for service schedule from library | ||
| proposalContentCode | string | Optional: Override the content block code for proposals from library |
Optional: Override the content block code for proposals from library | ||
| category | enum | Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining |
Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining | ||
| pricing | array of BillableServicePricingOptionDto | Optional: Override the pricing options from the library template |
Optional: Override the pricing options from the library template | ||
| pricingFactors | array of PricingFactorDto | Optional: Override the pricing factors from the library template |
Optional: Override the pricing factors from the library template | ||
JSON Example
{
"name": "string",
"description": "string",
"isArchived": false,
"accountingCode": "string",
"defaultManagedByUserCode": "string"
}