Get Pre Booking details
POST /PreBooking
Currency
preBookingTripList
preBookingTransfersList
preBookingAccommodationList
Number of adults
Number of children (This is valid only for Intrepid Family theme trips)
The Intrepid alphanumeric code for the departure
The Intrepid alphanumeric code for the promotion
Number of pax on single supplements
Transfer Product ID
Transfer Date
Number Of Pax For the Transfer
Accommodation Product ID
CheckIn Date Of Accommodation
Number of nights for accommodate
Accommodation Pax Count
{
"currency": "gbp",
"preBookingTripList": [
{
"numberOfAdults": "3",
"numberOfChildren": "2",
"departureCode": "TTSN180408",
"promotionCode": "12323",
"numberOfPaxOnSingleSupplements": "2"
},
{
"numberOfAdults": "3",
"numberOfChildren": "2",
"departureCode": "TTSN180408",
"promotionCode": "12323",
"numberOfPaxOnSingleSupplements": "2"
}
],
"preBookingTransfersList": [
{
"transferProductID": "12345",
"transferDate": "2023-01-25",
"numberOfPax": "1"
},
{
"transferProductID": "12345",
"transferDate": "2023-01-25",
"numberOfPax": "1"
}
],
"preBookingAccommodationList": [
{
"accommodationProductID": 12345,
"checkInDate": "2023-01-01",
"numberOfNights": 1,
"numberOfPax": 1
},
{
"accommodationProductID": 12345,
"checkInDate": "2023-01-01",
"numberOfNights": 1,
"numberOfPax": 1
}
]
}
Currency
Deposit amount
Deposit due date (if this exceeds the outstanding balance due date, then outstanding balance due date will be returned)
Commission amount paid by Intrepid to buying agent
Total amount paid by purchaser for booking
Total cost of booking before discount
Total gross amount minus commission paid to the buying agent
Total given discount amount
Outstanding net balance amount
Outstanding gross balance amount
Outstanding net balance amount
Amount paid
Outstanding balance due date
Prices
TransferPrices
AccommodationPrices
Departure errors in the request
Transfer errors in the request
Accommodation errors in the request
departureCode
Gross Price Per Adult
Gross Price Per Child
Discounted Gross Price Per Adult
Discounted Gross Price Per Child
• true Product supports single supplements • false Product doesn't support single supplements
Per Person Price for Single Supplement
TransferID
Gross Price Per Adult
Total Price for all the participants.
The Date Of the Transfer rquested.
Number Of pax in the Transfer rquested.
Accommodation Id for retrieval in pre booking
pricePerAdult
Total Price for all the participants.
Number of pax in the accommodation rquested.
Accommodation Start Date.
check Out Date.
Error message
Error code
Departure Code with errors
Error code
Error message
Error code
Error date
Error Pax Count
Error in Product ID
Error message
Error code
Error in Check In Date
Error inPax Count
Error in Number Of nights
{
"currency": "aud",
"depositAmount": 12.5,
"depositDueDate": "2017-08-25",
"commission": 10,
"totalGrossAmount": 2400.5,
"totalGrossAmountBeforeDiscount": 2600.5,
"totalNetAmount": 200.0,
"discountAmount": 0.0,
"outstandingBalance": 200.0,
"grossOutstandingBalance": 10,
"netOutstandingBalance": 10,
"amountPaid": 3,
"outstandingBalanceDueDate": "2018-07-12",
"prices": [
{
"departureCode": "TTSN181226",
"pricePerAdult": 200.0,
"pricePerChild": 100.0,
"discountedPricePerAdult": 200.0,
"discountedPricePerChild": 100.0,
"supportsSingleSupplement": true,
"pricePerPersonSingleSupplement": 50.0
},
{
"departureCode": "TTSN181226",
"pricePerAdult": 200.0,
"pricePerChild": 100.0,
"discountedPricePerAdult": 200.0,
"discountedPricePerChild": 100.0,
"supportsSingleSupplement": true,
"pricePerPersonSingleSupplement": 50.0
}
],
"transferPrices": [
{
"transferID": 12345,
"pricePerAdult": 200.0,
"totalPrice": 200.0,
"transferDate": "2023-01-01",
"numberOfPax": "2"
},
{
"transferID": 12345,
"pricePerAdult": 200.0,
"totalPrice": 200.0,
"transferDate": "2023-01-01",
"numberOfPax": "2"
}
],
"accommodationPrices": [
{
"accommodationID": 12345,
"pricePerAdult": 12345,
"totalPrice": 200.0,
"numberOfPax": "2",
"checkInDate": "2023-01-01",
"checkOutDate": "2023-01-02"
},
{
"accommodationID": 12345,
"pricePerAdult": 12345,
"totalPrice": 200.0,
"numberOfPax": "2",
"checkInDate": "2023-01-01",
"checkOutDate": "2023-01-02"
}
],
"errors": [
{
"message": "Departure is invalid",
"code": "INVALID_DEPARTURE_CODE",
"departureCode": "TESRS200705"
},
{
"message": "Departure is invalid",
"code": "INVALID_DEPARTURE_CODE",
"departureCode": "TESRS200705"
}
],
"transferErrors": [
{
"transferProductId": "INVALID_TRANSFER_PRODUCT_ID",
"message": "Tansfer is invalid",
"code": "INVALID_TRANSFER_PRODUCT_ID",
"transferDate": "INVALID_TRANSFER_DATE",
"numberOfPax": "INVALID_TRANSFER_PAX_COUNT"
},
{
"transferProductId": "INVALID_TRANSFER_PRODUCT_ID",
"message": "Tansfer is invalid",
"code": "INVALID_TRANSFER_PRODUCT_ID",
"transferDate": "INVALID_TRANSFER_DATE",
"numberOfPax": "INVALID_TRANSFER_PAX_COUNT"
}
],
"accommodationErrors": [
{
"accommodationProductId": "INVALID_ACCOMMODATION_PRODUCT_ID",
"message": "Accommodation is invalid",
"code": "INVALID_ACCOMMODATION",
"checkInDate": "INVALID_ACCOMMODATION_CHECKIN_DATE",
"numberOfPax": "INVALID_ACCOMMODATION_PAX_COUNT",
"numberOfNights": "INVALID_ACCOMMODATION_NIGHTS"
},
{
"accommodationProductId": "INVALID_ACCOMMODATION_PRODUCT_ID",
"message": "Accommodation is invalid",
"code": "INVALID_ACCOMMODATION",
"checkInDate": "INVALID_ACCOMMODATION_CHECKIN_DATE",
"numberOfPax": "INVALID_ACCOMMODATION_PAX_COUNT",
"numberOfNights": "INVALID_ACCOMMODATION_NIGHTS"
}
]
}