Method Calls
addCruiseBooking
This method call is only available to clients using the Monetate Travel API.
The addCruiseBooking method passes information from your site to Monetate when a customer purchases a cruise. This method consists of eight required attributes and seven optional attributes.
These attributes are required with the addCruiseBooking method:
- adults — An integer that includes the total number of adult passengers for the cruise
- dtBegin — A string that includes the cruise's start date in YYYYMMDD format
- dtEnd — A string that includes the cruise's end date in YYYYMMDD format
- guests — An integer that includes the total number of adults and children for the cruise
- purchaseId — A string that includes the order ID for a purchased cruise
- pid — A string without spaces that includes an internal ID used to identify a cruise
- quantity — An integer that includes the number of cruises booked, which is typically 1
- unitPrice — A string that includes the cruise's price in the format XX.XX
These attributes are optional for the addCruiseBooking method:
- dest — A string that includes the cruise's port of destination
- children — An integer that includes the total number of child passengers for the cruise
- port — A string that includes the cruise's port of departure
- rmClass — A string that includes the type of room selected for the cruise
- rmNumber — A string or integer that includes the room number selected for the cruise
- ship — A string that includes the name of the cruise ship
- currency — A string in the ISO 4217 standard (three capital letters and no spaces) that includes the currency used to book the cruise