Navigation:  API > Operations > Reservation data download >

Request

Previous pageReturn to chapter overviewNext page

URL:

 

https://www.flightnet.aero/api/getreservations.ashx
 

Use a HTTPS GET method to access this URL and submit the required parameters in the query string. Please note that you should use https (SSL) and not http in order to ensure encrypted transfer.

 

Parameters:

 

Field name

Mandatory

Data type

Remark

Example

Company

ü

50AN

Name of the organization

demo

Username

ü

15AN

User name of the API account

muster

Password

ü

50AN

Password

(case sensitive)

abC123456

Startdate

ü

Date

Filter start date

20110701

Enddate

ü

Date

Filter end date
All reservations up to 23:59 of this date will be included

20110801

Showdeleted

ü

Bool

If true, deleted reservations will be delivered as well
(Default: false)

false

 

Request format:

https://www.flightnet.aero/api/getreservations.ashx?company=[company]&username=[username]&password=[password]&startdate=[startdate]&enddate=[enddate]&showdeleted=[showdeleted]

 

e.g. https://www.flightnet.aero/api/getreservations.ashx?company=demo&username=muster&password=abC12345&startdate=20110701&enddate=20110801&showdeleted=false