OnTime REST API
OnTime REST API / PriceSet Json Schema
In This Topic
    PriceSet Json Schema
    In This Topic
    Description
    Represents a comprehensive PriceSet record within the OnTime API.
    Overview
    PriceSet
    Represents a comprehensive PriceSet record within the OnTime API.
    PriceModifiers : Array[]
    The collection of unique Guid identifiers referencing all PriceModifier records associated with this PriceSet.
    ID : string
    The unique identifier for this PriceSet record.
    InternalName : string
    The internal name of this PriceSet.
    ServiceLevel : string
    The public display name of this PriceSet, represented as the service level.
    DispatcherInstructions : string
    The instructions given to a dispatcher (i.e. a User) regarding this PriceSet.
    CustomerInstructions : string
    The instructions given to a Customer regarding this PriceSet.
    PercentCommissionable : number
    The percentage-based value used to determine the commissionable amount for this PriceSet.
    IsDisplayedOnCustomerWebPortal : boolean
    The visibility of this PriceSet within the Customer Web Portal.
    Properties
    NameDescriptionData Type
    The collection of unique Guid identifiers referencing all PriceModifier records associated with this PriceSet.Array[]
    The unique identifier for this PriceSet record.string
    The internal name of this PriceSet.string
    The public display name of this PriceSet, represented as the service level.string
    The instructions given to a dispatcher (i.e. a User) regarding this PriceSet.string
    The instructions given to a Customer regarding this PriceSet.string
    The percentage-based value used to determine the commissionable amount for this PriceSet.number
    The visibility of this PriceSet within the Customer Web Portal.boolean
    See Also