maprangsoft

ตัวอย่าง response แตกงาน 2

Jun 2nd, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.64 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "message": "Quotation split technician created successfully",
  4.     "data": {
  5.         "areas": [
  6.             {
  7.                 "area_id": 1,
  8.                 "user_technician_id": 96000,
  9.                 "work_select_id": [
  10.                     7,
  11.                     13,
  12.                     14
  13.                 ]
  14.             },
  15.             {
  16.                 "area_id": 2,
  17.                 "user_technician_id": 1000,
  18.                 "work_select_id": [
  19.                     15,
  20.                     16
  21.                 ]
  22.             }
  23.         ],
  24.         "works": [
  25.             {
  26.                 "user_technician_id": 119,
  27.                 "type": "work",
  28.                 "work_select_id": 1,
  29.                 "area_id": 1,
  30.                 "qty": 7,
  31.                 "price": 5000,
  32.                 "user_created": 88,
  33.                 "updated_at": "2020-06-02 16:51:41",
  34.                 "created_at": "2020-06-02 16:51:41",
  35.                 "id": 36,
  36.                 "group": {
  37.                     "group_id": 1,
  38.                     "sub_id": 1
  39.                 }
  40.             },
  41.             {
  42.                 "user_technician_id": 300,
  43.                 "type": "work",
  44.                 "work_select_id": 2,
  45.                 "area_id": 2,
  46.                 "qty": 60,
  47.                 "price": 60000,
  48.                 "user_created": 88,
  49.                 "updated_at": "2020-06-02 16:51:41",
  50.                 "created_at": "2020-06-02 16:51:41",
  51.                 "id": 37,
  52.                 "group": {
  53.                     "group_id": 2,
  54.                     "sub_id": 2
  55.                 }
  56.             }
  57.         ]
  58.     }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment