GET api/v1/{posId}/alternativesalespriceflights

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AlternativeSalesPriceFlight
NameDescriptionTypeAdditional information
FlightId

integer

None.

SalesPriceCode

integer

None.

CompanyId

string

None.

UpdatedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FlightId": 1,
    "SalesPriceCode": 1,
    "CompanyId": "sample string 2",
    "UpdatedOn": "2025-12-06T05:43:29.2017494+01:00"
  },
  {
    "FlightId": 1,
    "SalesPriceCode": 1,
    "CompanyId": "sample string 2",
    "UpdatedOn": "2025-12-06T05:43:29.2017494+01:00"
  }
]

text/html

Sample:
[{"FlightId":1,"SalesPriceCode":1,"CompanyId":"sample string 2","UpdatedOn":"2025-12-06T05:43:29.2017494+01:00"},{"FlightId":1,"SalesPriceCode":1,"CompanyId":"sample string 2","UpdatedOn":"2025-12-06T05:43:29.2017494+01:00"}]

application/xml, text/xml

Sample:
<Root>
  <Data>
    <FlightId>1</FlightId>
    <SalesPriceCode>1</SalesPriceCode>
    <CompanyId>sample string 2</CompanyId>
    <UpdatedOn>2025-12-06T05:43:29.2017494+01:00</UpdatedOn>
  </Data>
  <Data>
    <FlightId>1</FlightId>
    <SalesPriceCode>1</SalesPriceCode>
    <CompanyId>sample string 2</CompanyId>
    <UpdatedOn>2025-12-06T05:43:29.2017494+01:00</UpdatedOn>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.