OnTime REST API
OnTime REST API / TimeWindow Json Schema
In This Topic
    TimeWindow Json Schema
    In This Topic
    Description
    Represents a date range specification ( i.e. a time-window) for Order records within the OnTime API.
    Overview
    TimeWindow
    Represents a date range specification ( i.e. a time-window) for Order records within the OnTime API.
    EarliestTime : string
    The inclusive lower-bound date of the date range assigned to this TimeWindow.
    LatestTime : string
    The inclusive upper-bound date of the date range assigned to this TimeWindow.
    Length : string
    The length of the entire date range assigned to this TimeWindow.
    Properties
    NameDescriptionData Type
    The inclusive lower-bound date of the date range assigned to this TimeWindow.string
    The inclusive upper-bound date of the date range assigned to this TimeWindow.string
    The length of the entire date range assigned to this TimeWindow.string
    See Also