Zaui I/O
  • Reseller API - Zaui I/O
  • Glossary of Terms
  • Getting Started
    • Getting Started
      • Submitting to the API
      • API Throttle
      • Implementing Exponential Back-Off
  • API Function Definitions
    • Activity List (Mapping)
      • Request
      • Response
    • Checking Availability
      • Request
      • Response
    • Batch Availability
      • Request
      • Response
    • Booking
      • Create
        • Request
        • Response
      • Update
        • Request
        • Response
      • Cancel
        • Request
        • Response
  • Appendixes
    • HTTP Status Codes
    • Supplier Product Type Codes
Powered by GitBook
On this page
  • Checking availability for a single product and product option.
  • Request fields:

Was this helpful?

  1. API Function Definitions
  2. Activity List (Mapping)

Request

Activity List Request

Checking availability for a single product and product option.

<?xml version="1.0" encoding="UTF-8"?>
<ActivityListRequest xmlns="http://toursgds.com/api/01">  
	<ApiKey>xxxxxxxxxxxxxxxxxxxxxxx</ApiKey>     
	<ResellerId>2005</ResellerId>    
	<SupplierId>200</SupplierId>       
	<Timestamp>1577121674745</Timestamp>
</ActivityListRequest>

Request fields:

XML Node

Parent Node

Description

Optionality

ActivityListRequest

Root XML Node

Mandatory

ApiKey

ActivityListRequest

Your unique API Key

Mandatory

ResellerId

ActivityListRequest

Your unique reseller ID

Mandatory

SupplierId

ActivityListRequest

String representing the unique supplier ID within the Zaui Marketplace

Mandatory

ExternalReference

ActivityListRequest

String representing a unique transaction ID. Used to identify your original request.

Optional

TimeStamp

ActivityListRequest

Time of creation of request

• yyyy-MMddTHH:mm:ss.SSSZ(in utc time)

or

• yyyy-MMddTHH:mm:ss.SSS[+/- ]hh:mm

Example:

2020-04- 28T13:10:12.123Z (utc time)

2020-04- 28T13:10:12.123+10:00

Mandatory

PreviousActivity List (Mapping)NextResponse

Last updated 4 years ago

Was this helpful?