Booking Creation
This document describe the way to
The sample body:
{
"source":"YOUR_SOURCE",
"customer_name":"Jan Kowalski",
"customer_email":"hello@nextpark.pl",
"customer_phone":"509991345",
"person_adult":1,
"person_child":0,
"person_disabled":0,
"return_from":null,
"return_flight":null,
"comment":null,
"payform":"Cash",
"rule":true,
"rule_airhelp":true,
"rule_marketing":true,
"invoice":false,
"company_title":null,
"company_code":null,
"company_address":null,
"company_zipcode":null,
"company_city":null,
"discount":null,
"cars":[
{
"plate":"WPR TEST"
}
],
"services":[
],
"parking":"parking-test",
"arrival":"202204071400",
"departure":"202204141400"
}
Last updated