API Docs / Schemas / LibraryServiceImportItem

LibraryServiceImportItem

A single library service to import, with its code and optional overrides

Properties

Name Type Description
libraryCode*string

The library code of the service to import

The library code of the service to import

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

Optional: Override the pricing options from the library template

pricingFactorsarray of PricingFactorDto

Optional: Override the pricing factors from the library template

Optional: Override the pricing factors from the library template

nameSuffixstring

Optional suffix appended to the service name and all related recurring and onboarding tasks names on re-import
(e.g. "v2", "May 2026"). When omitted and the tenant already has a copy of this library
service, the next available "(N)" suffix will be used.

Optional suffix appended to the service name and all related recurring and onboarding tasks names on re-import
(e.g. "v2", "May 2026"). When omitted and the tenant already has a copy of this library
service, the next available "(N)" suffix will be used.

JSON Example

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

Contained in Schemas