TrueWay VRP

FREEMIUM
Verified
✓
Door TrueWay Team | Bijgewerkt 4 days ago | Logistics
Populariteit

8.9 / 10

Latency

1,102ms

Serviceniveau

100%

Health Check

N/A

Terug naar alle tutorials (7)

Shipment (Pickup and Delivery)

{
  "shipment_orders": [
    {
      "id": "order-1",
      "pickup":
      {
        "id": "order-1-p",
        "location": {
          "lat": 36.196647,
          "lng": -115.282064
        },
        "service_duration": 60
      },
      "delivery":
      {
        "id": "order-1-d",
        "location": {
          "lat": 36.1552112,
          "lng": -115.1920527
        },
        "service_duration": 60
      },
      "quantity": 3
    },
    {
      "id": "order-2",
      "pickup":
      {
        "id": "order-2-p",
        "location": {
          "lat": 36.185851,
          "lng": -115.2064059
        },
        "service_duration": 60
      },
      "delivery":
      {
        "id": "order-2-d",
        "location": {
          "lat": 36.190831,
          "lng": -115.137368
        },
        "service_duration": 60
      },
      "quantity": 4
    },
    {
      "id": "order-3",
      "pickup":
      {
        "id": "order-3-p",
        "location": {
          "lat": 36.1692548,
          "lng": -115.1312463
        },
        "service_duration": 60
      },
      "delivery":
      {
        "id": "order-3-d",
        "location": {
          "lat": 36.1664349,
          "lng": -115.1325665
        },
        "service_duration": 60
      },
      "quantity": 1
    },
    {
      "id": "order-4",
      "pickup":
      {
        "id": "order-4-p",
        "location": {
          "lat": 36.15833,
          "lng": -115.1706666
        },
        "service_duration": 60
      },
      "delivery":
      {
        "id": "order-4-d",
        "location": {
          "lat": 36.153458,
          "lng": -115.191221
        },
        "service_duration": 60
      },
      "quantity": 2
    }

  ],
  "depots": [
    {
      "id": "depot-1",
      "location": {
        "lat": 36.159548,
        "lng": -115.3172336
      }
    }
  ],
  "vehicles": [
    {
      "id": "vehicle-1",
      "start": "depot-1",
      "end": "depot-1",
      "capacity": 4,
      "max_distance": 100000,
      "max_duration": 5400
    },
    {
      "id": "vehicle-2",
      "start": "depot-1",
      "end": "depot-1",
      "capacity": 4,
      "max_distance": 100000,
      "max_duration": 5400
    },
    {
      "id": "vehicle-3",
      "start": "depot-1",
      "end": "depot-1",
      "capacity": 4,
      "max_distance": 100000,
      "max_duration": 5400
    }
  ]
}