getContainersResponse.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "data": [
  3. {
  4. "id": "5ad6c7fd-ebb0-4b75-9d73-6b762ec41908",
  5. "type": "container",
  6. "attributes": {
  7. "name": "C4 Letter",
  8. "outerDimensions": {
  9. "unitOfMeasurement": "mm",
  10. "length": 324,
  11. "width": 229,
  12. "height": 3
  13. },
  14. "innerDimensions": {
  15. "unitOfMeasurement": "mm",
  16. "length": 319,
  17. "width": 224,
  18. "height": 3
  19. },
  20. "type": "Letter",
  21. "maximumWeight": {
  22. "unitOfMeasurement": "kg",
  23. "value": 1
  24. },
  25. "tareWeight": {
  26. "unitOfMeasurement": "g",
  27. "value": 25
  28. }
  29. }
  30. },
  31. {
  32. "id": "934ffae0-731a-47cd-89cb-9075ebc6d2f9",
  33. "type": "container",
  34. "attributes": {
  35. "name": "Big Box",
  36. "outerDimensions": {
  37. "unitOfMeasurement": "cm",
  38. "length": 20,
  39. "width": 30,
  40. "height": 15
  41. },
  42. "innerDimensions": {
  43. "unitOfMeasurement": "cm",
  44. "length": 19,
  45. "width": 29,
  46. "height": 14
  47. },
  48. "type": "Box",
  49. "maximumWeight": {
  50. "unitOfMeasurement": "kg",
  51. "value": 10
  52. },
  53. "tareWeight": {
  54. "unitOfMeasurement": "g",
  55. "value": 300
  56. }
  57. }
  58. },
  59. {
  60. "id": "f3f3693c-be02-4a61-afe7-a0f66dff7396",
  61. "type": "container",
  62. "attributes": {
  63. "name": "C6 Letter",
  64. "outerDimensions": {
  65. "unitOfMeasurement": "mm",
  66. "length": 162,
  67. "width": 114,
  68. "height": 2
  69. },
  70. "innerDimensions": {
  71. "unitOfMeasurement": "mm",
  72. "length": 157,
  73. "width": 109,
  74. "height": 2
  75. },
  76. "type": "Letter",
  77. "maximumWeight": {
  78. "unitOfMeasurement": "g",
  79. "value": 1000
  80. },
  81. "tareWeight": {
  82. "unitOfMeasurement": "g",
  83. "value": 9
  84. }
  85. }
  86. }
  87. ]
  88. }