Event Shift Time without 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 without timezone offset. | Date Time string 2023-10-20 10:50:30 |
| endTimeLocal | DateTime | ✔ | The end time of the Shift without timezone offset. | Date Time string 2023-10-20 10:50:30 |
Example Object Payload
{
"kindlyShiftId": "a801304a6c3344508b52ee053c4eaf23",
"startTimeLocal": "2023-10-20 10:50:30",
"endTimeLocal": "2023-10-20 10:50:30"
}