User Shift Unregistration Status
Payload Parameters
Field | Type | Required | Description | Format Allowed |
---|---|---|---|---|
kindlyShiftId | String | ✔ | Shift's ID. | Any string value |
kindlyUserId | String | ✔ | User's ID. | Any string value |
status | String | ✔ | The unregistration status for the provided User and Shift. | Any string value |
Example Object Payload
{
"kindlyShiftId": "e0b4a43800a24116ad269608ec0178d7",
"kindlyUserId": "10473963d373401fa1430096bfb38da7",
"status": "Successfully Unregistered"
}
Available Statuses
Status | Description |
---|---|
Successfully Unregistered | When the User is successfully unregistered from the Shift. |
Failed : User is not registered in this shift | When the User is not found in Kindly. |
Failed : {{Dynamic Error Message}} | Any exception that occurred. |