maprangsoft

แตกงาน json

Jun 1st, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1.  
  2.     {
  3.         "insert": [
  4.             {
  5.                 "area_id": 1,
  6.                 "work_select_id": 1,
  7.                 "user_technician_id": 116,
  8.                 "qty": 7,
  9.                 "price": 100,
  10.                 "type": "work"
  11.             },
  12.             {
  13.                 "area_id": 1,
  14.                 "user_technician_id": 200,
  15.                 "type": "area"
  16.             }
  17.         ],
  18.         "update": [
  19.             {
  20.                 "id": 5,
  21.                 "area_id": 1,
  22.                 "work_select_id": 1,
  23.                 "user_technician_id": 116,
  24.                 "qty": 7,
  25.                 "price": 100,
  26.                 "type": "work"
  27.             },
  28.             {
  29.                 "id": [
  30.                     1,
  31.                     2
  32.                 ],
  33.                 "technician_id": 1,
  34.                 "type": "area"
  35.             }
  36.         ],
  37.         "delete": [
  38.             1,
  39.             2
  40.         ]
  41.     }
Advertisement
Add Comment
Please, Sign In to add comment