Skip to main content

Event Shift Configuration

Payload Parameters

FieldTypeRequiredDescriptionFormat Allowed
startTimeLocalDateTimeThe start time of the Shift with time zone offset.Date Time string
2023-04-12T17:00:00Z
2023-04-12T17:00:00.000Z
endTimeLocalDateTimeThe end time of the Shift with time zone offset.Date Time string
2023-04-12T17:00:00Z
2023-04-12T17:00:00.000Z
maximumUsersIntegerThe maximum number of Volunteers that can register on the Shift.Positive integer, greater than 0
minimalUserRequirementIntegerThe minimum number of Volunteers required in the Shift.Positive integer, greater than 0
Example Object Payload
{
"startTimeLocal": "2023-04-12T17:00:00Z",
"endTimeLocal": "2023-04-12T17:00:00.000Z",
"maximumUsers": 5,
"minimalUserRequirement": 1
}
{
"startTimeLocal": "2023-04-12T17:00:00Z",
"endTimeLocal": "2023-04-12T17:00:00.000Z",
"maximumUsers": 5
}