Advertisement
dimon-torchila

Untitled

May 9th, 2023
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.53 KB | None | 0 0
  1. [
  2.     {
  3.         "courier_type": "FOOT",
  4.         "regions": [
  5.             51,
  6.             55,
  7.             56
  8.         ],
  9.         "working_hours": [
  10.             "19:00-20:00"
  11.         ]
  12.     },
  13.     {
  14.         "courier_type": "BIKE",
  15.         "regions": [
  16.             52,
  17.             54,
  18.             56
  19.         ],
  20.         "working_hours": [
  21.             "19:30-20:00"
  22.         ]
  23.     },
  24.     {
  25.         "courier_type": "AUTO",
  26.         "regions": [
  27.             52,
  28.             54,
  29.             57
  30.         ],
  31.         "working_hours": [
  32.             "19:00-21:00",
  33.             "21:30-22:00"
  34.         ]
  35.     },
  36.     {
  37.         "courier_type": "AUTO",
  38.         "regions": [
  39.             52,
  40.             54,
  41.             58
  42.         ],
  43.         "working_hours": [
  44.             "18:00-21:00",
  45.             "21:30-22:00"
  46.         ]
  47.     }
  48. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement