Skip to main content

Accept clinician's shift report

POST 

/api/v2/public/marketplace/shifts/reports/:shiftId/accept

General Information

Accepts the Clinician's shift report

When a facility user accepts the clinician's shift report, they are agreeing with the information provided by the clinician. Therefore, no intervention from Nursa employees will be necessary.

You can use the Get Shift Report endpoint verify if the clinician's shift report is correctIf you believe the report contains incorrect information, you can use the Reject Shift Report endpoint to submit the correct values.

Request

Path Parameters

    shiftId stringrequired

    Nursa ShiftId

    Example: 8222234296

Body

required
    comment stringrequired

    A comment about the clinician

    rate numberrequired

    Possible values: >= 1 and <= 5

    Rate the clinician from 1 to 5

Responses

Schema
    data object
    from date-timerequired

    Shift start date

    to date-timerequired

    Shift end date

    cancelationReason string

    Possible values: [Facility, Nurse, On Hold, Other]

    Cancelation Reason

    cancelationComment string

    Possible values: [No Call No Show, Excused Emergency, Refused to Work, No Longer Want to Work With This Clinician]

    Comment about the cancelation

    comment stringrequired

    Comment of the shift

    bonus numberrequired

    Bonus to be paid to Clinician

    reportType stringrequired

    Possible values: [Nurse, Facility, Admin, AdminBilling]

    Type of the report

    breakTime ISO 8601 duration

    Break Time for the shift

    updateDate date-timerequired

    The date the shift was last updated

    totalAmount numberrequired

    Total price of the shift

    reviewComment numberrequired

    Comment reviewing the Clinician

    rate numberrequired

    Rate given to Clinician

Loading...