API Docs / Schemas / CreateBillableServiceRequest

CreateBillableServiceRequest

Request DTO for creating a new billable service

Properties

Name Type Description
name*string

The name of the service

The name of the service

descriptionstring

The description of the service

The description of the service

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

isArchivedboolean

Indicates whether this service is archived (inactive)

Indicates whether this service is archived (inactive)

accountingCodestring

The accounting code for this service (max 20 characters)

The accounting code for this service (max 20 characters)

defaultManagedByUserCodestring

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

serviceScheduleContentCodestring

The code of the content block to use for service schedule

The code of the content block to use for service schedule

proposalContentCodestring

The code of the content block to use for proposals

The code of the content block to use for proposals

categoryenum

Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining

Other CoreAccounting Tax Payroll CompanySecretarial Advisory SoftwareAndTraining

pricingarray of BillableServicePricingOptionDto

The pricing options for this service

The pricing options for this service

pricingFactorsarray of PricingFactorDto

The pricing factors that can affect the service pricing calculations

The pricing factors that can affect the service pricing calculations

pcrItemCodesarray 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"
}

Used By Operations