PUT api/FlightInformation

Request Information

URI Parameters

None.

Body Parameters

Collection of FlightInformation
NameDescriptionTypeAdditional 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": "2025-04-22T03:10:02.2959876",
    "EstimatedFlightDateTimeUtc": "2025-04-22T03:10:02.2959876",
    "FlightDateTime": "2025-04-22T03:10:02.2959876",
    "FlightDateTimeUtc": "2025-04-22T03:10:02.2959876",
    "PassengerCount": 5,
    "LastUpdatedBy": "sample string 6",
    "SlotIn": "2025-04-22T03:10:02.2959876",
    "SlotOut": "2025-04-22T03:10:02.2959876",
    "SlotInNumber": "sample string 7",
    "SlotOutNumber": "sample string 8",
    "SlotInAirportDate": "2025-04-22T03:10:02.2959876",
    "SlotOutAirportDate": "2025-04-22T03:10:02.2959876",
    "BaseIdIcao": "sample string 9"
  },
  {
    "FlightInformationId": 1,
    "ReservationId": 2,
    "Direction": 3,
    "BaseId": "sample string 4",
    "EstimatedFlightDateTime": "2025-04-22T03:10:02.2959876",
    "EstimatedFlightDateTimeUtc": "2025-04-22T03:10:02.2959876",
    "FlightDateTime": "2025-04-22T03:10:02.2959876",
    "FlightDateTimeUtc": "2025-04-22T03:10:02.2959876",
    "PassengerCount": 5,
    "LastUpdatedBy": "sample string 6",
    "SlotIn": "2025-04-22T03:10:02.2959876",
    "SlotOut": "2025-04-22T03:10:02.2959876",
    "SlotInNumber": "sample string 7",
    "SlotOutNumber": "sample string 8",
    "SlotInAirportDate": "2025-04-22T03:10:02.2959876",
    "SlotOutAirportDate": "2025-04-22T03:10:02.2959876",
    "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>2025-04-22T03:10:02.2959876+00:00</EstimatedFlightDateTime>
    <EstimatedFlightDateTimeUtc>2025-04-22T03:10:02.2959876+00:00</EstimatedFlightDateTimeUtc>
    <FlightDateTime>2025-04-22T03:10:02.2959876+00:00</FlightDateTime>
    <FlightDateTimeUtc>2025-04-22T03:10:02.2959876+00:00</FlightDateTimeUtc>
    <FlightInformationId>1</FlightInformationId>
    <LastUpdatedBy>sample string 6</LastUpdatedBy>
    <PassengerCount>5</PassengerCount>
    <ReservationId>2</ReservationId>
    <SlotIn>2025-04-22T03:10:02.2959876+00:00</SlotIn>
    <SlotInAirportDate>2025-04-22T03:10:02.2959876+00:00</SlotInAirportDate>
    <SlotInNumber>sample string 7</SlotInNumber>
    <SlotOut>2025-04-22T03:10:02.2959876+00:00</SlotOut>
    <SlotOutAirportDate>2025-04-22T03:10:02.2959876+00:00</SlotOutAirportDate>
    <SlotOutNumber>sample string 8</SlotOutNumber>
  </FlightInformation>
  <FlightInformation>
    <BaseId>sample string 4</BaseId>
    <BaseIdIcao>sample string 9</BaseIdIcao>
    <Direction>3</Direction>
    <EstimatedFlightDateTime>2025-04-22T03:10:02.2959876+00:00</EstimatedFlightDateTime>
    <EstimatedFlightDateTimeUtc>2025-04-22T03:10:02.2959876+00:00</EstimatedFlightDateTimeUtc>
    <FlightDateTime>2025-04-22T03:10:02.2959876+00:00</FlightDateTime>
    <FlightDateTimeUtc>2025-04-22T03:10:02.2959876+00:00</FlightDateTimeUtc>
    <FlightInformationId>1</FlightInformationId>
    <LastUpdatedBy>sample string 6</LastUpdatedBy>
    <PassengerCount>5</PassengerCount>
    <ReservationId>2</ReservationId>
    <SlotIn>2025-04-22T03:10:02.2959876+00:00</SlotIn>
    <SlotInAirportDate>2025-04-22T03:10:02.2959876+00:00</SlotInAirportDate>
    <SlotInNumber>sample string 7</SlotInNumber>
    <SlotOut>2025-04-22T03:10:02.2959876+00:00</SlotOut>
    <SlotOutAirportDate>2025-04-22T03:10:02.2959876+00:00</SlotOutAirportDate>
    <SlotOutNumber>sample string 8</SlotOutNumber>
  </FlightInformation>
</ArrayOfFlightInformation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.