Skip to main content

Event Shift Time with Timezone

Payload Parameters

FieldTypeRequiredDescriptionFormat Allowed
kindlyShiftIdDateTimeShift's ID.

Details
To execute more transactions for this Shift, you need to manage/store this ID.
Any string value
startTimeLocalDateTimeThe start time of the Shift with timezone offset.Date Time string
2023-10-20 10:50:30-02:00
endTimeLocalDateTimeThe 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"
}