Skip to main content

Create shift from quote

POST 

/api/v2/public/marketplace/shifts/quote/:quoteId/shift

General Information

Based on previously created quote you can now create a shift.

Potential issues

  • Quoted shift not found Quote has expired

Request

Path Parameters

    quoteId stringrequired

    Shift QuoteId

    Example: bc271861-5186-450d-9261-d197cfee3c99

Responses

Schema
    data object
    shiftId stringrequired

    Id of the shift

    facilityId stringrequired

    Id of the Facility

    description stringrequired

    Description of the Shift

    from date-timerequired

    Shift start date

    to date-timerequired

    Shift end date

    licenseType stringrequired

    License Type of the shift

    price objectrequired
    billRatePerHour numberrequired

    Price per hour

    totalAmount numberrequired

    Total price

    createdBy string

    Id of the user that created the shift

    breakTime ISO 8601 duration

    Break Time for the shift

Loading...