OnTime REST API
OnTime REST API / UserDefinedField Json Schema
In This Topic
    UserDefinedField Json Schema
    In This Topic
    Description
    Represents a comprehensive UserDefinedField record within the OnTime API.
    Overview
    UserDefinedField
    Represents a comprehensive UserDefinedField record within the OnTime API.
    Label : string
    A value that serves as the display text, or description, of the information held in this UserDefinedField.
    OrderID : string
    The unique {System.Guid">Guid identifier referencing the <see cref="T:OnTime.Extensions.SDK.Order} record that displays the values held in this UserDefinedField.</body></html>
    ValueAsString : string
    The value of this UserDefinedField as a String.
    ValueAsDecimal : number
    The value of this UserDefinedField as a Decimal.
    ValueAsBoolean : boolean
    The value of this UserDefinedField as a Boolean.
    ValueAsDate : string
    The value of this UserDefinedField as a {System.DateTime}.
    Properties
    NameDescriptionData Type
    A value that serves as the display text, or description, of the information held in this UserDefinedField.string
    The unique {System.Guid">Guid identifier referencing the <see cref="T:OnTime.Extensions.SDK.Order} record that displays the values held in this UserDefinedField.</body></html>string
    The value of this UserDefinedField as a String.string
    The value of this UserDefinedField as a Decimal.number
    The value of this UserDefinedField as a Boolean.boolean
    The value of this UserDefinedField as a {System.DateTime}.string
    See Also