LogoLogo
  • OCTO Specification and Zaui
  • Glossary of Terms
  • Getting Started
  • Test Credentials
  • Headers
  • Errors
  • Rate Limits
  • Advanced Capabilities
  • FAQ's
  • Basic Capabilities
    • Supplier
    • Products
    • Availability
    • Booking
  • Advanced Capabilities (optional)
    • Content
    • Pricing
    • Pickups
    • GT-Locations
    • GT-Connections
    • Grouped-departures
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Capabilities (optional)

Content

Adds the extra content fields available to the product, options and units

Add octo/content to your OCTO-Capabilities header

This capability adds content fields which we have summarized here:

{
    //..the basic product object details
    "title": "Big Island: 3 Hour Kohala Canopy Zipline",
    "country": " USA",
    "location": "Kohala",
    "shortDescription": "A short description of the attraction",
    "primaryDescription": "Some big long description which can contain HTML formating",
    "additionalInformation": "Comfortable shoes are a must!  Don't wear Crocs.  They're comfortable, but disgraceful.",
    "bookingPolicy": "The booking policy, which can contain HTML formating",
    "cancellationPolicy": "The cancellation policy, which can contain HTML formating.",
    "category": {
        "id": "2",
        "title": "Ziplines",
        "coverImage": "",
        "description": ""
    },
    "coverImage": "",
}
{
    "externalName": "Adults (18+)",
    "title": "Adults (18-65)",
    "subtitle": "",
    "shortDescription": "",
    "language": "en"
}

PreviousBookingNextPricing

Last updated 3 years ago

Was this helpful?