InventoryGuarantee
An Identification and time limit information for holding inventory in an Offer or Order.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
inventoryGuaranteeIdentifier |
Unique Inventory Guarantee ID. Examples: INVREF123456, 68E0-675C Note: This is a unique identifier issued by an Airline to reference that inventory for a specified offer will be guaranteed as available for a period. |
string |
false |
|
|
false |
noGuaranteeInd |
When TRUE, no inventory could be guaranteed. |
boolean |
false |
|
|
false |
offer |
A proposal to sell a specific set of products or Services under specific conditions, for a certain price. Can be the response to a shopping request. |
Offer |
true |
|
|
false |
order |
A uniquely identified record of the agreement of one party with another to receive products and services under specified terms and conditions. Order supports the sale of a flexible range of airline products and services that are not necessarily Journey based (e.g. subscription services). |
Order |
true |
|
|
false |
shoppingResponse |
A Response to a shopping request. Facilitates the tracking of what was Offered and contains an identifier unique to the source Airline for a set of product Offers returned. |
ShoppingResponse |
true |
|
|
false |
timeLimitDateTime |
Time limit by which guaranteed inventory for a specified product offer is guaranteed as available and by which the inventory held must be converted into a completed order before the time limit expires otherwise the guarantee is lost. |
string |
false |
|
|
false |
waitListInd |
When TRUE, the inventory was waitlisted. |
boolean |
false |
|
|
false |
{
"inventoryGuaranteeIdentifier" : "string",
"noGuaranteeInd" : "boolean",
"offer" : {
"alacarteofferitem" : [ { } ],
"commission" : { },
"disclosure" : [ { } ],
"expirationTimeLimitDateTime" : "string",
"inventoryGuarantee" : { },
"marketingCarrier" : { },
"matchAppText" : "string",
"matchPercent" : "number",
"matchTypeCode" : { },
"offerIdentifier" : "string",
"offerItem" : [ { } ],
"order" : { },
"ownerTypeCode" : { },
"paymentTimeLimitDateTime" : "string",
"penalty" : [ { } ],
"ptcOfferParameters" : [ { } ],
"redemptionInd" : "boolean",
"requestedDateInd" : "boolean",
"totalPrice" : { },
"validatingCarrier" : { },
"webAddressUrlUri" : "string"
},
"order" : {
"bilateralTimeLimit" : [ { } ],
"bookingRef" : [ { } ],
"carrier" : { },
"commission" : [ { } ],
"creationDateTime" : "string",
"depositTimeLimitDateTime" : "string",
"existingOrderCriteria" : { },
"inventoryGuarantee" : { },
"lastModifiedDateTime" : "string",
"namingTimeLimitDateTime" : "string",
"offer" : [ { } ],
"order" : [ { } ],
"orderIdentifier" : "string",
"orderItem" : [ { } ],
"ownerTypeCode" : { },
"paxGroup" : { },
"paymentInfo" : [ { } ],
"paymentTimeLimitDateTime" : "string",
"statusCode" : { },
"ticketDocInfo" : { },
"totalPrice" : { },
"versionNumber" : "integer",
"webAddressUri" : "string"
},
"shoppingResponse" : {
"carrier" : { },
"inventoryGuarantee" : { },
"shoppingResponseIdentifier" : "string"
},
"timeLimitDateTime" : "string",
"waitListInd" : "boolean"
}