Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. "itemDescription" : "1\" EMT, 3\/4\" Rigid Bender ",
  2. "categoryMain" : "Tools",
  3. "manufacturer" : "Greenlee",
  4. "mfrPartNumber" : "842AH",
  5. "itemDetails" : [
  6. {
  7. "condition" : "Damaged",
  8. "returnDate" : "",
  9. "conditionNote" : null,
  10. "employeeID" : null,
  11. "status" : "0",
  12. "nonUseDuration" : null,
  13. "checkOutDate" : "",
  14. "assetID" : "H098",
  15. "maxJobCheckoutDuration" : 0,
  16. "isTracking" : false,
  17. "assignedTo" : null
  18. },
  19. {
  20. "condition" : null,
  21. "returnDate" : "02\/14\/2020",
  22. "conditionNote" : null,
  23. "employeeID" : "2671",
  24. "status" : "1",
  25. "nonUseDuration" : null,
  26. "checkOutDate" : "02\/14\/2020 08:26 AM",
  27. "assetID" : "L608",
  28. "maxJobCheckoutDuration" : 0,
  29. "isTracking" : false,
  30. "assignedTo" : "Douglas Carter"
  31. },
  32. }
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. http://localhost:3000/api/v1.0/job/183434/tool/H098/notes
  41. {
  42. "message" : "Asset history fetched successfully.",
  43. "data" : [
  44. {
  45. "dateTime" : "02\/14\/2020 07:10 AM",
  46. "actionType" : 1,
  47. "employeeName" : "Jorge Gomez",
  48. "note" : null
  49. },
  50. {
  51. "dateTime" : "02\/14\/2020 08:23 AM",
  52. "actionType" : 2,
  53. "employeeName" : "Jorge Gomez",
  54. "note" : "Tool is returned"
  55. }
  56. ],
  57. "success" : 1
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement