{"info":{"_postman_id":"855204a3-9063-49de-9af0-1d6ebaa9af52","name":"Boxtech Public Documentation","description":"<html><head></head><body><p>The BIC Boxtech Global Container Database contains technical attributes of shipping containers for use in applications and automation</p>\n<p>Contact Support:\n Name: BIC API Support\n Email: <a href=\"mailto:bic@bic-code.org\">bic@bic-code.org</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7925649","collectionId":"855204a3-9063-49de-9af0-1d6ebaa9af52","publishedId":"2s9YsNcV3E","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-12T10:58:32.000Z"},"item":[{"name":"Authentication","item":[{"name":"Collect a token for authentication","id":"95874067-6a83-4c9f-828b-435a4b8fd2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.bic-boxtech.org/api/v2.0//oauth/token","urlObject":{"path":["oauth","token"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[]}},"response":[{"id":"63cea58c-d9ea-4431-8c6f-3b6cd8b2b5df","name":"Successful Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://app.bic-boxtech.org/api/v2.0//oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accessToken\": \"eyJhbGciOiJIUzI1Ni\",\n  \"access_token\": \"eyJhbGciOiJIUzI1Ni\",\n  \"accessTokenExpiresAt\": \"2023-08-01T10:15:02.847559+00:00\"\n}"},{"id":"9ab074f6-282a-4d6e-92ee-61cdbd55b23d","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://app.bic-boxtech.org/api/v2.0//oauth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid Authorization Header: Authorization Header Missing\"\n}"}],"_postman_id":"95874067-6a83-4c9f-828b-435a4b8fd2df"}],"id":"734a129c-6ab3-46a6-8e53-a36dc602cc3c","_postman_id":"734a129c-6ab3-46a6-8e53-a36dc602cc3c","description":""},{"name":"BIC Code","item":[{"name":"Identify who owns a given BIC Code","id":"7662f7cf-2b3c-4a89-b77a-ce611afe25e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.bic-boxtech.org/api/v2.0//codes/:bicCode","urlObject":{"path":["codes",":bicCode"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[{"id":"c6182f0b-030a-4d80-83ca-6fe73b5a07cf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"BICU","key":"bicCode"}]}},"response":[{"id":"9ea9713d-22e4-4e11-9131-c9d325181083","name":"BIC Code Holder Detail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//codes/:bicCode","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["codes",":bicCode"],"variable":[{"key":"bicCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"BICU\",\n  \"name\": \"Bureau International des Containers\",\n  \"address\": {\n    \"country\": \"France\"\n  }\n}"},{"id":"2a591d2a-2efc-4341-8231-48b07eb3b594","name":"Invalid Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//codes/:bicCode","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["codes",":bicCode"],"variable":[{"key":"bicCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"852da154-911e-4610-96bc-9f4f5d9ffad2","name":"BIC Holder not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//codes/:bicCode","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["codes",":bicCode"],"variable":[{"key":"bicCode"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"d7d38333-8613-40bb-983b-e0cadd62a5f5","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//codes/:bicCode","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["codes",":bicCode"],"variable":[{"key":"bicCode"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"7662f7cf-2b3c-4a89-b77a-ce611afe25e9"}],"id":"90db7a49-b58d-4373-aada-6447d6a21adc","_postman_id":"90db7a49-b58d-4373-aada-6447d6a21adc","description":""},{"name":"ISO Codes","item":[{"name":"Identify an ISO Size Type Code","id":"821c6e3a-dabf-43de-88bf-7ba9850df959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.bic-boxtech.org/api/v2.0//iso/size_type_code/:sizeTypeCode","urlObject":{"path":["iso","size_type_code",":sizeTypeCode"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[{"id":"becea4b2-42e9-4967-a09a-4b8ac53779fa","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"45G1","key":"sizeTypeCode"}]}},"response":[{"id":"81fe9d48-6059-4033-88fd-7c7c24fe0f6b","name":"ISO Size Type Code Detail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//iso/size_type_code/:sizeTypeCode","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["iso","size_type_code",":sizeTypeCode"],"variable":[{"key":"sizeTypeCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail_st\": \"45G1\",\n  \"group_st\": \"45GP\",\n  \"dimensions\": {\n    \"length_mm\": \"2991\",\n    \"length_ft\": \"10\",\n    \"height_mm\": \"9.6\",\n    \"height_ft\": \"2896\",\n    \"width_mm\": \"2438\",\n    \"width_ft\": \"8\"\n  },\n  \"description\": \"General purpose container without ventilation\",\n  \"main_characteristics\": \"General purpose container without ventilation: Passive vents at upper part of cargo space\"\n}"},{"id":"f79f6bbb-3109-45c3-8bcd-1f229cbb7b7a","name":"Invalid Size Type Code","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//iso/size_type_code/:sizeTypeCode","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["iso","size_type_code",":sizeTypeCode"],"variable":[{"key":"sizeTypeCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"3ba3fde1-02d5-4761-acbf-bdf79f7bbaa2","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//iso/size_type_code/:sizeTypeCode","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["iso","size_type_code",":sizeTypeCode"],"variable":[{"key":"sizeTypeCode"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"821c6e3a-dabf-43de-88bf-7ba9850df959"}],"id":"79d8ba25-2922-4630-96a4-0c33161684fe","_postman_id":"79d8ba25-2922-4630-96a4-0c33161684fe","description":""},{"name":"Alert","item":[{"name":"Set an alert against the container","id":"aa8b959f-e45e-46c5-b0db-8384c6a6566e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"container_number\": \"BICU1234565\",\n  \"type\": \"SCRAPPED\",\n  \"description\": \"enim in\",\n  \"message\": \"aute cons\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//alert","urlObject":{"path":["alert"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[]}},"response":[{"id":"a3bb3e48-b6a2-4a17-af16-41241f6348bb","name":"Successful Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"container_number\": \"BICU1234565\",\n  \"type\": \"SCRAPPED\",\n  \"description\": \"enim in\",\n  \"message\": \"aute cons\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//alert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Alert Added\"\n}"},{"id":"7f4b0065-3ea8-4cb5-bed2-2fd0106a1a07","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"container_number\": \"BICU1234565\",\n  \"type\": \"SCRAPPED\",\n  \"description\": \"enim in\",\n  \"message\": \"aute cons\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//alert"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"9c072919-dc62-47f2-9b3a-9470b50992e0","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"container_number\": \"BICU1234565\",\n  \"type\": \"SCRAPPED\",\n  \"description\": \"enim in\",\n  \"message\": \"aute cons\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//alert"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"aa8b959f-e45e-46c5-b0db-8384c6a6566e"},{"name":"Remove alert from a container in your fleet","id":"9d1e6eb1-2bf3-43e7-837f-2b08fac31ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.bic-boxtech.org/api/v2.0//alert/:containerNumber/:alertType","urlObject":{"path":["alert",":containerNumber",":alertType"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[{"id":"096c057a-5ae8-4c1e-8b30-73df99df119b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"BICU1234565","key":"containerNumber"},{"id":"65653157-64f5-4b93-9c7a-8a772def463c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SOLD","key":"alertType"}]}},"response":[{"id":"91d930e1-0c25-4eff-9309-b1bb448ee7f1","name":"Successful Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//alert/:containerNumber/:alertType","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["alert",":containerNumber",":alertType"],"variable":[{"key":"containerNumber"},{"key":"alertType"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Alert Deactivated\"\n}"},{"id":"59f66b69-7878-4a36-9b50-62b77c83db94","name":"Invalid Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//alert/:containerNumber/:alertType","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["alert",":containerNumber",":alertType"],"variable":[{"key":"containerNumber"},{"key":"alertType"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"6d00b751-2c97-43c1-a97a-2636ac222348","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//alert/:containerNumber/:alertType","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["alert",":containerNumber",":alertType"],"variable":[{"key":"containerNumber"},{"key":"alertType"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"9d1e6eb1-2bf3-43e7-837f-2b08fac31ebc"}],"id":"039a4f22-64af-4eae-abf0-789e4e0ca296","_postman_id":"039a4f22-64af-4eae-abf0-789e4e0ca296","description":""},{"name":"Container","item":[{"name":"Add container to your fleet","id":"7de8c0dd-e257-4df0-94ee-abd18f26aebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": false\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  },\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": true\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//container","urlObject":{"path":["container"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[]}},"response":[{"id":"d9040a10-9c6c-498e-b71d-26547a4eb470","name":"Container operation result success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": false\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  },\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": true\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//container"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"message\": \"in irure sint consectetur\",\n  \"upload_results\": [\n    {\n      \"container_number\": \"id eu sint do\",\n      \"upload\": \"success\",\n      \"message\": \"qui\"\n    },\n    {\n      \"container_number\": \"nisi ut laboris proident ullamco\",\n      \"upload\": \"success\",\n      \"message\": \"aliquip laboris cillum\"\n    }\n  ]\n}"},{"id":"4fb953a1-9412-44b6-aadd-a88b45ae39b7","name":"Container operation result that has partial or full failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": false\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  },\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": true\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//container"},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"failed\",\n  \"message\": \"Partial failure during container operation\",\n  \"upload_results\": [\n    {\n      \"container_number\": \"BICU1234565\",\n      \"upload\": \"success\",\n      \"message\": \"Container uploaded successfully\"\n    },\n    {\n      \"container_number\": \"BICU1234561\",\n      \"upload\": \"failed\",\n      \"message\": \"Invalid Container Number\"\n    }\n  ]\n}"},{"id":"f3cb1de8-d3e1-47ce-a631-986d89eb7724","name":"Invalid Input","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": false\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  },\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": true\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//container"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"6f992ab6-8fb7-4aa0-962d-7856e4dae495","name":"Insufficient Permissions to Post Container","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": false\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  },\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": true\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//container"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"074f15d1-d4e8-4c0e-a71d-389738925dcd","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": false\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  },\n  {\n    \"container_number\": \"BICU1234565\",\n    \"cubic_capacity_cbm\": 67.6,\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"max_payload_kg\": 28840,\n    \"tare_kg\": 3660,\n    \"dimensions\": {\n      \"external_length_mm\": 12192,\n      \"external_width_mm\": 2438,\n      \"external_height_mm\": 2896,\n      \"internal_length_mm\": 11192,\n      \"internal_width_mm\": 2238,\n      \"internal_height_mm\": 2696,\n      \"door_opening_width_mm\": 2338,\n      \"door_opening_height_mm\": 2796\n    },\n    \"smart_container\": {\n      \"smart_container\": false,\n      \"smart_container_certification\": \"A1\",\n      \"smart_container_activated\": true\n    },\n    \"tank_container\": {\n      \"capacity_litres\": 24000,\n      \"imdg_code\": \"T22\",\n      \"adr_rid_code\": \"L4BN\",\n      \"baffles\": true\n    },\n    \"combined_data_plate\": {\n      \"customs_approval\": \"GB-L/749/2/7/22\",\n      \"manufacture_number\": \"NBA109026005\",\n      \"manufacturer\": \"ABC Container Factory Co\",\n      \"csc_approval\": \"F/BV/15018/22\",\n      \"manufacture_date\": \"2022-12-20\",\n      \"stacking_kg\": 216000,\n      \"one_door_off_stacking_kg\": 72000,\n      \"racking_n\": 150000,\n      \"one_door_off_racking_n\": 74970,\n      \"one_door_off_end_wall_strength_newtons\": 55370,\n      \"container_model\": \"1AAA-101W45G1G\",\n      \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n      \"acep_number\": \"FR-BV-2022-001\"\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.bic-boxtech.org/api/v2.0//container"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"7de8c0dd-e257-4df0-94ee-abd18f26aebc"},{"name":"Get the technical details for a given container","id":"34883429-aee0-4c5f-954c-a1a0ca044f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","urlObject":{"path":["container",":containerNumber"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[{"id":"63cd3f1d-c191-48b5-b61a-ea6e1689fa01","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"BICU1234565","key":"containerNumber"}]}},"response":[{"id":"25bacfb2-7802-4368-808b-0e96e2f5065b","name":"Container Technical Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["container",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"one_door_off_racking_kg\": 10000,\n    \"external_width_ft\": 7.9987,\n    \"one_door_off_racking_lbs\": 25000,\n    \"internal_length_mm\": 12057,\n    \"prefix\": \"com\",\n    \"cubic_capacity_cuft\": 2386,\n    \"stacking_lbs\": 430000,\n    \"door_opening_width_mm\": 2338,\n    \"one_door_off_end_wall_strength_kg\": 5645,\n    \"group_st\": \"40GP\",\n    \"racking_lbs\": 40000,\n    \"manufacture_date\": \"2022-12-20\",\n    \"max_gross_mass_lbs\": 71650,\n    \"one_door_off_stacking_lbs\": 140000,\n    \"bic_code\": \"BICU\",\n    \"customs_approval_type\": \"GB-L/749/2/7/22\",\n    \"racking_kg\": 15290,\n    \"equipment_identifier\": \"Z\",\n    \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n    \"max_payload_kg\": 28840,\n    \"internal_width_mm\": 2444,\n    \"container_number\": \"BICU1234565\",\n    \"one_door_off_end_wall_strength_lbs\": 35000,\n    \"internal_height_ft\": 7.8262,\n    \"racking_n\": 60000,\n    \"external_length_ft\": 40,\n    \"max_payload_lbs\": 63580,\n    \"one_door_off_racking_n\": 60000,\n    \"cubic_capacity_cbm\": 67.6,\n    \"external_length_mm\": 12192,\n    \"one_door_off_stacking_kg\": 72000,\n    \"stacking_kg\": 216000,\n    \"external_height_ft\": 8.5007,\n    \"manufacturer\": \"ABC Container Factory Co\",\n    \"check_digit\": \"1\",\n    \"current_operator\": \"SHIPPING LLC\",\n    \"tare_kg\": 3660,\n    \"tare_lbs\": 8070,\n    \"internal_length_ft\": 39.5311,\n    \"door_opening_height_ft\": 7.4754,\n    \"customs_approval\": \"GB-L/749/2/7/22\",\n    \"door_opening_width_ft\": 7.8689,\n    \"internal_width_ft\": 8.0131,\n    \"internal_height_mm\": 2696,\n    \"serial_number\": \"123456\",\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"csc_approval\": \"F/BV/15018/22\",\n    \"door_opening_height_mm\": 2796,\n    \"external_width_mm\": 2438,\n    \"manufacture_number\": \"NBA109026005\",\n    \"external_height_mm\": 2896,\n    \"alerts\": {\n      \"type\": \"LOST\",\n      \"description\": \"reprehenderit sed\",\n      \"message\": \"laboris d\"\n    }\n  },\n  {\n    \"one_door_off_racking_kg\": 10000,\n    \"external_width_ft\": 7.9987,\n    \"one_door_off_racking_lbs\": 25000,\n    \"internal_length_mm\": 12057,\n    \"prefix\": \"eiu\",\n    \"cubic_capacity_cuft\": 2386,\n    \"stacking_lbs\": 430000,\n    \"door_opening_width_mm\": 2338,\n    \"one_door_off_end_wall_strength_kg\": 5645,\n    \"group_st\": \"40GP\",\n    \"racking_lbs\": 40000,\n    \"manufacture_date\": \"2022-12-20\",\n    \"max_gross_mass_lbs\": 71650,\n    \"one_door_off_stacking_lbs\": 140000,\n    \"bic_code\": \"BICU\",\n    \"customs_approval_type\": \"GB-L/749/2/7/22\",\n    \"racking_kg\": 15290,\n    \"equipment_identifier\": \"Z\",\n    \"timber_treatment_approval\": \"IM/TAILILEUM 400/2020\",\n    \"max_payload_kg\": 28840,\n    \"internal_width_mm\": 2444,\n    \"container_number\": \"BICU1234565\",\n    \"one_door_off_end_wall_strength_lbs\": 35000,\n    \"internal_height_ft\": 7.8262,\n    \"racking_n\": 60000,\n    \"external_length_ft\": 40,\n    \"max_payload_lbs\": 63580,\n    \"one_door_off_racking_n\": 60000,\n    \"cubic_capacity_cbm\": 67.6,\n    \"external_length_mm\": 12192,\n    \"one_door_off_stacking_kg\": 72000,\n    \"stacking_kg\": 216000,\n    \"external_height_ft\": 8.5007,\n    \"manufacturer\": \"ABC Container Factory Co\",\n    \"check_digit\": \"1\",\n    \"current_operator\": \"SHIPPING LLC\",\n    \"tare_kg\": 3660,\n    \"tare_lbs\": 8070,\n    \"internal_length_ft\": 39.5311,\n    \"door_opening_height_ft\": 7.4754,\n    \"customs_approval\": \"GB-L/749/2/7/22\",\n    \"door_opening_width_ft\": 7.8689,\n    \"internal_width_ft\": 8.0131,\n    \"internal_height_mm\": 2696,\n    \"serial_number\": \"123456\",\n    \"detail_st\": \"45G1\",\n    \"max_gross_mass_kg\": 32500,\n    \"csc_approval\": \"F/BV/15018/22\",\n    \"door_opening_height_mm\": 2796,\n    \"external_width_mm\": 2438,\n    \"manufacture_number\": \"NBA109026005\",\n    \"external_height_mm\": 2896,\n    \"alerts\": {\n      \"type\": \"STOLEN\",\n      \"description\": \"esse dolore enim\",\n      \"message\": \"deserunt consequat labore\"\n    }\n  }\n]"},{"id":"d690b616-984b-4158-83a3-bbe6b8bedf33","name":"Invalid Input","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["container",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"e747a327-74fb-4439-8227-d2c01d3a64f7","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["container",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"34883429-aee0-4c5f-954c-a1a0ca044f64"},{"name":"Remove container from your fleet","id":"3d070c3d-0938-4f75-aae8-ac370dea9cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","urlObject":{"path":["container",":containerNumber"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[{"id":"e8784a39-1ef7-4770-9f63-497162ce2457","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"BICU1234565","key":"containerNumber"}]}},"response":[{"id":"640f76b9-9dba-47d3-bc6e-d1b8f77c3a3a","name":"Container Removed from Fleet","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["container",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5c086e63-706b-4e76-b62a-1db276cd80bf","name":"Invalid Input","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["container",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"c8773b0c-46a2-4bfc-b054-0e0ab0fd3627","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//container/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["container",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"3d070c3d-0938-4f75-aae8-ac370dea9cce"},{"name":"Get just the Tare Weight of a container","id":"89d2cece-c682-4637-befb-6f28d74ae956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://app.bic-boxtech.org/api/v2.0//tare_kg/:containerNumber","urlObject":{"path":["tare_kg",":containerNumber"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[{"id":"51537e80-f3b7-47f0-a1f7-47d704e9e370","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"BICU1234565","key":"containerNumber"}]}},"response":[{"id":"ca6ad502-4bed-4bdb-9851-64b3535d199e","name":"A User object","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//tare_kg/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["tare_kg",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"3660"},{"id":"708d0539-0b9c-4b04-8bdb-57d42098c539","name":"Invalid Input","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//tare_kg/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["tare_kg",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"99c28b83-f107-4c11-ae9e-7027206b4ce9","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//tare_kg/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["tare_kg",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"89d2cece-c682-4637-befb-6f28d74ae956"},{"name":"Get just the Max Gross Weight of a container","id":"d01ea74e-1fba-4022-b1b6-4a02c4a4773c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://app.bic-boxtech.org/api/v2.0//max_gross_mass_kgs/:containerNumber","urlObject":{"path":["max_gross_mass_kgs",":containerNumber"],"host":["https://app.bic-boxtech.org/api/v2.0/"],"query":[],"variable":[{"id":"8498d995-cd90-422f-9d1f-b33b0338238b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"BICU1234565","key":"containerNumber"}]}},"response":[{"id":"5226ef83-756f-4c1e-898d-537569fd6982","name":"Container Technical Detail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//max_gross_mass_kgs/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["max_gross_mass_kgs",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"30480"},{"id":"15cf79f8-4722-4bff-8c06-237472397612","name":"Invalid Input","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//max_gross_mass_kgs/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["max_gross_mass_kgs",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"},{"id":"21c236b2-4e27-4729-9336-4c3e4da03224","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.bic-boxtech.org/api/v2.0//max_gross_mass_kgs/:containerNumber","host":["https://app.bic-boxtech.org/api/v2.0/"],"path":["max_gross_mass_kgs",":containerNumber"],"variable":[{"key":"containerNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Request Failed due to X\"\n}"}],"_postman_id":"d01ea74e-1fba-4022-b1b6-4a02c4a4773c"}],"id":"5fc2ce38-b02a-4362-bc95-559b7592d53f","_postman_id":"5fc2ce38-b02a-4362-bc95-559b7592d53f","description":""}],"variable":[{"id":"dd3ea06c-843e-4e64-b2a5-53fec5d31251","key":"basePath","value":"api/v2.0/"},{"id":"7de24449-b009-407b-91d2-68b55dfe2868","key":"baseUrl","value":"https://app.bic-boxtech.org/api/v2.0/"}]}