JSON API - GETPKG

Package Info Request returns complete details for a given product/package.

 

Input

  • TransType - "GETPKG"

  • ProductCode (Can be obtained from a TOC request)

  • BrandID

  • AllMasks

    • Y : to return pricing for all masks

    • N : to return pricing for AA only

 

Output

  • Info (PackageInfo)

    • ProductCode (string)

    • ProductName (string)

    • BegDate (Date)

    • EndDate (Date)

    • Duration (Integer)

    • MarketCode (string)

    • MarketDescription (string)

    • ProductTag (string)

    • LandOnlyOK (Boolean)

  • Itinerary (PackageItinerary)

    • Description (string)

    • Days[] (ItinDetail)

      • DayNumber (integer)

      • DayTitle (string)

      • DayDescription (string)

  • Highlights[] (PackageHighlights)

    • Type (string)

    • Title (string)

    • Description (string)

    • Image (string)

  • NotIncluded[] (PackageNotIncluded)

    • Title (string)

    • Description (string)

    • Image (string)

  • Plan[] (PackagePlan)

    • Seq (integer)

    • SupplierID (string)

    • ServiceID (string)

    • PlanName (string)

    • Hotels[] (PackageHotel)

      • SupplierID (string)

      • SupplierName (string)

      • SupplierRating (string)

      • Type (string)

      • Description (string)

      • Image (string)

      • Popup (HotelPopup)

        • Title (string)

        • Image (string)

        • Description (string)

    • Prices[] (PackagePrice)

      • LandOnlyPrice (decimal)

      • AirLandPrice (decimal)

      • Currency (string)

      • BrandID (string)

      • BegDep (date)

      • EndDep (date)

      • BegBook (date)

      • EndBook (date)

      • SaleStatus (string)

      • SaleStatusText (string)

      • DisplayStatus (string)

      • DisplayStatusText (string)

  • Optionals[] (PackageOptional)

    • SupplierID (string)

    • ServiceID (string)

    • ServiceType (string)

    • Title (string)

    • Image (string)

    • Description (string)

    • OnDay (string)

    • DayNum (integer)

    • OnTime (string)

    • FromDate (date)

    • ToDate (date)

    • Price (decimal)