Skip to main content

Reject clinicians shift request

POST 

/api/v2/public/shift-requests/reject

Reject a Clinician's Shift Request

This operation rejects a clinician's request to take a shift.

Notifications

  • The clinician whose request was rejected will be notified that the shift has already been filled.

Shift Status Updates

  • The rejected clinician will see the shift marked as "Filled" in their view, indicating that the shift is no longer available for them.

Errors

  • 409 Conflict: Returned if you attempt to reject a shift request that is not in the "Requested" status.
    • Message: Shift request can't be rejected because shift is not in Requested status.

Request

Body

required
    shiftId stringrequired

    The unique identifier of the shift clinician has requested to work.

    clinicianId stringrequired

    The unique identifier of the clinician (userId) to be rejected from the shift

Responses

Empty Response

Loading...