OnTime REST API
OnTime REST API / Zone Json Schema
In This Topic
    Zone Json Schema
    In This Topic
    Description
    Represents a comprehensive Zone record within the OnTime API.
    Overview
    Zone
    Represents a comprehensive Zone record within the OnTime API.
    ID : string
    The unique identifier for this Zone record.
    Name : string
    The name of this Zone.
    PostalCodes : string
    The postal codes assigned to this Zone.
    Cities : string
    A list of comma-separated cities that this zone is associated with.
    PolygonPoints : string
    A list of comma-separated latitude/longitude coordinates where each pairing is separated by a pipe character '|'. These coordinates represent the geographical boundary of this Zone, and can be drawn on a map.
    Properties
    NameDescriptionData Type
    The unique identifier for this Zone record.string
    The name of this Zone.string
    The postal codes assigned to this Zone.string
    A list of comma-separated cities that this zone is associated with.string
    A list of comma-separated latitude/longitude coordinates where each pairing is separated by a pipe character '|'. These coordinates represent the geographical boundary of this Zone, and can be drawn on a map.string
    See Also