Offers

Offers

post
Authorizations
Query parameters
page[size]integerOptional

Sets the number of results to be displayed per page

page[number]integerOptional

Specifies the page number of the results

sortstringOptional

Specifies result order

filter[$filter]stringOptional

Narrows results based on conditions

placestringOptional

The question

parkingstringOptional

The question

Header parameters
Accept-LanguagestringOptional
Responses
200
The request has been successful
post
POST /v1/search/offers/parking HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*

No content

Params

  • place (required*) - Rate the parking lot

  • parking (required*) - Rate the parking lot

  • payform - The preferred payment option. See Payforms

  • vehicle.*.type - The vehicle type. See Vehicle Types

  • 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

Response

All prices are provided in Integer type in the smallest currency unit

  • available - The information about availability (determine if you can create a booking)

  • cancelable - The information if booking can be immediately canceled after created

  • currency - The currency. See Currencies

  • payforms - The available payment options. See Payforms

  • price - The parking service price

  • price_day - The parking service price per day

  • price_total - The total booking cost

  • discount - The discount, if any

Last updated