GET api/NNV/GetManifestAndBagage?flightNumber={flightNumber}&Departure={Departure}&Arrival={Arrival}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flightNumber | string |
Required |
|
Departure | string |
Required |
|
Arrival | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ARS_ManifestAndBaggageSummary_ResultName | Description | Type | Additional information |
---|---|---|---|
DepartureDate | date |
None. |
|
FlightNumber | string |
None. |
|
DepartureStation | string |
None. |
|
ArrivalStation | string |
None. |
|
Cap | integer |
None. |
|
Sold | integer |
None. |
|
FOC | integer |
None. |
|
Available | integer |
None. |
|
OP | integer |
None. |
|
CheckIn | integer |
None. |
|
Koli | integer |
None. |
|
Weight | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "DepartureDate": "2024-12-21T14:27:05.6476516+07:00", "FlightNumber": "sample string 2", "DepartureStation": "sample string 3", "ArrivalStation": "sample string 4", "Cap": 5, "Sold": 1, "FOC": 1, "Available": 1, "OP": 1, "CheckIn": 1, "Koli": 1, "Weight": 1 }
text/xml
Sample:
<ARS_ManifestAndBaggageSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEramp.Models"> <ArrivalStation>sample string 4</ArrivalStation> <Available>1</Available> <Cap>5</Cap> <CheckIn>1</CheckIn> <DepartureDate>2024-12-21T14:27:05.6476516+07:00</DepartureDate> <DepartureStation>sample string 3</DepartureStation> <FOC>1</FOC> <FlightNumber>sample string 2</FlightNumber> <Koli>1</Koli> <OP>1</OP> <Sold>1</Sold> <Weight>1</Weight> </ARS_ManifestAndBaggageSummary_Result>