Structure "Offer repeats"
This structure describes the data about the offer repeats. It is a part of the "Freight" structure and "Vehicles" structure.
Field description
Name | Description | Data type | Required |
---|---|---|---|
auto | Checkbox that determines whether auto-repeat is enabled. | Logical | + |
autoExpires | Date of auto-repeat deactivation. | Timestamp | |
countToday | Number of repeats of this offer today. | Number | + |
Sample
{
"auto": false,
"autoExpires": 1579030547000,
"countToday": 1
}