Event Shift Time with Timezone
Payload Parameters
Field | Type | Required | Description | Format Allowed |
---|---|---|---|---|
kindlyShiftId | DateTime | ✔ | Shift's ID.DetailsTo execute more transactions for this Shift, you need to manage/store this ID. | Any string value |
startTimeLocal | DateTime | ✔ | The start time of the Shift with timezone offset. | Date Time string 2023-10-20 10:50:30-02:00 |
endTimeLocal | DateTime | ✔ | The end time of the Shift with timezone offset. | Date Time string 2023-10-20 10:50:30-02:00 |
Example Object Payload
{
"kindlyShiftId": "a801304a6c3344508b52ee053c4eaf23",
"startTimeLocal": "2023-10-20 10:50:30-02:00",
"endTimeLocal": "2023-10-20 10:10:30-02:00"
}