API Docs / Schemas / BillableServiceDto

BillableServiceDto

Response DTO for billable service information

Properties

Name Type Description
libraryCodestring

The Code of the library template this entity was imported from, or null if the entity
is not from the library. Read-only — cannot be changed once set. Example: "vat_returns".

The Code of the library template this entity was imported from, or null if the entity
is not from the library. Read-only — cannot be changed once set. Example: "vat_returns".

libraryStatusenum

Describes a library-imported entity's relationship to its source library template.

NotFromLibrary UpToDate LocallyModified LibraryUpdated

Describes a library-imported entity's relationship to its source library template.

NotFromLibrary UpToDate LocallyModified LibraryUpdated

isImportedboolean

True if the tenant has already imported this library item.

True if the tenant has already imported this library item.

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

vatRateenum

Standard Reduced Zero Exempt OutOfScope

Standard Reduced Zero Exempt OutOfScope

pricingModeenum

RevenueRange CustomTiers

RevenueRange CustomTiers

pricingTiersarray of BillableServicePricingTierDto

Custom pricing tiers defined on this service. Only populated when PricingMode = CustomTiers.

Custom pricing tiers defined on this service. Only populated when PricingMode = CustomTiers.

stagesarray of BillableServiceStageDto

User-defined workflow stages for this service

User-defined workflow stages for this service

clientTypesarray of enum

The types of clients this service is applicable to.
An empty list means the service is applicable to all client types.

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust Charity SoleTrader

The types of clients this service is applicable to.
An empty list means the service is applicable to all client types.

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust Charity SoleTrader

agentAuthorisationsarray of enum

The HMRC agent authorisation types relevant to this service

SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts

The HMRC agent authorisation types relevant to this service

SelfAssessment CorporationTax PayeForEmployers IndividualPayAsYouEarn VAT ConstructionIndustryScheme TaxCredits HighIncomeChildBenefitCharge MakingTaxDigitalIncomeTax MakingTaxDigitalVat Trusts

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

showKanbanBoardboolean

Whether this service should appear on the Boards kanban view

Whether this service should appear on the Boards kanban view

stageCountinteger

The number of stages defined on this service

The number of stages defined on this service

recurringTaskCountinteger

The number of recurring tasks associated with this service

The number of recurring tasks associated with this service

invoiceLineDescriptionTemplatestring

Smart name token template for invoice line descriptions

Smart name token template for invoice line descriptions

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

{
  "libraryCode": "string",
  "libraryStatus": "NotFromLibrary",
  "isImported": false,
  "code": "string",
  "name": "string"
}

Used By Operations

Contained in Schemas