Event Shift Configuration
Payload Parameters
Field | Type | Required | Description | Format Allowed |
---|---|---|---|---|
startTimeLocal | DateTime | ✔ | The start time of the Shift with time zone offset. | Date Time string 2023-04-12T17:00:00Z 2023-04-12T17:00:00.000Z |
endTimeLocal | DateTime | ✔ | The end time of the Shift with time zone offset. | Date Time string 2023-04-12T17:00:00Z 2023-04-12T17:00:00.000Z |
maximumUsers | Integer | ✔ | The maximum number of Volunteers that can register on the Shift. | Positive integer, greater than 0 |
minimalUserRequirement | Integer | ❌ | The 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
}