Booking
Booking Creation
Params
{
"arrival_at":"2024-06-09T12:00",
"departure_at":"2024-06-16T12:00",
"payform":"af797140-0fe2-458a-a142-6fdd45f03c0c",
"client_title":"Peter Test",
"client_email":"hello@parkflow.io",
"client_phone":"123123123",
"client_consent_rule":true,
"client_consent_marketing":false,
"person_adult":4,
"person_child":0,
"person_disabled":0,
"invoice":false,
"billing_country":"PL",
"services":[
// UUID of the Parking Services
],
"vehicles":[
{
"type":"CAR",
"plate":"TEST"
}
],
"parking":"65891dfe-db0e-4e35-b41a-79ad5b791951",
"source":"Parking"
}
Cancel Booking
Last updated