Skip to main content

Update shift

PATCH 

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

General Information

You can update description and bonus, bonus will change the shift quote.

Request

Path Parameters

    shiftId stringrequired

    Nursa ShiftId

    Example: 8222234296

Body

required
    description string

    Description of the shift, you can provide detailed information about the shift, it can include any relevant details that would help nurses understand the nature and requirements of the shift.

    bonus number

    monetary bonus to clinician

Responses

Schema
    data object
    shiftId stringrequired

    Id of the shift

    description stringrequired

    Description of the Shift

    facilityId stringrequired

    Id of the Facility

    licenseType stringrequired

    License Type of the shift

    from date-timerequired

    Shift start date

    to date-timerequired

    Shift end date

    price objectrequired
    billRatePerHour numberrequired

    Price per hour

    totalAmount numberrequired

    Total price

Loading...