Guest User

Untitled

a guest
Dec 11th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. {
  2. "locker": {
  3. "id": 1,
  4. "name": "Demo",
  5. "status": "active",
  6. "locationId": 1,
  7. "createdAt": "2018-12-04T12:47:28.261Z"
  8. },
  9. "doors": [
  10. {
  11. "id": 1,
  12. "doorNumber": 0,
  13. "width": 10,
  14. "height": 10,
  15. "length": 10,
  16. "status": "active",
  17. "lockerId": 1,
  18. "createdAt": "2018-12-04T12:47:36.012Z"
  19. },
  20. {
  21. "id": 2,
  22. "doorNumber": 1,
  23. "width": 10,
  24. "height": 10,
  25. "length": 10,
  26. "status": "active",
  27. "lockerId": 1,
  28. "createdAt": "2018-12-04T12:47:36.012Z"
  29. },
  30. {
  31. "id": 3,
  32. "doorNumber": 2,
  33. "width": 10,
  34. "height": 10,
  35. "length": 10,
  36. "status": "active",
  37. "lockerId": 1,
  38. "createdAt": "2018-12-04T12:47:36.012Z"
  39. },
  40. {
  41. "id": 4,
  42. "doorNumber": 3,
  43. "width": 20,
  44. "height": 20,
  45. "length": 20,
  46. "status": "active",
  47. "lockerId": 1,
  48. "createdAt": "2018-12-04T12:47:36.012Z"
  49. },
  50. {
  51. "id": 5,
  52. "doorNumber": 4,
  53. "width": 20,
  54. "height": 20,
  55. "length": 20,
  56. "status": "active",
  57. "lockerId": 1,
  58. "createdAt": "2018-12-04T12:47:36.012Z"
  59. },
  60. {
  61. "id": 6,
  62. "doorNumber": 5,
  63. "width": 20,
  64. "height": 20,
  65. "length": 20,
  66. "status": "active",
  67. "lockerId": 1,
  68. "createdAt": "2018-12-04T12:47:36.012Z"
  69. }
  70. ],
  71. "orders": []
  72. }
Add Comment
Please, Sign In to add comment