Retrieve list of email ETI urls and trip start points for the trips in the booking Id
GET /[context]/[contextId]/EmailData
Context in Request URI should be 'bookings'
ContextId in Request URI should be Booking ID
Booking id from the request
List of email datas for each trip in the request
Product Id of the trip
URI for trip notes
Trip starting point
{
"bookingId": "123456",
"emailDataList": [
{
"productId": "1234",
"eTILink": "https://www.intrepidtravel.com/trips/151198/tripnotes",
"tripStartingPoint": "Nouvo City Hotel (Canal Wing), Bangkok"
},
{
"productId": "1234",
"eTILink": "https://www.intrepidtravel.com/trips/151198/tripnotes",
"tripStartingPoint": "Nouvo City Hotel (Canal Wing), Bangkok"
}
]
}