Advertisement
Guest User

vroom response

a guest
Apr 12th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.89 KB | Source Code | 0 0
  1. {
  2.   'code': 0,
  3.   'summary': {
  4.     'cost': 2177,
  5.     'routes': 1,
  6.     'unassigned': 0,
  7.     'delivery': [
  8.       23,
  9.       0
  10.     ],
  11.     'amount': [
  12.       23,
  13.       0
  14.     ],
  15.     'pickup': [
  16.       23,
  17.       0
  18.     ],
  19.     'setup': 0,
  20.     'service': 1200,
  21.     'duration': 2177,
  22.     'waiting_time': 0,
  23.     'priority': 0,
  24.     'distance': 0,
  25.     'violations': [
  26.      
  27.     ],
  28.     'computing_times': {
  29.       'loading': 55,
  30.       'solving': 1,
  31.       'routing': 0
  32.     }
  33.   },
  34.   'unassigned': [
  35.    
  36.   ],
  37.   'routes': [
  38.     {
  39.       'vehicle': 895382029,
  40.       'cost': 2177,
  41.       'description': '12:19:4:2024-04-18:1713420000:1713448800',
  42.       'delivery': [
  43.         23,
  44.         0
  45.       ],
  46.       'amount': [
  47.         23,
  48.         0
  49.       ],
  50.       'pickup': [
  51.         23,
  52.         0
  53.       ],
  54.       'setup': 0,
  55.       'service': 1200,
  56.       'duration': 2177,
  57.       'waiting_time': 0,
  58.       'priority': 0,
  59.       'distance': 0,
  60.       'steps': [
  61.         {
  62.           'type': 'start',
  63.           'location': [
  64.             15.65782,
  65.             58.407549
  66.           ],
  67.           'setup': 0,
  68.           'service': 0,
  69.           'waiting_time': 0,
  70.           'load': [
  71.             0,
  72.             0
  73.           ],
  74.           'arrival': 1713420000,
  75.           'duration': 0,
  76.           'violations': [
  77.            
  78.           ],
  79.           'distance': 0
  80.         },
  81.         {
  82.           'type': 'pickup',
  83.           'description': '36',
  84.           'location': [
  85.             15.65782,
  86.             58.407549
  87.           ],
  88.           'id': 102246921097,
  89.           'setup': 0,
  90.           'service': 600,
  91.           'waiting_time': 0,
  92.           'job': 102246921097,
  93.           'load': [
  94.             23,
  95.             0
  96.           ],
  97.           'arrival': 1713420000,
  98.           'duration': 0,
  99.           'violations': [
  100.            
  101.           ],
  102.           'distance': 1818325097
  103.         },
  104.         {
  105.           'type': 'delivery',
  106.           'description': 'customer1',
  107.           'location': [
  108.             15.5770785,
  109.             58.3996545
  110.           ],
  111.           'id': 470860100608,
  112.           'setup': 0,
  113.           'service': 600,
  114.           'waiting_time': 0,
  115.           'job': 470860100608,
  116.           'load': [
  117.             0,
  118.             0
  119.           ],
  120.           'arrival': 1713421690,
  121.           'duration': 1090,
  122.           'violations': [
  123.            
  124.           ],
  125.           'distance': 1563065138
  126.         },
  127.         {
  128.           'type': 'end',
  129.           'location': [
  130.             15.65782,
  131.             58.407549
  132.           ],
  133.           'setup': 0,
  134.           'service': 0,
  135.           'waiting_time': 0,
  136.           'load': [
  137.             0,
  138.             0
  139.           ],
  140.           'arrival': 1713423377,
  141.           'duration': 2177,
  142.           'violations': [
  143.            
  144.           ],
  145.           'distance': 0
  146.         }
  147.       ],
  148.       'violations': [
  149.        
  150.       ]
  151.     }
  152.   ]
  153. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement