GET api/OnSaleThemed/OnSaleItem/{id}?bom={bom}&fcm={fcm}

Gets the specific OnSale item.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Integer OnSaleId.

integer

Required

bom

bom = ByPassOfferMerchandiser. Flag to bypass OfferMerchandiser. This shows the "definition" of the OnSale item's DepartureDate. You will see the actual 777777.77 or 99999 values that are the indicators for OfferMerchandiser to get the cached prices from CacheMasterReader.

boolean

None.

fcm

fcm = ForceCacheMaster. Flag to skip OnSale's data in the DepartureDatesOfferMerchandiser table and do a hot call to CacheMasterReader to update OnSale's cached prices for this OnSale item.

boolean

None.

Body Parameters

None.

Response Information

Resource Description

OnSaleItemResponse

OnSaleItemResponse
NameDescriptionTypeAdditional information
Item

OnSaleItem

None.

Group

OnSaleGroup

None.

NotFoundCriteria

NotFoundOnSaleCriteria

None.

Timing

Timings

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:

Sample not available.