The meta object

Attributes


asked_origin

array origin that was requested.

Child attributes
  • location string
    Name of the requested origin as it appears in the Xeneta database
  • name string
    Actual name of the requested origin
  • type string
    Location type of the requested origin
  • allow_aggregation boolean
    Indicates whether rate aggregation on a larger geographic region is available for the requested origin
  • geo_level integer
    Geo-hierarchy level of the requested origin

asked_destination

array destination that was requested.

Child attributes
  • location string
    Name of the requested destination as it appears in the Xeneta database
  • name string
    Actual name of the requested destination
  • type string
    Location type of the requested destination
  • allow_aggregation boolean
    Indicates whether rate aggregation on a larger geographic region is available for the requested destination
  • geo_level integer
    Geo-hierarchy level of the requested destination

thc_methodology

array Information on the THC methodology applied to the rates on the requested port pair.


Body


{
  "meta": {
    "asked_origin": {
      "location": "CNSGH",
      "name": "Shanghai",
      "type": "Port",
      "allow_aggregation": true,
      "geo_level": 6
    },
    "asked_destination": {
      "location": "NLRTM",
      "name": "Rotterdam",
      "type": "Port",
      "allow_aggregation": true,
      "geo_level": 4
    },
    "thc_methodology": "none"
  }
}
Xeneta Footer - Fixed