LogoLogo
SupportChangelogAPI ReferenceStatus
Distributor API
Distributor API
  • Welcome
  • Getting Started
    • Functionalities
    • Integration Process
      • Implementation Guide
    • OCTO & Prioticket
      • Feature Comparison
    • Postman & Interactive Documentation
    • Connect Once, Reach the World
      • Featured Suppliers
        • Supplier Overview Europe
        • Supplier Overview Americas
        • Supplier Overview Middle East
      • Featured Resellers
    • Statement on API Excellence
    • Frequently Asked Questions
  • Key Concepts
    • Product Structure
      • Product types and classes
      • Admission types
      • Extra Options
      • Pickup Points
      • Combi, Clusters, Bundles & Addons
        • Cluster
        • Combi
        • Addons
        • Bundle
    • Availability and Capacity
      • Availability
      • Capacity
        • Shared and Allocated Capacity
      • Availability API
    • Pricing Guide
      • Who are you?
      • Configurations
      • Variable Pricing
      • Dynamic Pricing
      • How It All Comes Together
    • Booking Logic
      • Cart Management
      • Payments
      • Cancellation & Refunds
      • Booking Questions
    • Additional Capabilities
      • Locations, Destinations and Categories
      • Recommendations
      • Promotions
      • Webhooks
      • Translations
    • Technical Concepts
      • Authentication
      • Idempotency
      • Rate Limiting
      • Timeout Handling
      • Error Handling
      • API versioning
      • Pagination
      • Formats
      • Headers
      • Caching
  • Endpoints
    • About
    • Authentication
    • System
    • Products
      • Stock
    • Availability
    • Reservations / Cart
      • Promocodes
    • Orders
      • Email & Vouchers
    • Payments
    • Contacts
    • Notifications
    • Models
  • Resources
    • Release notes
    • Roadmap
    • Postman
    • Swagger
    • Changelogs
      • Parameter Changelog
    • API Specs
      • V3.8 (Latest)
      • V3.7
      • V3.6
      • V3.5
    • Support
    • Certification
  • Status Dashboard
Powered by GitBook
On this page
  • General Data Guidelines
  • Date / Time Guidelines

Was this helpful?

Export as PDF
  1. Key Concepts
  2. Technical Concepts

Formats

Keep it consistent

PreviousPaginationNextHeaders

Last updated 13 days ago

Was this helpful?

General Data Guidelines

  • Character Set: All data should be in the UTF-8 character set to ensure consistency and compatibility.

  • Currency Codes: Currency codes must be in the ISO-4217 format.

  • Language: Language must be specified using the ISO-639-1 format.

  • Amounts and Values: Follow international standards for amounts and values. Rounding may be required to adhere to these standards.

  • Case Sensitivity: All data fields are case-sensitive, meaning that capitalization matters.

  • Optional Parameters: If optional parameters are not set or are left empty, they will not be included in the response. These parameters are nullable to support serialization.


Date / Time Guidelines

Points in time are expressed as strings using the datetime format. We always expect the local time with its UTC offset.

Example:

Burj Khalifa entrance Ticket in Dubai for 12th of May 2016 at 14:00 (local time).

👍 Expected
👎 Not expected

2020-05-12T14:00:00+04:00

2020-05-12T10:00:00+08:00

2020-05-12T18:00:00+00:00

Notes

Note 1: Although the above examples express the same point in time, we consider only the first one as valid because we always require the date and time in reference to the location of the activity. Note 2: Although mentioned in , due to technical restrictions we do not support the Z suffix. Please send +00:00 to denote a zero UTC offset instead. Note 3: All offsets are automatically adjusted based on daylight saving time (DST).

RFC 3339
RFC 3339