Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.23 KB | None | 0 0
  1. {
  2.     "code": 200,
  3.     "response": {
  4.         "data": [
  5.             {
  6.                 "version_id": 1,
  7.                 "total_duration": 23,
  8.                 "phases": [
  9.                     {
  10.                         "phase_id": 4,
  11.                         "phase_title": "Сбор",
  12.                         "phase_type_id": 4,
  13.                         "duration": 8,
  14.                         "planting_date": "2019-11-17 00:00:00",
  15.                         "harvesting_date": "2019-11-25 00:00:00",
  16.                         "farms": [
  17.                             {
  18.                                 "farm_id": 1,
  19.                                 "farm_title": "На Николаева",
  20.                                 "city_id": 10,
  21.                                 "amount": 100,
  22.                                 "amount_weight": 250,
  23.                                 "enough": true
  24.                             },
  25.                             {
  26.                                 "farm_id": 1,
  27.                                 "farm_title": "На Николаева",
  28.                                 "city_id": 10,
  29.                                 "amount": 0,
  30.                                 "amount_weight": 0,
  31.                                 "enough": false
  32.                             }
  33.                         ],
  34.                         "harvesting_count": 3,
  35.                         "harvesting_type": "pot"
  36.                     },
  37.                     {
  38.                         "phase_id": 2,
  39.                         "phase_title": "Рассада",
  40.                         "phase_type_id": 2,
  41.                         "duration": 5,
  42.                         "planting_date": "2019-11-25 00:00:00",
  43.                         "harvesting_date": "2019-11-30 00:00:00",
  44.                         "farms": [
  45.                             {
  46.                                 "farm_id": 1,
  47.                                 "farm_title": "На Николаева",
  48.                                 "city_id": 10,
  49.                                 "amount": 100,
  50.                                 "amount_weight": 250,
  51.                                 "enough": true
  52.                             },
  53.                             {
  54.                                 "farm_id": 1,
  55.                                 "farm_title": "На Николаева",
  56.                                 "city_id": 10,
  57.                                 "amount": 0,
  58.                                 "amount_weight": 0,
  59.                                 "enough": false
  60.                             }
  61.                         ],
  62.                         "harvesting_count": 0,
  63.                         "harvesting_type": null
  64.                     },
  65.                     {
  66.                         "phase_id": 1,
  67.                         "phase_title": "Проращивание",
  68.                         "phase_type_id": 1,
  69.                         "duration": 10,
  70.                         "planting_date": "2019-11-30 00:00:00",
  71.                         "harvesting_date": "2019-12-10 00:00:00",
  72.                         "farms": [
  73.                             {
  74.                                 "farm_id": 1,
  75.                                 "farm_title": "На Николаева",
  76.                                 "city_id": 10,
  77.                                 "amount": 100,
  78.                                 "amount_weight": 250,
  79.                                 "enough": true
  80.                             },
  81.                             {
  82.                                 "farm_id": 1,
  83.                                 "farm_title": "На Николаева",
  84.                                 "city_id": 10,
  85.                                 "amount": 100,
  86.                                 "amount_weight": 250,
  87.                                 "enough": true
  88.                             }
  89.                         ],
  90.                         "harvesting_count": 0,
  91.                         "harvesting_type": null
  92.                     }
  93.                 ]
  94.             }
  95.         ],
  96.         "permissions": [
  97.             "scheduler_view",
  98.             "scheduler_update",
  99.             "scheduler_create",
  100.             "scheduler_delete",
  101.             "scheduler_approving",
  102.             "scheduler_harvesting"
  103.         ]
  104.     }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement