Advertisement
maprangsoft

api/technician-schedule/get-pm-tech-job

Aug 14th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.11 KB | None | 0 0
  1. {
  2.   "success": true,
  3.   "message": "Related PM and Technician retrieved.",
  4.   "data": [
  5.     {
  6.       "pm_id": 44,
  7.       "name": "สุขุม งามล้วน",
  8.       "technician": [
  9.         {
  10.           "technician_id": 201,
  11.           "name": "ณัฐพงษ์ สารคณา",
  12.           "start_at": "2020-08-05 00:00:00",
  13.           "end_at": "2020-08-07 23:59:00",
  14.           "start_at_txt": "ทั้งวัน",
  15.           "end_at_txt": "ทั้งวัน",
  16.           "closed_at": null,
  17.           "note": null,
  18.           "status": "appointment",
  19.           "color": "#1890ff",
  20.           "pc_job_id": 57
  21.         }
  22.       ]
  23.     },
  24.     {
  25.       "pm_id": 75,
  26.       "name": "อภิชาติ แซ่อึ้ง",
  27.       "technician": [
  28.         {
  29.           "technician_id": 249,
  30.           "name": "ทวัช ประภา",
  31.           "start_at": "2020-08-01 00:00:00",
  32.           "end_at": "2020-08-03 23:59:00",
  33.           "start_at_txt": "ทั้งวัน",
  34.           "end_at_txt": "ทั้งวัน",
  35.           "closed_at": null,
  36.           "note": null,
  37.           "status": "appointment",
  38.           "color": "#eb144c",
  39.           "pc_job_id": 54
  40.         },
  41.         {
  42.           "technician_id": 249,
  43.           "name": "ทวัช ประภา",
  44.           "start_at": null,
  45.           "end_at": null,
  46.           "start_at_txt": null,
  47.           "end_at_txt": null,
  48.           "closed_at": null,
  49.           "note": null,
  50.           "status": "approx",
  51.           "color": "#1890ff",
  52.           "pc_job_id": 55
  53.         },
  54.         {
  55.           "technician_id": 201,
  56.           "name": "ณัฐพงษ์ สารคณา",
  57.           "start_at": "2020-08-01 00:00:00",
  58.           "end_at": "2020-08-03 23:59:00",
  59.           "start_at_txt": "ทั้งวัน",
  60.           "end_at_txt": "ทั้งวัน",
  61.           "closed_at": null,
  62.           "note": null,
  63.           "status": "appointment",
  64.           "color": "#F9C8CE",
  65.           "pc_job_id": 56
  66.         }
  67.       ]
  68.     },
  69.     {
  70.       "pm_id": 92,
  71.       "name": "พงศธร หงษ์ศิริ",
  72.       "technician": [
  73.         {
  74.           "technician_id": 220,
  75.           "name": "วัชระ หมู่ดี",
  76.           "start_at": null,
  77.           "end_at": null,
  78.           "start_at_txt": null,
  79.           "end_at_txt": null,
  80.           "closed_at": null,
  81.           "note": null,
  82.           "status": "approx",
  83.           "color": "#ff6900",
  84.           "pc_job_id": 58
  85.         },
  86.         {
  87.           "technician_id": 220,
  88.           "name": "วัชระ หมู่ดี",
  89.           "start_at": "2020-08-11 00:00:00",
  90.           "end_at": "2020-09-19 23:59:00",
  91.           "start_at_txt": "ทั้งวัน",
  92.           "end_at_txt": "ทั้งวัน",
  93.           "closed_at": null,
  94.           "note": "หน้างานเป็นงานปรับปรุงห้องน้ำชั้น​ 3​  จำนวน​ 2​ ห้อง",
  95.           "status": "appointment",
  96.           "color": "#5CFFFF",
  97.           "pc_job_id": 74
  98.         }
  99.       ]
  100.     }
  101.   ]
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement