Offers

Get booking offer

POST/api/widget/v1/bookings/offer
Response

The resource

Request
const response = await fetch('/api/widget/v1/bookings/offer', {
    method: 'POST',
    headers: {},
});
const data = await response.json();

Params

  • parking- The UUID of the parking

  • arrival_at - Arrival date and time in local format YYYY-MM-DDTHH:II

  • departure_at - Departure date and time in local format YYYY-MM-DDTHH:II

Last updated