Attributes
asked_origin
array origin that was requested.
Child attributes
- location stringName of the requested
originas it appears in the Xeneta database - name stringActual name of the requested
origin - type stringLocation type of the requested
origin - allow_aggregation booleanIndicates whether rate aggregation on a larger geographic region is available for the requested
origin - geo_level integerGeo-hierarchy level of the requested
origin
asked_destination
array destination that was requested.
Child attributes
- location stringName of the requested
destinationas it appears in the Xeneta database - name stringActual name of the requested
destination - type stringLocation type of the requested
destination - allow_aggregation booleanIndicates whether rate aggregation on a larger geographic region is available for the requested
destination - geo_level integerGeo-hierarchy level of the requested
destination
actual_origin
array origin that was returned instead of the requested origin due to insufficient data. actual_origin will be identical to asked_origin if there is enough data.
Child attributes
- location stringName of the returned
originas it appears in the Xeneta database - name stringActual name of the returned
origin - type stringLocation type of the returned
origin - allow_aggregation booleanIndicates whether rate aggregation on a larger geographic region is available for the requested
origin - geo_level integerGeo-hierarchy level of the returned
origin
actual_destination
array destination that was returned instead of the requested destination due to insufficient data. actual_destination will be identical to asked_destination if there is enough data.
Child attributes
- location stringName of the returned
destinationas it appears in the Xeneta database - name stringActual name of the returned
destination - type stringLocation type of the returned
destination - allow_aggregation booleanIndicates whether rate aggregation on a larger geographic region is available for the requested
destination - geo_level integerGeo-hierarchy level of the returned
destination
aggregation_allowed
boolean Indicates whether market rates are available for the exact requested origin and destination pair. Returns false if the value of the allow_aggregation attribute for any of the requested or used origin or destination is false.
rate_quality
string Estimated number of air market rates Xeneta has in aggregation for the requested origin and destination pair.
Body
{
"meta": {
"asked_origin": {
"allow_aggregation": true,
"location": "PVG",
"name": "Shanghai (PVG)",
"type": "airport",
"geo_level": 7
},
"asked_destination": {
"allow_aggregation": true,
"location": "FRA",
"name": "Frankfurt (FRA)",
"type": "airport",
"geo_level": 6
},
"actual_origin": {
"allow_aggregation": true,
"location": "PVG",
"name": "Shanghai (PVG)",
"type": "airport",
"geo_level": 7
},
"actual_destination": {
"allow_aggregation": true,
"location": "FRA",
"name": "Frankfurt (FRA)",
"type": "airport",
"geo_level": 5
},
"aggregation_allowed": true,
"rate_quality": "30+"
}
}