This webservice is used for listing all the Destinations based on Origin selection while doing a Global rate Search for which Rates are available.
Sample Rate Search Destination List Link
Production Link : https://api.wwalliance.com/rate/grdbDestination
Staging Link : https://apistaging.wwalliance.com/rate/grdbDestination
Request Formats:
Response Formats:
HTTP Authentication
Yes. Authentication details to be sent as part of the Request. The Request Envelope contains senderID and Access token which will be used to authenticate the request. Please contact WWA for your senderID, receiverID, and Access token.
{
"GlobalratedestinationRequest": {
"type": "Globalrate_Destination_Request",
"version": "3.0.1",
"senderID": "apalsande",
"receiverID": "WWA",
"requestID": 123,
"globalratedestinationRequestDetails": {
"originUnCode": "INNSA",
"originRegionCode": "",
"originCountryCode": "",
"date": "2022-07-15",
"customeralias": "STANDARD"
}
}
}
{
"GlobalRateDestinationRegionResponse": {
"type": "Globalrate_Destination_Request",
"version": "3.0.1",
"senderID": "WWA",
"receiverID": "apalsande",
"requestID": 123,
"globalRateDestinationRegionResponseDetails": {
"destinationLocation": {
"quickFindLocation": [
{
"cityName": "Alger",
"unCode": "DZALG",
"country": "Algeria",
"unCodeID": 8361
},
{
"cityName": "Buenos Aires",
"unCode": "ARBUE",
"country": "Argentina",
"unCodeID": 191
}
],
"destinationCityList": [
{
"country": "Algeria",
"city": [
{
"cityName": "Alger",
"unCode": "DZALG",
"unCodeID": 8361,
"destinationregion": 22
},
{
"cityName": "Buenos Aires",
"unCode": "ARBUE",
"unCodeID": 191
}
]
},
{
"country": "Argentina",
"city": [
{
"cityName": "Cordoba",
"unCode": "ARCOR",
"unCodeID": 210,
"destinationregion": 23
},
{
"cityName": "Rosario",
"unCode": "ARROS",
"unCodeID": 299,
"destinationregion": 23
}
]
}
]
},
"destinationRegion": {
"destinationRegionList": [
{
"regionID": 3,
"regionCode": "ASIA",
"regionName": "ASIA"
},
{
"regionID": 3,
"regionCode": "ASIA",
"regionName": "ASIA"
}
]
},
"destinationCountry": {
"destinationCountryList": {
"countryCode": "CA",
"countryName": "Canada"
}
}
}
}
}