Advertisement
SimplexSplash

Шаблон для входящих данных

Oct 20th, 2020 (edited)
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.60 KB | None | 0 0
  1. {
  2.     //Это поле нужно для определения стратегии проверки ограничений доступности конкретного узла
  3.     "requestSender": "dispatching",
  4.     "startTime": "dd.mm.yyyy hh:mm:ss",
  5.     "avgSpeed": kmph,
  6.     "startNodeId":"id",
  7.     "endNodeId":"id",
  8.     "isTimeTrackingNeccessary":true
  9.     "nodes": [
  10.         {
  11.             "id":"id",
  12.             "longitude": long,
  13.             "lat": lat,
  14.             "constrains":{
  15.                 //Время забора КП
  16.                 "collectionDurationHours": hours,
  17.                 "availabilityTimeBeginHour":"hh:mm:ss",
  18.                 "availabilityTimeEndHour":"hh:mm:ss"
  19.             }
  20.         }
  21.     ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement