API Docs / Schemas / CreateBillableServiceFromLibraryRequest

CreateBillableServiceFromLibraryRequest

Request DTO for creating a billable service from library with optional overrides

Properties

Name Type Description
namestring

Optional: Override the name of the service from the library template

Optional: Override the name of the service from the library template

descriptionstring

Optional: Override the description of the service from the library template

Optional: Override the description of the service from the library template

isArchivedboolean

Optional: Override whether this service is archived (defaults to false)

Optional: Override whether this service is archived (defaults to false)

accountingCodestring

Optional: Set the accounting code for this service (max 20 characters)

Optional: Set the accounting code for this service (max 20 characters)

defaultManagedByUserCodestring

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

serviceScheduleContentCodestring

Optional: Override the content block code for service schedule from library

Optional: Override the content block code for service schedule from library

proposalContentCodestring

Optional: Override the content block code for proposals from library

Optional: Override the content block code for proposals from library

categoryenum

Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining

Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining

pricingarray of BillableServicePricingOptionDto

Optional: Override the pricing options from the library template
If provided, this completely replaces the library pricing

Optional: Override the pricing options from the library template
If provided, this completely replaces the library pricing

pricingFactorsarray of PricingFactorDto

Optional: Override the pricing factors from the library template
If provided, this completely replaces the library pricing factors

Optional: Override the pricing factors from the library template
If provided, this completely replaces the library pricing factors

JSON Example

{
  "name": "string",
  "description": "string",
  "isArchived": false,
  "accountingCode": "string",
  "defaultManagedByUserCode": "string"
}

Used By Operations