Airline List Method
This method is used to get list of airlines which are supported by the API.
Airline List Request
Method | URL |
---|---|
POST | https://das.flight.demircode.net/FlightAPI/AirlineList |
Request Parameters
Parameter | Data Type | Required | Description | Example |
---|---|---|---|---|
user_id | string | Yes | It is used to specify the user name. | |
user_password | string | Yes | It is used to specify the password. | |
access | string | Yes | It is used to specify the access type. Possible values : Test, Production. | Test/Production |
ip_address | string | Yes | It is used to get ip_address of the system from which IP, the API is accessed. | Authorized by Flight API |
Response Parameters
Parameter | Data Type | Required | Description | Example |
---|---|---|---|---|
AirLineCode | string | Yes | It specifies the airline code. | UK |
AirportName | string | Yes | It specifies the airline name. | Vistara |
AirLineLogo | string | Yes | It specifies the airline logo url. | https://das.flight.demircode.net/airlines/UK.gif |
Sample Request
{ "user_id": "*********", "user_password": "*********", "access": "*********", "ip_address": "*********", "UniqueID": "TR31072022" }
Sample Error Response
{ "Errors": { "ErrorCode": "FLSEARCHVAL", "ErrorMessage": "Invalid user_id/user_password" } }
Sample Success Response
[ { "AirLineCode": "00", "AirLineName": "Janet", "Logo": " https://das.flight.demircode.net/airlines/00.gif" }, { "AirLineCode": "02", "AirLineName": "Viva Aerobus", "Logo": " https://das.flight.demircode.net/airlines/02.gif" }, { "AirLineCode": "0B", "AirLineName": "Blue Air", "Logo": " https://das.flight.demircode.net/airlines/0B.gif" }, { "AirLineCode": "0V", "AirLineName": "Vietnam Air Service", "Logo": " https://das.flight.demircode.net/airlines/0V.gif" } ]
Havayolu Listesi Metodu
Bu yöntem, API tarafından desteklenen havayollarının listesini almak için kullanılır.
Havayolu Listesi İsteği
Metot | URL |
---|---|
POST | https://das.flight.demircode.net/FlightAPI/AirlineList |
İstek Parametreleri
Parametre | Veri Tipi | Zorunlu | Açıklama | Örnek |
---|---|---|---|---|
user_id | string | Yes | Kullanıcı adını belirtmek için kullanılır. | |
user_password | string | Yes | Parolayı belirtmek için kullanılır. | |
access | string | Yes | Erişim tipini belirtmek için kullanılır. Olası değerler : Test, Production. | Test/Production |
ip_address | string | Yes | API'ye hangi IP'den erişildiğine dair sistemin ip_adresini almak için kullanılır. | Authorized by Flight API |
Yanıt Parametreleri
Parametre | Veri Tipi | Zorunlu | Açıklama | Örnek |
---|---|---|---|---|
AirLineCode | string | Yes | Havayolu kodunu belirtir. | UK |
AirportName | string | Yes | Havayolu adını belirtir. | Vistara |
AirLineLogo | string | Yes | Havayolu logosu url'sini belirtir. | https://das.flight.demircode.net/airlines/UK.gif |
Örnek İstek
{ "user_id": "*********", "user_password": "*********", "access": "*********", "ip_address": "*********", "UniqueID": "TR31072022" }
Örnek Hata Yanıtı
{ "Errors": { "ErrorCode": "FLSEARCHVAL", "ErrorMessage": "Invalid user_id/user_password" } }
Örnek Başarılı Yanıt
[ { "AirLineCode": "00", "AirLineName": "Janet", "Logo": "https://travelnext.works/api/airlines/00.gif" }, { "AirLineCode": "02", "AirLineName": "Viva Aerobus", "Logo": "https://travelnext.works/api/airlines/02.gif" }, { "AirLineCode": "0B", "AirLineName": "Blue Air", "Logo": "https://travelnext.works/api/airlines/0B.gif" }, { "AirLineCode": "0V", "AirLineName": "Vietnam Air Service", "Logo": "https://travelnext.works/api/airlines/0V.gif" } ]