OnTime REST API
OnTime REST API / UserMiscCompensation Json Schema
In This Topic
    UserMiscCompensation Json Schema
    In This Topic
    Description
    Represents a comprehensive UserMiscCompensation record within the OnTime API.
    Overview
    UserMiscCompensation
    Represents a comprehensive UserMiscCompensation record within the OnTime API.
    User : string
    The unique Guid identifier referencing the User record assigned to this UserMiscCompensation.
    ID : string
    The unique identifier for this UserMiscCompensation record.
    OrderID : string
    The unique Guid identifier referencing the Order record assigned to this UserMiscCompensation.
    Role : string
    The role of the User assigned to the Order for this UserMiscCompensation. Available Values: [None, Dispatcher, Driver]
    Description : string
    The description containing any notable details or conditions regarding this UserMiscCompensation.
    Value : number
    The value being given to the User relative to this UserMiscCompensation.
    Type : string
    The type of compensation being applied to this UserMiscCompensation. Available Values: [None, Money, Time]
    Properties
    NameDescriptionData Type
    The unique Guid identifier referencing the User record assigned to this UserMiscCompensation.string
    The unique identifier for this UserMiscCompensation record.string
    The unique Guid identifier referencing the Order record assigned to this UserMiscCompensation.string
    The role of the User assigned to the Order for this UserMiscCompensation. Available Values: [None, Dispatcher, Driver]string
    The description containing any notable details or conditions regarding this UserMiscCompensation.string
    The value being given to the User relative to this UserMiscCompensation.number
    The type of compensation being applied to this UserMiscCompensation. Available Values: [None, Money, Time]string
    See Also