Source: https://guides.developer.iata.org/docs/download-the-latest-standards

SpecialService

A special service information

Properties

Name Description Type Required Generic Enum Ignore
addlDataMeasure Provides additional supporting measurement information in case the Special Service requires it. Measure false false
bookingInstructions An Optional service booking instructions to include SSR, OSI and upgrade Method. BookingInstructions true false
freeText Free text string false false
qty A quantity is a counted number of non-monetary units, possibly including fractions. number false false
shoppingCriteria A set of criteria which qualifies the flight request by influencing which results are returned in the shopping response, including preferred or required criteria. ShoppingCriteria true false
specialServiceCode Code that identifies the special service. string false false
statusCode Status of the special request. string true false
{
  "addlDataMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "bookingInstructions" : {
    "methodText" : "string",
    "osiText" : "string",
    "serviceDefinition" : { },
    "specialService" : [ { } ],
    "upgradeMethodCode" : "string",
    "upgradeNewClassCode" : { }
  },
  "freeText" : "string",
  "qty" : "number",
  "shoppingCriteria" : {
    "allianceCriteria" : { },
    "baggagePricingCriteria" : { },
    "cabinTypeCriteria" : { },
    "connectionCriteria" : { },
    "existingOrderCriteria" : { },
    "fareCriteria" : [ { } ],
    "flightCriteria" : { },
    "fopCriteria" : [ { } ],
    "paymentCardCriteria" : [ { } ],
    "programCriteria" : [ { } ],
    "promotionCriteria" : { },
    "seatCriteria" : [ { } ],
    "serviceCriteria" : { },
    "specialNeedsCriteria" : { },
    "tripPurposeCode" : { }
  },
  "specialServiceCode" : "string",
  "statusCode" : "string"
}