API Docs / Schemas / ServicePackageDto

ServicePackageDto

Response DTO for service package information

Properties

Name Type Description
codestring

The unique code for this service package

The unique code for this service package

namestring

The name of the service package

The name of the service package

descriptionstring

Description of what this package includes

Description of what this package includes

isArchivedboolean

Whether this package is archived (inactive)

Whether this package is archived (inactive)

usePackagePricingboolean

Whether this package uses a single package-level price instead of summing individual item prices

Whether this package uses a single package-level price instead of summing individual item prices

packagePricenumber

The flat price for the entire package. Only present when UsePackagePricing is true.

The flat price for the entire package. Only present when UsePackagePricing is true.

packageBillingFrequencyenum

OneOff Annual Quarterly Monthly

OneOff Annual Quarterly Monthly

proposalContentCodeAndNameDto
totalAnnualValuenumber

The total annual value of all services in this package

The total annual value of all services in this package

numberOfServicesinteger

The number of services in this package

The number of services in this package

itemsarray of ServicePackageItemDto

The services included in this package

The services included in this package

createdDatestring

When the package was created

When the package was created

updatedDatestring

When the package was last updated

When the package was last updated

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "isArchived": false,
  "usePackagePricing": false
}

Used By Operations

Contained in Schemas