Generate Barcode Image
Create a barcode for activity or product related to a single booking ID.
zapiGenerateBarCodeImage
GET
https://{yourdomainname}.zaui.net/zapi/
Request Body
zapiToken*
integer
Token that must be used for a reseller to communicate with the supplier system.
zapiAccountId*
integer
Generated by the supplier system.
zapiUserId*
integer
Generated by the supplier system when a new contact is created.
methodName*
string
The method being called.
bookingNumber*
integer
Confirmation number assigned once booking is confirmed.
type*
string
Either A or a for activity or P or p for product
productId
integer
ID of the product. Not required when running call based on activityID.
activityDate
integer
The travel date. Format: YYYY-MM-DD
activityId
integer
ID of the activity. Not required when running call based on productID.
Last updated
Was this helpful?