API Docs / Schemas / CreateServicePackageItemRequest

CreateServicePackageItemRequest

Request DTO for a service to include in a service package

Properties

Name Type Description
billableServiceCode*string

The code of the billable service to include

The code of the billable service to include

billingFrequencyenum

OneOff Annual Quarterly Monthly

OneOff Annual Quarterly Monthly

overridePricingboolean

Whether to override the standard pricing from the billable service

Whether to override the standard pricing from the billable service

pricenumber

The custom price to use when OverridePricing is true

The custom price to use when OverridePricing is true

pricingAnswersobject

Pre-answered pricing factors (key = factor description, value = selected option name)

Pre-answered pricing factors (key = factor description, value = selected option name)

JSON Example

{
  "billableServiceCode": "string",
  "billingFrequency": "OneOff",
  "overridePricing": false,
  "price": 0,
  "pricingAnswers": {}
}

Contained in Schemas