TrueWay VRP

फ्रीमियम
Verified
द्वारा TrueWay Team | अपडेट किया गया 4 days ago | Logistics
लोकप्रियता

8.9 / 10

लेटेंसी

1,102ms

सेवा का स्तर

100%

Health Check

N/A

सभी ट्यूटोरियल पर वापस जाएं (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
    }
  ]
}