OnTime REST API
OnTime REST API / Status Json Schema
In This Topic
    Status Json Schema
    In This Topic
    Description
    Represents a comprehensive Status record within the OnTime API.
    Overview
    Status
    Represents a comprehensive Status record within the OnTime API.
    ID : string
    The unique identifier for this Status record.
    Name : string
    The name assigned to this Status.
    Description : string
    The description containing any notable details or conditions regarding this Status.
    Timestamp : string
    The date and time this Status was applied to an Order.
    Level : string
    The level detailing the status of a given Order. Available Values: [None, Dispatched, AssignedInRoute, Delivered, Cancelled, CancelledBillable, Assigned, Stored, UnassignedStored, Quoted]
    Properties
    NameDescriptionData Type
    The unique identifier for this Status record.string
    The name assigned to this Status.string
    The description containing any notable details or conditions regarding this Status.string
    The date and time this Status was applied to an Order.string
    The level detailing the status of a given Order. Available Values: [None, Dispatched, AssignedInRoute, Delivered, Cancelled, CancelledBillable, Assigned, Stored, UnassignedStored, Quoted]string
    See Also