API Docs / Schemas / BillableServiceDto

BillableServiceDto

Response DTO for billable service information

Properties

Name Type Description
codestring

The service's unique Code within the tenant

The service's unique Code within the tenant

namestring

The name of the service

The name of the service

descriptionstring

The description of the service

The description of the service

isArchivedboolean

Indicates whether this service is archived (inactive)

Indicates whether this service is archived (inactive)

accountingCodestring

The accounting code for this service

The accounting code for this service

defaultManagedByUserCodeAndNameDto
serviceScheduleContentCodeAndNameDto
proposalContentCodeAndNameDto
categoryenum

Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining

Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining

clientTypesarray of enum

The types of clients this service is applicable to

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust

The types of clients this service is applicable to

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust

pricingarray of BillableServicePricingOptionDto

The pricing options available for this service
Price changes will automatically cascade to all ClientBillableService records using this BillableService
(unless OverridePricing is set on the ClientBillableService), but any PriceAdjustmentPercentage will still be applied

The pricing options available for this service
Price changes will automatically cascade to all ClientBillableService records using this BillableService
(unless OverridePricing is set on the ClientBillableService), but any PriceAdjustmentPercentage will still be applied

pricingFactorsarray of PricingFactorDto

The pricing factors that can affect the service pricing calculations

The pricing factors that can affect the service pricing calculations

pcrItemsarray of CodeAndNameDto

Professional clearance request items for this service

Professional clearance request items for this service

createdDatestring

When the service was created

When the service was created

updatedDatestring

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

Contained in Schemas