Start schedule object
JSON
- JSON
- XML
{
    "start_hours": [
        2,
        4
    ],
    "start_mdays": [
        1
    ],
    "start_mins": [
        0,
        10,
        20,
        30,
        40,
        50
    ],
    "start_months": [
        12
    ],
    "start_wdays": [],
    "start_years": [
        2016
    ]
}
<xml>
<xml>
    <start_hours>2</start_hours>
    <start_hours>4</start_hours>
    <start_mdays array='true'>1</start_mdays>
    <start_mins>0</start_mins>
    <start_mins>10</start_mins>
    <start_mins>20</start_mins>
    <start_mins>30</start_mins>
    <start_mins>40</start_mins>
    <start_mins>50</start_mins>
    <start_months array='true'>12</start_months>
    <start_wdays></start_wdays>
    <start_years array='true'>2024</start_years>
</xml>
Object parameters
| Parameter | Type | Example | Description | 
|---|---|---|---|
| start_mins | JSON array | [1, 31] | Minute launches, 0-59 | 
| start_hours | JSON array | [22] | Hours launches, 0-23 | 
| start_mdays | JSON array | [] | Month day launches, 1-31 | 
| start_wdays | JSON array | [] | Week day launches, Su-Sat | 
| start_months | JSON array | [] | Months launches, 1-12 | 
| start_years | JSON array | [] | Years launches | 
| tz | string | Europe/Moscow | Campaign time zone | 
| profile | bool | true | Use profiles' time zones | 
| losers | bool | true | Send instantly if past profiles' local time |