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
    Default value set to true
  • 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
    Default value set to true
  • geo_level integer
    Geo-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 string
    Name of the returned origin as it appears in the Xeneta database
  • name string
    Actual name of the returned origin
  • type string
    Location type of the returned origin
  • allow_aggregation boolean
    Default value set to true
  • geo_level integer
    Geo-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 string
    Name of the returned destination as it appears in the Xeneta database
  • name string
    Actual name of the returned destination
  • type string
    Location type of the returned destination
  • allow_aggregation boolean
    Default value set to true
  • geo_level integer
    Geo-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
    }
  }
}

Xeneta Footer - Fixed