Available parameters

find
Enter part of city title: varchar

Available parameters

find
Enter city title: varchar
id
Enter route ID. If this is set, then you will receive also price information: int
date
Enter date in format YYYY-MM-DD(this works only if ID is set. Will find price information for exact day and return it as price param): date

Available parameters

find
Enter city title: varchar
to
Enter city title: varchar
datetime
Enter date and time of pickup(in format YYYY-MM-DD HH:MM:SS): dateTime

Required parameters

from
Enter date and time of rental period start (YYYY-MM-DD HH:MM:SS): varchar
till
Enter date and time of rental period end(YYYY-MM-DD HH:MM:SS): varchar
client
Client name and surname: varchar
telnr
Client phone number: varchar
price
Price per day: double
place_from
place to pick up client: varchar
place_to
place where to transfer client: varchar

Available parameters

flightNr
flight number: varchar
flightTime
flight time (in format 23:59): varchar
passengers
passenger count: int
comment
comment available for driver in free form. If comment first line is in format "email+space+[+language+]", <br>for example "test@example.com [en]", application will use it for integrated email sending in GUI: text
comment2
company comment in free form. If comment first line is in format "email+space+[+language+]",for example "test@example.com [en]", application will use it for integrated email sending in GUI: text
childs
Country: varchar
luggage
luggage count: int
paid
paid sum: double
paidWith
Payment method (paypal, stripe, paysera, etc): varchar
payDoc
Transaction ID: int
payDate
Transaction date and time: dateTime
color
Choose color that you want: paramType_color
securityKey
Unique site-side generated random varchar to request booking data later: varchar

Required parameters

setPaymentForID
existing reservation ID*: int

Available parameters

paid
paid sum: double
paidWith
Payment method (paypal, stripe, paysera, etc): varchar
payDoc
Transaction ID: int
datetime
Timestamp of payment (YYYY-MM-DD HH:MM:SS): dateTime
onlyOne
0 or 1 : update only one rezervation, not all**: boolean
 * notice, that this API endpoint will search for all linked bookings and save this info for all of them. 
Except for "paid" field - it will be divided evenly to all linked bookings **
** Example, without "onlyOne" param set - You have two linked bookings #22 and #23. By requesting endpoint
...shedule/save&setPaymentForID=22&paid=10&paidWith=revolut both #22 and #23 will be updated with "paid with" field as "revolut"
and field "paid sum" will be 5 in both bookings ( 10 / 2= 5 )

Required parameters

ID
existing reservation ID: int

Available parameters

autoEmailSent
default 0, can be set 1 to know that automatic email is sent to client: boolean

Required parameters

ID
existing reservation ID: int
securityKey
site-side generated varchar in moment of booking creation: varchar