Sample Schedule Search Destination List Link
Production Link : https://api.wwalliance.com/sailing/SailingScheduleGetDestinationWebservice
Staging Link : https://apistaging.wwalliance.com/sailing/SailingScheduleGetDestinationWebservice
Request Formats:
Response Formats:
HTTP Authentication
{
"ScheduleSearchGetDestinationRequest": {
"Type": "ScheduleSearchGetDestinationRequest",
"Version": "2.0.1",
"SenderID": "Username",
"ScheduleSearchGetDestinationRequestDetails": {
"FromDate": "2023-05-08",
"ToDate": "2023-05-10",
"originLocationCode":"AUBNE"
}
}
}
{
"ScheduleSearchGetDestinationResponse": {
"ScheduleSearchGetDestinationResponseDetails": {
"result": [
{
"cDestinationcode": "HKHKG",
"cDestinationCityName": "Hong Kong",
"cDestinationCountryname": "Hong Kong",
"cScacCode": "AGSW"
},
{
"cDestinationcode": "SGSIN",
"cDestinationCityName": "Singapore",
"cDestinationCountryname": "Singapore",
"cScacCode": "AGSW"
},
{
"cDestinationcode": "KRPUS",
"cDestinationCityName": "Busan",
"cDestinationCountryname": "South Korea",
"cScacCode": "AGSW"
},
{
"cDestinationcode": "AEAUH",
"cDestinationCityName": "Abu Dhabi",
"cDestinationCountryname": "United Arab Emirates",
"cScacCode": "AGSW"
},
{
"cDestinationcode": "AEJEA",
"cDestinationCityName": "Jebel Ali",
"cDestinationCountryname": "United Arab Emirates",
"cScacCode": "AGSW"
},
{
"cDestinationcode": "AESHJ",
"cDestinationCityName": "Sharjah",
"cDestinationCountryname": "United Arab Emirates",
"cScacCode": "AGSW"
}
],
"statuscode": "200",
"message": "Success"
}
}
}