Attributes
asked_origin
array origin
that was requested.
Child attributes
- location stringName of the requested
origin
as 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
destination
as 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
default_thc_methodology
array Reference information on the terminal handling charges. othc_applicable
and dthc_applicable
indicate if THCs are applied at the origin
and destination
respectively.
Child attributes
- thc_class stringDefault THC methodology for the requested
origin
anddestination
pair - dthc_applicable booleanIndicates whether THCs are applied at
destination
- othc_applicable booleanIndicates whether THCs are applied at
origin
Body
{
"meta": {
"asked_origin": {
"location": "CNSGH",
"name": "Shanghai",
"type": "Port",
"allow_aggregation": true,
"geo_level": 6
},
"asked_destination": {
"location": "USPHL",
"name": "Philadelphia, PA",
"type": "Port",
"allow_aggregation": true,
"geo_level": 5
},
"default_thc_methodology": {
"thc_class": "dthc",
"dthc_applicable": true,
"othc_applicable": true
}
}
}