# Booking

## Price Check for bookings

 - [GET /price-check](https://api-docs.bookforwork.com/openapi/booking/get_price_check_price_check_get.md): Price check for a specific availability search by its Option ID. Option ID should be chosen among Room IDs returned by the search endpoint inside Room objects. If there is a price change status you will see the change in the pricing and null otherwise.

## Create a new booking

 - [POST /booking](https://api-docs.bookforwork.com/openapi/booking/booking_endpoint_booking_post.md): Creates a new booking for a specific availability search. This endpoint requires the Option ID returned by the price check endpoint.

