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 booleanDefault value set to true
- 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 booleanDefault value set to true
- geo_level integerGeo-hierarchy level of the requested
destination
actual_origin
array origin for which data was returned. For Schedule Reliability, actual_origin is always identical to asked_origin. There is no fallback to a broader region. If there is not enough data for the requested origin, no data is returned.
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 booleanDefault value set to true
- geo_level integerGeo-hierarchy level of the returned
origin
actual_destination
array destination for which data was returned. For Schedule Reliability, actual_destination is always identical to asked_destination. There is no fallback to a broader region. If there is not enough data for the requested destination, no data is returned.
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 booleanDefault value set to true
- geo_level integerGeo-hierarchy level of the returned
destination
Body
{
"meta": {
"asked_origin": {
"allow_aggregation": true,
"location": "DEHAM",
"type": "Port",
"name": "Hamburg",
"geo_level": 4
},
"actual_origin": {
"allow_aggregation": true,
"location": "DEHAM",
"type": "Port",
"name": "Hamburg",
"geo_level": 4
},
"asked_destination": {
"allow_aggregation": true,
"location": "CNSGH",
"type": "Port",
"name": "Shanghai",
"geo_level": 6
},
"actual_destination": {
"allow_aggregation": true,
"location": "CNSGH",
"type": "Port",
"name": "Shanghai",
"geo_level": 6
}
}
}