POST api/FlightAvailability/PriceUpsell

Request Information

URI Parameters

None.

Body Parameters

PriceUpsellRequest
NameDescriptionTypeAdditional information
RequestId

string

None.

TupleId

string

None.

PublishedOnly

boolean

None.

ClientId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestId": "sample string 1",
  "TupleId": "sample string 2",
  "PublishedOnly": true,
  "ClientId": "sample string 4"
}

text/xml

Sample:
<PriceUpsellRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RightRez.Web.Api.Models.FlightAvailability">
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">sample string 4</ClientId>
  <PublishedOnly>true</PublishedOnly>
  <RequestId>sample string 1</RequestId>
  <TupleId>sample string 2</TupleId>
</PriceUpsellRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AllUpsellsResponse
NameDescriptionTypeAdditional information
PricedTuples

Collection of PriceUpsellResponse

None.

ElapsedTime

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:

Sample not available.