8 API Reference‎ > ‎Resources‎ > ‎

TimeFrame

NOTICE: This resource is not implemented yet.

Represents a time frame for instant offers.

Attributes:
  • week_day string.
  • from time.
  • to time.

Data Example

JSON

{
    "time_frame": {
        "week_day": "monday",
        "from": "10:00AM",
        "to": "11:30AM"
    }
}

XML

<time_frame>
    <week_day>monday</week_day>
    <from>10:00AM</from>
    <to>11:30AM</to>
</time_frame>

Actions

No actions supported.
Comments