PUT api/FlightInformation
Request Information
URI Parameters
None.
Body Parameters
Collection of FlightInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| FlightInformationId | integer |
None. |
|
| ReservationId | integer |
None. |
|
| Direction | integer |
None. |
|
| BaseId | string |
None. |
|
| EstimatedFlightDateTime | date |
None. |
|
| EstimatedFlightDateTimeUtc | date |
None. |
|
| FlightDateTime | date |
None. |
|
| FlightDateTimeUtc | date |
None. |
|
| PassengerCount | integer |
None. |
|
| LastUpdatedBy | string |
None. |
|
| SlotIn | date |
None. |
|
| SlotOut | date |
None. |
|
| SlotInNumber | string |
None. |
|
| SlotOutNumber | string |
None. |
|
| SlotInAirportDate | date |
None. |
|
| SlotOutAirportDate | date |
None. |
|
| BaseIdIcao | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"FlightInformationId": 1,
"ReservationId": 2,
"Direction": 3,
"BaseId": "sample string 4",
"EstimatedFlightDateTime": "2026-02-04T02:37:45.7032749",
"EstimatedFlightDateTimeUtc": "2026-02-04T02:37:45.7032749",
"FlightDateTime": "2026-02-04T02:37:45.7032749",
"FlightDateTimeUtc": "2026-02-04T02:37:45.7032749",
"PassengerCount": 5,
"LastUpdatedBy": "sample string 6",
"SlotIn": "2026-02-04T02:37:45.7032749",
"SlotOut": "2026-02-04T02:37:45.7032749",
"SlotInNumber": "sample string 7",
"SlotOutNumber": "sample string 8",
"SlotInAirportDate": "2026-02-04T02:37:45.7032749",
"SlotOutAirportDate": "2026-02-04T02:37:45.7032749",
"BaseIdIcao": "sample string 9"
},
{
"FlightInformationId": 1,
"ReservationId": 2,
"Direction": 3,
"BaseId": "sample string 4",
"EstimatedFlightDateTime": "2026-02-04T02:37:45.7032749",
"EstimatedFlightDateTimeUtc": "2026-02-04T02:37:45.7032749",
"FlightDateTime": "2026-02-04T02:37:45.7032749",
"FlightDateTimeUtc": "2026-02-04T02:37:45.7032749",
"PassengerCount": 5,
"LastUpdatedBy": "sample string 6",
"SlotIn": "2026-02-04T02:37:45.7032749",
"SlotOut": "2026-02-04T02:37:45.7032749",
"SlotInNumber": "sample string 7",
"SlotOutNumber": "sample string 8",
"SlotInAirportDate": "2026-02-04T02:37:45.7032749",
"SlotOutAirportDate": "2026-02-04T02:37:45.7032749",
"BaseIdIcao": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfFlightInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bba.Reservations.Models">
<FlightInformation>
<BaseId>sample string 4</BaseId>
<BaseIdIcao>sample string 9</BaseIdIcao>
<Direction>3</Direction>
<EstimatedFlightDateTime>2026-02-04T02:37:45.7032749+00:00</EstimatedFlightDateTime>
<EstimatedFlightDateTimeUtc>2026-02-04T02:37:45.7032749+00:00</EstimatedFlightDateTimeUtc>
<FlightDateTime>2026-02-04T02:37:45.7032749+00:00</FlightDateTime>
<FlightDateTimeUtc>2026-02-04T02:37:45.7032749+00:00</FlightDateTimeUtc>
<FlightInformationId>1</FlightInformationId>
<LastUpdatedBy>sample string 6</LastUpdatedBy>
<PassengerCount>5</PassengerCount>
<ReservationId>2</ReservationId>
<SlotIn>2026-02-04T02:37:45.7032749+00:00</SlotIn>
<SlotInAirportDate>2026-02-04T02:37:45.7032749+00:00</SlotInAirportDate>
<SlotInNumber>sample string 7</SlotInNumber>
<SlotOut>2026-02-04T02:37:45.7032749+00:00</SlotOut>
<SlotOutAirportDate>2026-02-04T02:37:45.7032749+00:00</SlotOutAirportDate>
<SlotOutNumber>sample string 8</SlotOutNumber>
</FlightInformation>
<FlightInformation>
<BaseId>sample string 4</BaseId>
<BaseIdIcao>sample string 9</BaseIdIcao>
<Direction>3</Direction>
<EstimatedFlightDateTime>2026-02-04T02:37:45.7032749+00:00</EstimatedFlightDateTime>
<EstimatedFlightDateTimeUtc>2026-02-04T02:37:45.7032749+00:00</EstimatedFlightDateTimeUtc>
<FlightDateTime>2026-02-04T02:37:45.7032749+00:00</FlightDateTime>
<FlightDateTimeUtc>2026-02-04T02:37:45.7032749+00:00</FlightDateTimeUtc>
<FlightInformationId>1</FlightInformationId>
<LastUpdatedBy>sample string 6</LastUpdatedBy>
<PassengerCount>5</PassengerCount>
<ReservationId>2</ReservationId>
<SlotIn>2026-02-04T02:37:45.7032749+00:00</SlotIn>
<SlotInAirportDate>2026-02-04T02:37:45.7032749+00:00</SlotInAirportDate>
<SlotInNumber>sample string 7</SlotInNumber>
<SlotOut>2026-02-04T02:37:45.7032749+00:00</SlotOut>
<SlotOutAirportDate>2026-02-04T02:37:45.7032749+00:00</SlotOutAirportDate>
<SlotOutNumber>sample string 8</SlotOutNumber>
</FlightInformation>
</ArrayOfFlightInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |