GET api/Aims/getFligRotation?ACReg={ACReg}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ACReg

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AS_FlightRotationFromEramp_Result
NameDescriptionTypeAdditional information
Row_

integer

None.

Carriercode

string

None.

ACREG

string

None.

FlightNo

integer

None.

DepartureStation

string

None.

ArrivalStation

string

None.

STD

date

None.

STA

date

None.

ETD

date

None.

ETA

date

None.

ATD

date

None.

ATA

date

None.

FlightStatus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Row_": 1,
    "Carriercode": "sample string 1",
    "ACREG": "sample string 2",
    "FlightNo": 3,
    "DepartureStation": "sample string 4",
    "ArrivalStation": "sample string 5",
    "STD": "2024-09-20T02:50:28.8132957+07:00",
    "STA": "2024-09-20T02:50:28.8132957+07:00",
    "ETD": "2024-09-20T02:50:28.8132957+07:00",
    "ETA": "2024-09-20T02:50:28.8132957+07:00",
    "ATD": "2024-09-20T02:50:28.8132957+07:00",
    "ATA": "2024-09-20T02:50:28.8132957+07:00",
    "FlightStatus": "sample string 6"
  },
  {
    "Row_": 1,
    "Carriercode": "sample string 1",
    "ACREG": "sample string 2",
    "FlightNo": 3,
    "DepartureStation": "sample string 4",
    "ArrivalStation": "sample string 5",
    "STD": "2024-09-20T02:50:28.8132957+07:00",
    "STA": "2024-09-20T02:50:28.8132957+07:00",
    "ETD": "2024-09-20T02:50:28.8132957+07:00",
    "ETA": "2024-09-20T02:50:28.8132957+07:00",
    "ATD": "2024-09-20T02:50:28.8132957+07:00",
    "ATA": "2024-09-20T02:50:28.8132957+07:00",
    "FlightStatus": "sample string 6"
  }
]

text/xml

Sample:
<ArrayOfAS_FlightRotationFromEramp_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEramp.Models">
  <AS_FlightRotationFromEramp_Result>
    <ACREG>sample string 2</ACREG>
    <ATA>2024-09-20T02:50:28.8132957+07:00</ATA>
    <ATD>2024-09-20T02:50:28.8132957+07:00</ATD>
    <ArrivalStation>sample string 5</ArrivalStation>
    <Carriercode>sample string 1</Carriercode>
    <DepartureStation>sample string 4</DepartureStation>
    <ETA>2024-09-20T02:50:28.8132957+07:00</ETA>
    <ETD>2024-09-20T02:50:28.8132957+07:00</ETD>
    <FlightNo>3</FlightNo>
    <FlightStatus>sample string 6</FlightStatus>
    <Row_>1</Row_>
    <STA>2024-09-20T02:50:28.8132957+07:00</STA>
    <STD>2024-09-20T02:50:28.8132957+07:00</STD>
  </AS_FlightRotationFromEramp_Result>
  <AS_FlightRotationFromEramp_Result>
    <ACREG>sample string 2</ACREG>
    <ATA>2024-09-20T02:50:28.8132957+07:00</ATA>
    <ATD>2024-09-20T02:50:28.8132957+07:00</ATD>
    <ArrivalStation>sample string 5</ArrivalStation>
    <Carriercode>sample string 1</Carriercode>
    <DepartureStation>sample string 4</DepartureStation>
    <ETA>2024-09-20T02:50:28.8132957+07:00</ETA>
    <ETD>2024-09-20T02:50:28.8132957+07:00</ETD>
    <FlightNo>3</FlightNo>
    <FlightStatus>sample string 6</FlightStatus>
    <Row_>1</Row_>
    <STA>2024-09-20T02:50:28.8132957+07:00</STA>
    <STD>2024-09-20T02:50:28.8132957+07:00</STD>
  </AS_FlightRotationFromEramp_Result>
</ArrayOfAS_FlightRotationFromEramp_Result>