It is important to note that certain terminal-to-terminal transfers are not supported. Specifically, transfers between terminals of the same type- such as IATA to IATA (airport - airport), PORT to PORT and STATION to STATION (train station to train station) are not permitted.
Please find below the correct usage, consider the following JSON request examples, basically the origin department of the service will have the consideration of ARRIVAL while the terminal of destination will have the consideration of DEPARTURE
{
"language": "en",
"holder": {
"name": "Juan",
"surname": "Doe",
"email": "john.doe@hotelbeds.com",
"phone": "+16543245812"
},
"transfers": [
{
"rateKey": "DEPARTURE|PORT|278|IATA|MIA|14/06/2025|10:15|2~1~099|235|SHRDSH|STND|69.54||39|MIA|SIMPLE|706e273537f25a268ff6a89901016103|1313065|T|bfmghpcvn9jkxqcwnsfsbpn4",
"transferDetails": [
{
"type": "CRUISE",
"direction": "ARRIVAL",
"code": "TEST11",
"companyName": null
},
{
"type": "FLIGHT",
"direction": "DEPARTURE",
"code": "XR1234",
"companyName": null
}
]
}
],
"clientReference": "BOSTON#12",
"welcomeMessage": "Welcome",
"remark": "Booking."
}
{
"language": "en",
"holder": {
"name": "Juan",
"surname": "Doe",
"email": "john.doe@hotelbeds.com",
"phone": "+16543245812"
},
"transfers": [
{
"rateKey": "ARRIVAL|IATA|MIA|PORT|278|14/06/2025|10:15|14/06/2025|10:15|2~1~099|235|SHRDSH|STND|69.54||||39|278|SIMPLE|5698775c0751f774c1b56367ad43a61d|1313065|T|bfmghpcvn9jkxqcwnsfsbpn4",
"transferDetails": [
{
"type": "FLIGHT",
"direction": "ARRIVAL",
"code": "XR1234",
"companyName": null
},
{
"type": "CRUISE",
"direction": "DEPARTURE",
"code": "TEST11",
"companyName": null
}
]
}
],
"clientReference": "BOSTON#12",
"welcomeMessage": "Welcome",
"remark": "Booking."
}