Advertisement
dimon-torchila

Untitled

May 13th, 2023
1,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.72 KB | None | 0 0
  1. [
  2.     {
  3.     "region": 53,
  4.         "weight": 54.2,
  5.         "cost" : 500,
  6.         "delivery_time": "19:00-20:00"
  7.   },
  8.     {
  9.     "region": 52,
  10.         "weight": 10.2,
  11.         "cost" : 228,
  12.         "delivery_time": "20:30-21:00"
  13.   },
  14.     {
  15.     "region": 55,
  16.         "weight": 533.2,
  17.         "cost" : 10000,
  18.         "delivery_time": "10:00-11:00"
  19.   }
  20. ]
  21. ////////////////////////////////////////
  22. [
  23.     {
  24.         "courier_type": "FOOT",
  25.         "regions": [51, 55, 56],
  26.         "working_hours": ["19:00-20:00"]
  27.     },
  28.     {
  29.         "courier_type": "BIKE",
  30.         "regions": [52, 54, 56],
  31.         "working_hours": ["19:30-20:00"]
  32.     },
  33.     {
  34.         "courier_type": "AUTO",
  35.         "regions": [52, 54, 57],
  36.         "working_hours": ["19:00-21:00", "21:30-22:00"]
  37.     }
  38. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement