Advertisement
korobeinikov_surf

pickuppoints

Jan 20th, 2022
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. [
  2.     {
  3.         "kitchenId": 1,
  4.         "cityId": 1,
  5.         "status": "Pause",
  6.         "payments": [
  7.             "Online",
  8.             "SystemPayment",
  9.             "Courier"
  10.         ],
  11.         "cookingTime": 0,
  12.         "minOrderAmount": 0,
  13.         "location": {
  14.             "address": "Часовая, 11/3",
  15.             "coords": {
  16.                 "lat": 55.807945251464844,
  17.                 "long": 37.52912521362305
  18.             }
  19.         },
  20.         "openTime": "00:00",
  21.         "closeTime": "11:00"
  22.     }
  23. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement