Add Package to Cart

Adds a package to the cart order

For overview of package types, please see Package Type IDs in the Appendix.

zapiAddPackageToCart

POST https://{yourdomainname}.zaui.net/zapi/

Request Body

Name
Type
Description

activityDate*

integer

The travel date. Format: YYYY:MM:DD.

activityId*

integer

ID of the activity.

activityTime*

integer

Activity departure time. Format: HH:MM:SS.

zapiToken*

integer

Token that must be used for a reseller to communicate with the supplier system.

packageId*

integer

ID of the package.

cartId*

integer

ID of the current cart session to add the activity to.

zapiAccountId*

integer

Generated by the supplier system.

methodName*

string

The method being called.

passengers*

integer

Number of passengers to add to the cart

zapiUserId*

integer

Generated by the supplier system when a new contact is created.

pickupLocationId

integer

ID of the pick up location.

pickupAddress

string

Custom address if applicable.

dropOffLocationId

integer

ID of the drop off location.

dropoffAddress

string

Custom address if applicable.

pricingOptions

string

Additional options available for an activity. If null, do not pass.

Last updated

Was this helpful?