Skip to main content

Quote the price of a given shift

POST 

/api/v2/public/marketplace/shifts/quote

General Information

Although a price quoting is calculated when creating shifts, we provide a price quotation without creating a shift.

This will not create a shift, but you can create one from the quote. The shift quote is calculated based on the from, to, and breakTime parameters.

Note: The quote is temporarily stored for 15 minutes. After that, it can no longer be used.

Request

Body

required
    facilityId stringrequired

    Id of the Facility

    shift objectrequired
    licenseType stringrequired

    License Type of the shift

    description stringrequired

    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.

    from date-timerequired

    Shift start date

    to date-timerequired

    Shift end date, must be less than 24 hours after from field

    breakTime ISO 8601 duration

    Break Time for the shift

Responses

Schema
    data object
    quoteId stringrequired

    Shift QuoteId

    billRatePerHour numberrequired

    Price per hour

    totalAmount numberrequired

    Total price

    expiresAt date-timerequired

    Quote expiration date

    breakTime ISO 8601 duration

    Break Time for the shift

Loading...