FlyPark.io
API
API: Operator
API: IoT
STATUS
Search…
SmartParking Solutions
Booking
Introduction
Offers
Booking Creation
Booking Show
Booking Statuses
Booking Payment
Booking Cancelation
Booking Modyfication
Operator
Auth
Bookings
IOT
Gateway
Powered By
GitBook
Booking Creation
This document describe the way to
The sample body:
1
{
2
"source":"YOUR_SOURCE",
3
"customer_name":"Jan Kowalski",
4
"customer_email":"
[email protected]
",
5
"customer_phone":"509991345",
6
"person_adult":1,
7
"person_child":0,
8
"person_disabled":0,
9
"return_from":null,
10
"return_flight":null,
11
"comment":null,
12
"payform":"Cash",
13
"rule":true,
14
"rule_airhelp":true,
15
"rule_marketing":true,
16
"invoice":false,
17
"company_title":null,
18
"company_code":null,
19
"company_address":null,
20
"company_zipcode":null,
21
"company_city":null,
22
"discount":null,
23
"cars":[
24
{
25
"plate":"WPR TEST"
26
}
27
],
28
"services":[
29
30
],
31
"parking":"parking-test",
32
"arrival":"202204071400",
33
"departure":"202204141400"
34
}
Copied!
post
/v1/bookings
New booking
Booking - Previous
Offers
Next - Booking
Booking Show
Last modified
2mo ago
Copy link
Contents
post
/v1/bookings