{"info":{"_postman_id":"582f8e33-c605-458a-beac-24faff6c9941","name":"Traqa","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5836352","collectionId":"582f8e33-c605-458a-beac-24faff6c9941","publishedId":"VVHyWxLa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"243584"},"publishDate":"2022-09-09T15:23:04.000Z"},"item":[{"name":"Authentication","item":[{"name":"/getToken","event":[{"listen":"test","script":{"id":"b6f7c849-ae3c-4e6f-ada2-0caae6986dcc","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"Authorization\", jsonData.IdToken);"],"type":"text/javascript"}}],"id":"3b478409-8aa8-4097-aa8e-af4527bf645d","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":"/getToken","description":"<p>The IdToken is used for Authorization &amp; Authentication and will expire within one hour. The RefreshToken is used to retrieve another IdToken instead of passing credentials to the server.</p>\n<p>A refresh token will last one month.</p>\n<p>Basic authentication is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word <code>Basic</code> followed by a space and a base64-encoded string username:password.</p>\n<p>For example, to authorize as demo / p@55w0rd the client would send in {token} the value of <code>ZGVtbzpwQDU1dzByZA==</code></p>\n<p><code>Authorization: Basic {token}</code></p>\n<p>If you are doing this in Postman selecting <code>Basic Auth</code> and entering your username and password will automatically generate this header.</p>\n<p>The Postman collection has been configured to update the environment variable <code>Authorization</code> with the <code>IdToken</code> returned by this request.</p>\n","urlObject":{"path":["getToken"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1070ac79-c37f-46dd-a5b4-d05fbf3fa7b9","name":"200 response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic eyJraWQiOiJXX....","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/getToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"IdToken\": \"eyJraWQiOiJtVHZmZkV5YV....\",\n    \"RefreshToken\": \"eyJjdHkiOiJKV1QiLCJlbm...\"\n}"},{"id":"8f734b38-0b7d-4e16-9631-f6f123ae764d","name":"403 response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/getToken"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorType\": \"Forbidden\",\n    \"errorMessage\": \"\",\n    \"requestId\": \"feaec919....\",\n    \"requestTime\": \"01/Jan/2023:12:00:00 +0000\",\n    \"userAgent\": \"PostmanRuntime/7.33.0\"\n}"},{"id":"f94c1426-6bcc-43f2-9039-f7ef642174b9","name":"500 response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/getToken"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error\"\n}"}],"_postman_id":"3b478409-8aa8-4097-aa8e-af4527bf645d"},{"name":"/permissions","event":[{"listen":"test","script":{"id":"b6f7c849-ae3c-4e6f-ada2-0caae6986dcc","exec":[""],"type":"text/javascript"}}],"id":"2e8adfd7-324f-4551-91d9-f31c987b6123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/permissions","description":"<p>You may only make requests relevant to data that is associated with <code>parties</code> you have permissions for.</p>\n<p>For example, to <code>POST</code> a loadplan for the shipper <code>TQGBDEMOA</code>, you must have the <code>TQGBDEMOA</code> permission to do so.</p>\n<p>You can see what parties you have permissions for by using the <code>/permissions</code> endpoint.</p>\n","urlObject":{"path":["permissions"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"a856b65d-18e1-4bf3-b34c-8a5f4e98f511","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJraWQiOiJ....","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Groups\": [\n        {\n            \"Name\": \"Mock Shipper\",\n            \"Code\": \"TQGBACMEL\"\n        },\n        {\n            \"Name\": \"Another Mock Shipper\",\n            \"Code\": \"TQGBDEMOA\"\n        }\n    ],\n    \"Count\": 2,\n    \"DateOfRequest\": \"2023-01-01T12:00:00\"\n}"},{"id":"eab79d83-3727-4f7e-a2bb-3714820322f2","name":"401 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"3f9eaedf-e953-4352-aa24-d248e6c73c0b","name":"403 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/permissions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Forbidden\"\n}"},{"id":"65e42e8d-d3a0-4839-9afd-c387482236fa","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error\"\n}"}],"_postman_id":"2e8adfd7-324f-4551-91d9-f31c987b6123"}],"id":"6fc17976-53b4-4d6f-9b83-c5b6639d66b7","description":"<p>Before making requests you need to authorise and exchange your username and password for an <code>IdToken</code> that can be passed in subsequent requests.</p>\n<p>The token will expire after 60 minutes.</p>\n<p>You can use the <code>RefreshToken</code> (which expires after 1 month).</p>\n<p>To refresh: send a POST request to the <code>getToken</code> endpoint with the header <code>refresh_token</code>.</p>\n","_postman_id":"6fc17976-53b4-4d6f-9b83-c5b6639d66b7"},{"name":"Load Plans","item":[{"name":"/loads/byLoadingReference/:loadingReference","id":"6d44013b-8999-48a7-985e-c8bff1b5f694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/loads/byLoadingReference/:loadingReference?organizationId=GB220861924000","description":"<p>Use the <code>loadingReference</code> path parameter to specify the reference of the loadplan(s) you would like retrieved.</p>\n","urlObject":{"path":["loads","byLoadingReference",":loadingReference"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Number of relevant loadplans to be returned\n(Optional)\ndefault: 250\neg: 10</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Identifier of party that loadplan(s) concern\n(Optional)\ndefault: NONE\neg: TQGBDEMOA (example EORI)</p>\n","type":"text/plain"},"key":"organizationId","value":"GB220861924000"},{"disabled":true,"description":{"content":"<p>Order of scheduled load datetime of retrieved loadplans\n(Optional)\nenum: asc, desc\ndefault: asc\neg: desc</p>\n","type":"text/plain"},"key":"order","value":""}],"variable":[{"description":{"content":"<p>Loading reference\n(Mandatory)\neg: LR-12345</p>\n","type":"text/plain"},"type":"any","value":"2603544","key":"loadingReference"}]}},"response":[{"id":"005950a3-e49b-4ba1-a468-bbc89b7c8dd7","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byLoadingReference/:loadingReference","path":["loads","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"LR-12345","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"472e7c63-5765-41fc-a812-b81a28ab9088","name":"200 response (no loadplans)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byLoadingReference/:loadingReference","path":["loads","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"LR-XXXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"2d3acf3e-5a02-4968-8bff-bd5dce479022","name":"200 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byLoadingReference/:loadingReference?organizationId=TQGBDEMOA","path":["loads","byLoadingReference",":loadingReference"],"query":[{"key":"organizationId","value":"TQGBDEMOA"}],"variable":[{"key":"loadingReference","value":"LR-12345","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"b17a457f-95d0-4e13-a927-c16d785c48cf","name":"200 response (multiple-loadplans)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byLoadingReference/:loadingReference","path":["loads","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"LR-12345","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"8f909189-e70c-4ab4-806d-88f5d5ed0f18","name":"200 response (limited-loadplans)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byLoadingReference/:loadingReference?limit=2","path":["loads","byLoadingReference",":loadingReference"],"query":[{"key":"limit","value":"2"}],"variable":[{"key":"loadingReference","value":"LR-12345","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"c0452a08-6596-4e57-abf2-11e239cb2cee","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."}],"url":{"raw":"/loads/byLoadingReference/:loadingReference","host":[""],"path":["loads","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"LR-12345","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"5ec601e0-9931-4e12-b5c1-4a895ace5a2b","name":"403 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."}],"url":{"raw":"/loads/byLoadingReference/:loadingReference","host":[""],"path":["loads","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"LR-12345","description":"(Required)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing organizationId Query String\"\n}"},{"id":"8842885f-065f-4ff6-9798-e02c420f47a9","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."}],"url":{"raw":"/loads/byLoadingReference/:loadingReference","host":[""],"path":["loads","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"LR-12345","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error\"\n}"}],"_postman_id":"6d44013b-8999-48a7-985e-c8bff1b5f694"},{"name":"/loads/byDate/:date","id":"4922bd2d-25ba-4cb3-b402-79daee6fb71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"pagination-token","value":"ZXhhbXBsZQo=","type":"text"}],"url":"/loads/byDate/:date","description":"<p>Use the <code>date</code> path parameter to specify the scheduled loading date of the loadplan(s) you would like retrieved.</p>\n","urlObject":{"path":["loads","byDate",":date"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Number of relevant loadplans to be returned\n(Optional)\ndefault: 250\neg: 10</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Identifier of party that loadplan(s) concern\n(Optional)\ndefault: NONE\neg: TQGBDEMOA (example EORI)</p>\n","type":"text/plain"},"key":"organizationId","value":""},{"disabled":true,"description":{"content":"<p>Order of scheduled load datetime of retrieved loadplans\n(Optional)\nenum: asc, desc\ndefault: asc\neg: desc</p>\n","type":"text/plain"},"key":"order","value":null}],"variable":[{"description":{"content":"<p>Scheduled date  of loading\n(Mandatory)\neg: 2023-01-01</p>\n","type":"text/plain"},"type":"any","value":"","key":"date"}]}},"response":[{"id":"24232e10-dd08-45b8-8b99-917427913940","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byDate/:date","path":["loads","byDate",":date"],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"02d2fb0a-43c9-4e2a-ad5a-7e231c6e216f","name":"200 response (no loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byDate/:date","path":["loads","byDate",":date"],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"04181a90-d706-47d2-8362-60e7c7bd8781","name":"200 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byDate/:date?organizationId=TQGBDEMOA","path":["loads","byDate",":date"],"query":[{"key":"organizationId","value":"TQGBDEMOA"}],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"d42b1ce6-87fb-4cff-915d-eb0e9360d631","name":"200 response (multiple-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byDate/:date","path":["loads","byDate",":date"],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"adaf0dcb-79a1-485c-ace8-9562dcd14cf2","name":"200 response (limited-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byDate/:date?limit=2","path":["loads","byDate",":date"],"query":[{"key":"limit","value":"2","type":"text"}],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"fa7f3d0a-f67e-48e7-9171-e51f885b4c3f","name":"200 response (ordered-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byDate/:date?order=asc","path":["loads","byDate",":date"],"query":[{"key":"order","value":"asc"}],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T12:00:00\",\n            ...\n        },\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T13:00:00\",\n            ...\n        },\n        ...\n    },\n\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T14:00:00\",\n            ...\n        },\n        ...\n    }\n]"},{"id":"2112abbc-a394-4d4e-8931-577f240899a0","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byDate/:date","host":[""],"path":["loads","byDate",":date"],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"86a051d6-34ba-4f58-88a5-f9d87242fd85","name":"403 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byDate/:date","host":[""],"path":["loads","byDate",":date"],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing organizationId Query String\"\n}"},{"id":"dd2c076b-37b6-41c1-85c3-1bc68f6480b6","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byDate/:date","host":[""],"path":["loads","byDate",":date"],"variable":[{"key":"date","value":"2023-01-01","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error\"\n}"}],"_postman_id":"4922bd2d-25ba-4cb3-b402-79daee6fb71e"},{"name":"/loads/byWeekNo/:weekNo","id":"d3af1f9f-86b3-4288-a590-e13abe29058f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/loads/byWeekNo/:weekNo","description":"<p>Use the <code>weekNo</code> path parameter to specify the <strong>ISO</strong> week number of the scheduled loading date of the loadplan(s) you would like retrieved.</p>\n<p>For example, week number <code>1</code> specifies the first week of the year. Week number <code>52</code> (or <code>53</code>) specifies the last week of the year.</p>\n<p>The <code>status</code> of retrieved loads can also be specified using the <code>status</code> query parameter. This can be set to <code>OPEN</code> to retrieve all loadplans that have yet to be loaded. And <code>COMPLETED</code> for all loadplans that have already been loaded. If not provided, all relevant <code>OPEN</code> and <code>COMPLETED</code> loads will be retrieved.</p>\n<p>The <code>year</code> query parameter can be used to specify the year in which the load is scheduled to take place. For example <code>2023</code>. The default is the current year.</p>\n","urlObject":{"path":["loads","byWeekNo",":weekNo"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Status of loadplan\n(Optional)\ndefault: OPEN &amp; COMPLETED\nenum: OPEN, COMPLETED\neg: OPEN</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Scheduled year of loading\n(Optional)\ndefault: \neg: 2023</p>\n","type":"text/plain"},"key":"year","value":""},{"disabled":true,"description":{"content":"<p>Number of relevant loadplans to be returned\n(Optional)\ndefault: 250\neg: 10</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Identifier of party that loadplan(s) concern\n(Optional)\ndefault: NONE\neg: TQGBDEMOA (example EORI)</p>\n","type":"text/plain"},"key":"organizationId","value":""},{"disabled":true,"description":{"content":"<p>Order of scheduled load datetime of retrieved loadplans\n(Optional)\nenum: asc, desc\ndefault: asc\neg: desc</p>\n","type":"text/plain"},"key":"order","value":null}],"variable":[{"description":{"content":"<p>Scheduled (ISO) week number of loading\n(Mandatory)\nInteger in [0, 54)\neg: 5</p>\n","type":"text/plain"},"type":"any","value":"","key":"weekNo"}]}},"response":[{"id":"41390d1c-e760-4e55-9995-02d7a2f7e0c9","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byWeekNo/:weekNo","path":["loads","byWeekNo",":weekNo"],"variable":[{"key":"weekNo","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"0faa2826-41c7-435c-9230-c373eb89f949","name":"200 response (no loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byWeekNo/:weekNo","path":["loads","byWeekNo",":weekNo"],"variable":[{"key":"weekNo","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"433d2838-6884-4d73-8fe8-00b78ba86fbd","name":"200 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byWeekNo/:weekNo?organizationId=TQGBDEMOA","path":["loads","byWeekNo",":weekNo"],"query":[{"key":"organizationId","value":"TQGBDEMOA","type":"text"}],"variable":[{"key":"weekNo","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"306d7f98-c40d-4708-8dc3-7ca264a42ef3","name":"200 response (multiple-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byWeekNo/:weekNo","path":["loads","byWeekNo",":weekNo"],"variable":[{"key":"weekNo","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"fd74d4dd-c09c-4516-93fd-5ccdc5e7dc50","name":"200 response (limited-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byWeekNo/:weekNo?limit=2","path":["loads","byWeekNo",":weekNo"],"query":[{"key":"limit","value":"2","type":"text"}],"variable":[{"key":"weekNo","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"b0c29e5f-ef86-4587-ade5-500cea5d0aed","name":"200 response (ordered-loadplans) Copy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byWeekNo/:weekNo?order=asc","path":["loads","byWeekNo",":weekNo"],"query":[{"key":"order","value":"asc"}],"variable":[{"key":"weekNo","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T12:00:00\",\n            ...\n        },\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T13:00:00\",\n            ...\n        },\n        ...\n    },\n\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T14:00:00\",\n            ...\n        },\n        ...\n    }\n]"},{"id":"ede749fb-bfdc-45f9-b16c-f2f30544706b","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byWeekNo/:weekNo","host":[""],"path":["loads","byWeekNo",":weekNo"],"variable":[{"key":"weekNo","value":"5","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"2dc261a4-9b74-4356-a759-34f069fdec22","name":"403 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byWeekNo/:weekNo","host":[""],"path":["loads","byWeekNo",":weekNo"],"variable":[{"key":"weekNo","value":"5","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing organizationId Query String\"\n}"},{"id":"c4678319-72f4-47e1-87a3-b5ad9f201053","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byWeekNo/:weekNo","host":[""],"path":["loads","byWeekNo",":weekNo"],"variable":[{"key":"weekNo","value":"5","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error\"\n}"}],"_postman_id":"d3af1f9f-86b3-4288-a590-e13abe29058f"},{"name":"/loads/byContainerNumber/:containerNumber","id":"0c178a06-8d1c-4703-8d85-9b87a8667397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"pagination-token","value":"ZXhhbXBsZQo=","type":"text"}],"url":"/loads/byContainerNumber/:containerNumber","description":"<p>Use the <code>containerNumber</code> path parameter to specify the reference number of the equipment used to transport the load(s).</p>\n","urlObject":{"path":["loads","byContainerNumber",":containerNumber"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Number of relevant loadplans to be returned\n(Optional)\ndefault: 250\neg: 10</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Identifier of party that loadplan(s) concern\n(Optional)\ndefault: NONE\neg: TQGBDEMOA (example EORI)</p>\n","type":"text/plain"},"key":"organizationId","value":""},{"disabled":true,"description":{"content":"<p>Order of scheduled load datetime of retrieved loadplans\n(Optional)\nenum: asc, desc\ndefault: asc\neg: desc</p>\n","type":"text/plain"},"key":"order","value":""}],"variable":[{"description":{"content":"<p>Reference number of equipment used in load\n(Mandatory)\neg: YMLU8877936</p>\n","type":"text/plain"},"type":"any","value":"","key":"containerNumber"}]}},"response":[{"id":"c72fa137-e59a-42f6-ae03-9c748ed0e19e","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"variable":[{"key":"containerNumber","value":"YMLU8877936"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"a87194f8-8724-49cb-b676-d1f2f7072241","name":"200 response (no loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"variable":[{"key":"containerNumber","value":"YMLU8877936"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"5986e6af-d4c2-43c7-b188-daf9b781d196","name":"200 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber?organizationId=TQGBDEMOA","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"query":[{"key":"organizationId","value":"TQGBDEMOA"}],"variable":[{"key":"containerNumber","value":"YMLU8877936"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"3a0883b4-9272-449e-b314-b55959ea4493","name":"200 response (multiple-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"variable":[{"key":"containerNumber","value":"YMLU8877936"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"7d926caa-c10d-40d2-a9a8-6e4767ee7c82","name":"200 response (limited-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber?limit=2","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"query":[{"key":"limit","value":"2","type":"text"}],"variable":[{"key":"containerNumber","value":"YMLU8877936"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"d3284178-c7cd-4d55-8f3e-a2f4490cc4e1","name":"200 response (ordered-loadplans)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber?order=asc","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"query":[{"key":"order","value":"asc"}],"variable":[{"key":"containerNumber","value":"YMLU8877936"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T12:00:00\",\n            ...\n        },\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T13:00:00\",\n            ...\n        },\n        ...\n    },\n\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T14:00:00\",\n            ...\n        },\n        ...\n    }\n]"},{"id":"6f58f725-4d0e-42ad-9994-e8776e340a88","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"variable":[{"key":"containerNumber","value":"YMLU8877936","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"3caff510-886c-47fc-af55-bc744a8cbdf6","name":"403 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"variable":[{"key":"containerNumber","value":"YMLU8877936","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing organizationId Query String\"\n}"},{"id":"d9d51f92-50e8-4762-9544-6ea80254a3c4","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/loads/byContainerNumber/:containerNumber","host":[""],"path":["loads","byContainerNumber",":containerNumber"],"variable":[{"key":"containerNumber","value":"YMLU8877936","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error\"\n}"}],"_postman_id":"0c178a06-8d1c-4703-8d85-9b87a8667397"},{"name":"/loads","id":"a9fb46fb-264c-405b-a146-35bebd1613d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"/loads","description":"<p>Use this endpoint to retrieve all loadplans relevant to your permissions.</p>\n","urlObject":{"path":["loads"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Number of relevant loadplans to be returned\n(Optional)\ndefault: 250\neg: 10</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Status of loadplan\n(Optional)\ndefault: OPEN &amp; COMPLETED\nenum: OPEN, COMPLETED\neg: OPEN</p>\n","type":"text/plain"},"key":"status","value":"OPEN"},{"disabled":true,"description":{"content":"<p>Order of scheduled load datetime of retrieved loadplans\n(Optional)\nenum: asc, desc\ndefault: asc\neg: desc</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"disabled":true,"description":{"content":"<p>Identifier of party that loadplan(s) concern\n(Optional)\ndefault: NONE\neg: TQGBDEMOA (example EORI)</p>\n","type":"text/plain"},"key":"organizationId","value":"GB594290217000"}],"variable":[]}},"response":[{"id":"46c46c5d-38d6-4f11-8405-9f3e48cfc2d5","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"/loads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"9da571e5-91a6-4381-a364-0e5626727dbd","name":"200 response (no loadplans) Copy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":"/loads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"994e8aba-bb50-464b-bdde-ce62a981fcbb","name":"200 response (multiple-permissions) Copy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":"/loads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"f794fcf1-b812-4848-adaf-bc43ae829dad","name":"200 response (multiple-loadplans) Copy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":"/loads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"196d9210-58a0-4487-b729-77261088fb6b","name":"200 response (limited-loadplans) Copy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads?limit=2","host":[""],"path":["loads"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {...},\n        ...\n    }\n]"},{"id":"0c603c73-3c41-4d1c-8811-93e8fe1cc1a7","name":"200 response (ordered-loadplans) Copy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"eyJraWQ...."},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/loads?order=asc","host":[""],"path":["loads"],"query":[{"key":"order","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T12:00:00\",\n            ...\n        },\n        ...\n    },\n    {\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T13:00:00\",\n            ...\n        },\n        ...\n    },\n\n        \"shipper\": {...},\n        \"consignee\": {...},\n        \"customs\": {...},\n        \"carrier\": {...},\n        \"haulier\": {...},\n        \"loadingSite\": {...},\n        \"references\": {...},\n        \"dates\": {\n            \"scheduledLoadingTransportEvent\": \"2023-01-01T14:00:00\",\n            ...\n        },\n        ...\n    }\n]"},{"id":"6c71e403-559d-4843-b4c9-3fed091b58cd","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"/loads"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"daebe2a7-dd5a-46c0-a1cc-0856e61bd694","name":"403 response (multiple-permissions)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"/loads"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing organizationId Query String\"\n}"},{"id":"1d133f56-c2e0-4f58-8096-f6f136403723","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"/loads"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal Server Error\"\n}"}],"_postman_id":"a9fb46fb-264c-405b-a146-35bebd1613d2"},{"name":"/loads","id":"ddc2086d-d80a-499e-9d1e-7f521a442dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n    \"carrier\": {\n        \"name\": \"Mediterranean Shipping Company S.A.\",\n        \"organizationId\": \"MSCU\"\n    },\n    \"consignee\": {\n        \"organizationId\": \"THBANACIM\",\n        \"name\": \"Acme Importer\",\n        \"address\": {\n            \"street\": \"5329 Industrial Zone\",\n            \"city\": \"Bangkok\",\n            \"state\": \"Bangkok\",\n            \"country\": \"TH\",\n            \"postcode\": \"345678\"\n        },\n        \"contact\": {\n            \"personName\": \"John Smith\",\n            \"telephone\": \"0123 456 7890\",\n            \"emailAddress\": \"person@domain.com\"\n        }\n    },\n    \"dates\": {\n        \"scheduledLoadingTransportEvent\": \"2024-10-27T09:05:49\"\n    },\n    \"pern\": {\n        \"percentage\": 45\n    },\n    \"portOfLoading\": {\n        \"UNLocode\": \"GBLGP\"\n    },\n    \"portOfDischarge\": {\n        \"UNLocode\": \"CNXMN\"\n    },\n    \"recoveryFacility\": {\n        \"organizationId\": \"THBANACID\",\n        \"name\": \"Acme Facility\",\n        \"address\": {\n            \"street\": \"5329 Industrial Zone\",\n            \"city\": \"Bangkok\",\n            \"state\": \"Bangkok\",\n            \"country\": \"TH\",\n            \"postcode\": \"345678\"\n        },\n        \"contact\": {\n            \"personName\": \"John Smith\",\n            \"telephone\": \"0123 456 7890\",\n            \"emailAddress\": \"person@domain.com\"\n        }\n    },\n    \"references\": {\n        \"shippersIdentifyingNumberForShipment\": \"UK1807325EOCC-002\",\n        \"pickupReferenceNumber\": \"test29-101\",\n        \"carriersReferenceNumber\": \"MAEU12345678\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"GB074831403000\"\n    },\n    \"tradeItem\": [{\n        \"ewcCode\": \"191111\",\n        \"baselCode\": \"B1000\",\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\",\n        \"pricePerTonne\": 10\n    }],\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVDEMO\"\n    },\n    \"customs\": {\n        \"customsDeclaration\": true,\n        \"declaration\": {\n            \"goodsLocation\": \"GB123\",\n            \"customsOfficeExit\": \"GB123\"\n        },\n        \"invoice\": {\n            \"currency\": \"GBP\"\n        },\n        \"incoterms\": \"FOB\",\n        \"buyer\": {\n            \"organizationId\": \"BUYEREORI\",\n            \"name\": \"Test Buyer\",\n            \"address\": {\n                \"street\": \"1234 Buyer Zone\",\n                \"city\": \"Singapore\",\n                \"state\": \"Singapore\",\n                \"country\": \"SG\",\n                \"postcode\": \"12345\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/loads","urlObject":{"path":["loads"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"basePath"}]}},"response":[{"id":"6d4bb31b-2fee-4a11-9be9-35be0456d3b6","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/loads","host":[""],"path":["loads"],"variable":[{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7f75a235-000b-4087-8c81-8fd5dd05bad6","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/loads","host":[""],"path":["loads"],"variable":[{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"7898478d-c853-450e-aeff-1d3ea15dff9e","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/loads","host":[""],"path":["loads"],"variable":[{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"3f6032a6-a14a-47d3-a55c-54fd20d1019e","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/loads","host":[""],"path":["loads"],"variable":[{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"3481c122-4277-4c29-9f63-e09fe4649505","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/loads","host":[""],"path":["loads"],"variable":[{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"79217524-1e9c-46eb-a37d-865e1643ae9b","name":"/loads","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/loads","host":[""],"path":["loads"],"variable":[{"id":"a39f24b7-9e7e-4262-a7a7-485d753ed86e","key":"basePath","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \n    \"carrier\": {\n        \"name\": \"Mediterranean Shipping Company S.A.\",\n        \"organizationId\": \"MSCU\"\n    },\n    \"consignee\": {\n        \"organizationId\": \"THBANACIM\",\n        \"name\": \"Acme Importer\",\n        \"address\": {\n            \"street\": \"5329 Industrial Zone\",\n            \"city\": \"Bangkok\",\n            \"state\": \"Bangkok\",\n            \"country\": \"TH\",\n            \"postcode\": \"345678\"\n        },\n        \"contact\": {\n            \"personName\": \"John Smith\",\n            \"telephone\": \"0123 456 7890\",\n            \"emailAddress\": \"person@domain.com\"\n        }\n    },\n    \"dates\": {\n        \"scheduledLoadingTransportEvent\": \"2020-03-27T09:05:49\"\n    },\n    \"pern\": {\n        \"percentage\": \"45\"\n    },\n    \"portOfLoading\": {\n        \"UNLocode\": \"GBLGP\"\n    },\n    \"portOfDischarge\": {\n        \"UNLocode\": \"CNXMN\"\n    },\n    \"recoveryFacility\": {\n        \"organizationId\": \"THBANACID\",\n        \"name\": \"Acme Facility\",\n        \"address\": {\n            \"street\": \"5329 Industrial Zone\",\n            \"city\": \"Bangkok\",\n            \"state\": \"Bangkok\",\n            \"country\": \"TH\",\n            \"postcode\": \"345678\"\n        },\n        \"contact\": {\n            \"personName\": \"John Smith\",\n            \"telephone\": \"0123 456 7890\",\n            \"emailAddress\": \"person@domain.com\"\n        }\n    },\n    \"references\": {\n        \"shippersIdentifyingNumberForShipment\": \"UK1807325EOCC-002\",\n        \"pickupReferenceNumber\": \"{{LoadingReference}}\",\n        \"carriersReferenceNumber\": \"MAEU12345678\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"TQGBACMEL\"\n    },\n    \"tradeItem\": {\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\"\n    },\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVRFAC\"\n    }\n}"}],"_postman_id":"ddc2086d-d80a-499e-9d1e-7f521a442dce"}],"id":"278d605e-07ee-4dbd-b3e2-97d3e9f5c848","description":"<p>Load plans are provided by shippers for planned loads at any given Traqa-enabled site.</p>\n<p>Details on loadplan(s) can be retrieved using the following <code>GET</code> endpoints.</p>\n<p>The number of loadplans retrieved can be limited using the <code>limit</code> query parameter.</p>\n<p>For requestors with multiple permissions, the <code>organizationId</code> query parameter is mandatory.</p>\n<p>The <code>order</code> query parameter can be used to order retrieved loadplans by the date they are scheduled to be loaded.</p>\n<p>The requestor will receive all loadplans relevant to their query and permissions.</p>\n<p>For example:</p>\n<ul>\n<li><p>Shipper <code>TQGBDEMOA</code> posts loadplan <code>LR-12345</code>.</p>\n</li>\n<li><p>A requestor with permissions for <code>TQGBDEMOA</code> uses these endpoints to request details for <code>LR-12345</code>, they will retrieve the details of this loadplan.</p>\n</li>\n<li><p>A requestor who does NOT have permissions for <code>TQGBDEMOA</code> or the relevant loadsite will NOT retrieve details of the loadplan.</p>\n</li>\n</ul>\n","_postman_id":"278d605e-07ee-4dbd-b3e2-97d3e9f5c848"},{"name":"Weights","item":[{"name":"/weights","id":"65654b0a-1065-4045-b7a2-d7f6a727e3ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"dates\": {\n        \"actualArrivalTransportEvent\": \"2020-10-27T09:05:49\",\n        \"actualDepartureTransportEvent\": \"2020-10-27T09:47:38\"\n    },\n    \"haulier\": {\n        \"name\": \"Haulier Co Ltd\",\n        \"organizationId\": \"CBDU209018\"\n    },\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVRFACL\"\n    },\n    \"references\": {\n        \"shippersIdentifyingNumberForShipment\": \"UK1807325EOCC-002\",\n        \"pickupReferenceNumber\": \"{{LoadingReference}}\",\n        \"despatchNoteNumber\": \"211449\",\n        \"vehicleIdentificationNumber\": \"NV18NLD\",\n        \"driverName\": \"STEVEN\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"TQGBACMEL\"\n    },\n    \"tradeItem\": {\n        \"quantity\": 25,\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\",\n        \"grossWeight\": {\n            \"value\": 25500,\n            \"unit\": \"KGM\"\n        }\n    },\n    \"transportEquipment\": {\n        \"equipmentNumber\": \"{{ContainerNumber}}\",\n        \"equipmentType\": \"42G0\",\n        \"seal\": [\n            {\n                \"identifier\": \"0859498\"\n            }\n        ],\n        \"verifiedWeight\": {\n            \"value\": 28500,\n            \"unit\": \"KGM\",\n            \"weightVerificationMethod\": \"1\",\n            \"weighingDate\": \"2020-10-27T09:47:38\"\n        },\n        \"equipmentTareWeight\": {\n            \"value\": 3000,\n            \"unit\": \"KGM\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/weights","urlObject":{"path":["weights"],"host":[""],"query":[],"variable":[{"id":"a85e8a81-1210-403c-9314-2e50400a891f","type":"any","value":"","key":"basePath"}]}},"response":[{"id":"91e71b43-ebe9-4486-8fe2-36f00cdfc92d","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c0c6ebc7-2a3c-488c-97e8-5c9f2d11fbc7","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"04a8365b-f72d-4403-a0b4-40f3e91cdf9f","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"7c6af968-1fc4-4064-862d-284d0634ccb2","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"0501b831-cb7b-4f55-877e-83e45bad8c61","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"9c1734f1-7775-4b3e-9a00-b7f38997b99a","name":"/weights","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"id":"a85e8a81-1210-403c-9314-2e50400a891f","key":"basePath","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dates\": {\n        \"actualArrivalTransportEvent\": \"2020-10-27T09:05:49\",\n        \"actualDepartureTransportEvent\": \"2020-10-27T09:47:38\"\n    },\n    \"haulier\": {\n        \"name\": \"Haulier Co Ltd\",\n        \"organizationId\": \"CBDU209018\"\n    },\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVRFACL\"\n    },\n    \"references\": {\n        \"pickupReferenceNumber\": \"{{LoadingReference}}\",\n        \"despatchNoteNumber\": \"211449\",\n        \"vehicleIdentificationNumber\": \"NV18NLD\",\n        \"driverName\": \"STEVEN\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"TQGBACMEL\"\n    },\n    \"tradeItem\": {\n        \"quantity\": 25,\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\",\n        \"grossWeight\": {\n            \"value\": 25500,\n            \"unit\": \"KGM\"\n        }\n    },\n    \"transportEquipment\": {\n        \"equipmentNumber\": \"{{ContainerNumber}}\",\n        \"equipmentType\": \"42G0\",\n        \"seal\": [\n            {\n                \"identifier\": \"0859498\"\n            }\n        ],\n        \"verifiedWeight\": {\n            \"value\": 28500,\n            \"unit\": \"KGM\",\n            \"weightVerificationMethod\": \"1\",\n            \"weighingDate\": \"2020-10-27T09:47:38\"\n        },\n        \"equipmentTareWeight\": {\n            \"value\": 3000,\n            \"unit\": \"KGM\"\n        }\n    }\n}"}],"_postman_id":"65654b0a-1065-4045-b7a2-d7f6a727e3ee"},{"name":"/weights Copy","id":"5d7b1959-0392-4d74-a71d-a98587a9e41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"dates\": {\n        \"actualArrivalTransportEvent\": \"2020-10-27T09:05:49\",\n        \"actualDepartureTransportEvent\": \"2020-10-27T09:47:38\"\n    },\n    \"haulier\": {\n        \"name\": \"Haulier Co Ltd\",\n        \"organizationId\": \"CBDU209018\"\n    },\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVRFACL\"\n    },\n    \"references\": {\n        \"shippersIdentifyingNumberForShipment\": \"UK1807325EOCC-002\",\n        \"pickupReferenceNumber\": \"{{LoadingReference}}\",\n        \"despatchNoteNumber\": \"211449\",\n        \"vehicleIdentificationNumber\": \"NV18NLD\",\n        \"driverName\": \"STEVEN\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"TQGBACMEL\"\n    },\n    \"tradeItem\": {\n        \"quantity\": 25,\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\",\n        \"grossWeight\": {\n            \"value\": 25500,\n            \"unit\": \"KGM\"\n        }\n    },\n    \"transportEquipment\": {\n        \"equipmentNumber\": \"{{ContainerNumber}}\",\n        \"equipmentType\": \"42G0\",\n        \"seal\": [\n            {\n                \"identifier\": \"0859498\"\n            }\n        ],\n        \"verifiedWeight\": {\n            \"value\": 28500,\n            \"unit\": \"KGM\",\n            \"weightVerificationMethod\": \"1\",\n            \"weighingDate\": \"2020-10-27T09:47:38\"\n        },\n        \"equipmentTareWeight\": {\n            \"value\": 3000,\n            \"unit\": \"KGM\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/weights","urlObject":{"path":["weights"],"host":[""],"query":[],"variable":[{"id":"a85e8a81-1210-403c-9314-2e50400a891f","type":"any","value":"","key":"basePath"}]}},"response":[{"id":"4c2297a0-6bb4-4858-9270-7f78b608dba3","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fa2dc925-e1f9-4283-aecc-fd26cae23308","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"5bd4db26-98b0-415a-a492-f0aa08889d08","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"7aec4ae1-5c95-4197-b223-858fd47aafd7","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"78cef217-2a5f-4678-81a1-2e69be5bcce5","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"0adafb3e-ea20-4aa3-a77d-b6530ba0ea7d","name":"/weights","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"id":"a85e8a81-1210-403c-9314-2e50400a891f","key":"basePath","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dates\": {\n        \"actualArrivalTransportEvent\": \"2020-10-27T09:05:49\",\n        \"actualDepartureTransportEvent\": \"2020-10-27T09:47:38\"\n    },\n    \"haulier\": {\n        \"name\": \"Haulier Co Ltd\",\n        \"organizationId\": \"CBDU209018\"\n    },\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVRFACL\"\n    },\n    \"references\": {\n        \"pickupReferenceNumber\": \"{{LoadingReference}}\",\n        \"despatchNoteNumber\": \"211449\",\n        \"vehicleIdentificationNumber\": \"NV18NLD\",\n        \"driverName\": \"STEVEN\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"TQGBACMEL\"\n    },\n    \"tradeItem\": {\n        \"quantity\": 25,\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\",\n        \"grossWeight\": {\n            \"value\": 25500,\n            \"unit\": \"KGM\"\n        }\n    },\n    \"transportEquipment\": {\n        \"equipmentNumber\": \"{{ContainerNumber}}\",\n        \"equipmentType\": \"42G0\",\n        \"seal\": [\n            {\n                \"identifier\": \"0859498\"\n            }\n        ],\n        \"verifiedWeight\": {\n            \"value\": 28500,\n            \"unit\": \"KGM\",\n            \"weightVerificationMethod\": \"1\",\n            \"weighingDate\": \"2020-10-27T09:47:38\"\n        },\n        \"equipmentTareWeight\": {\n            \"value\": 3000,\n            \"unit\": \"KGM\"\n        }\n    }\n}"}],"_postman_id":"5d7b1959-0392-4d74-a71d-a98587a9e41e"},{"name":"/weights Copy 2","id":"f3a2b184-27ab-4c6b-a21b-b5f6e108b148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"dates\": {\n        \"actualArrivalTransportEvent\": \"2020-10-27T09:05:49\",\n        \"actualDepartureTransportEvent\": \"2020-10-27T09:47:38\"\n    },\n    \"haulier\": {\n        \"name\": \"Haulier Co Ltd\",\n        \"organizationId\": \"CBDU209018\"\n    },\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVRFACL\"\n    },\n    \"references\": {\n        \"shippersIdentifyingNumberForShipment\": \"UK1807325EOCC-002\",\n        \"pickupReferenceNumber\": \"{{LoadingReference}}\",\n        \"despatchNoteNumber\": \"211449\",\n        \"vehicleIdentificationNumber\": \"NV18NLD\",\n        \"driverName\": \"STEVEN\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"TQGBACMEL\"\n    },\n    \"tradeItem\": {\n        \"quantity\": 25,\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\",\n        \"grossWeight\": {\n            \"value\": 25500,\n            \"unit\": \"KGM\"\n        }\n    },\n    \"transportEquipment\": {\n        \"equipmentNumber\": \"{{ContainerNumber}}\",\n        \"equipmentType\": \"42G0\",\n        \"seal\": [\n            {\n                \"identifier\": \"0859498\"\n            }\n        ],\n        \"verifiedWeight\": {\n            \"value\": 28500,\n            \"unit\": \"KGM\",\n            \"weightVerificationMethod\": \"1\",\n            \"weighingDate\": \"2020-10-27T09:47:38\"\n        },\n        \"equipmentTareWeight\": {\n            \"value\": 3000,\n            \"unit\": \"KGM\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/weights","urlObject":{"path":["weights"],"host":[""],"query":[],"variable":[{"id":"a85e8a81-1210-403c-9314-2e50400a891f","type":"any","value":"","key":"basePath"}]}},"response":[{"id":"3c2c2410-6ca7-4a77-8965-27717b55ac97","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"189e59cf-9396-46aa-a05f-68acb09a03ae","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"8dc7582f-2e4c-4ed3-93ce-4516ac50de54","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"7fb7e9a2-3524-457b-b4b1-5f4b828f68de","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"8bfc5c0e-ed78-4193-b32f-55fbd83e432b","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"38d978f7-c73e-4e44-9961-ef90c78151a7","name":"/weights","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"/weights","host":[""],"path":["weights"],"variable":[{"id":"a85e8a81-1210-403c-9314-2e50400a891f","key":"basePath","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dates\": {\n        \"actualArrivalTransportEvent\": \"2020-10-27T09:05:49\",\n        \"actualDepartureTransportEvent\": \"2020-10-27T09:47:38\"\n    },\n    \"haulier\": {\n        \"name\": \"Haulier Co Ltd\",\n        \"organizationId\": \"CBDU209018\"\n    },\n    \"loadingSite\": {\n        \"organizationId\": \"GBLIVRFACL\"\n    },\n    \"references\": {\n        \"pickupReferenceNumber\": \"{{LoadingReference}}\",\n        \"despatchNoteNumber\": \"211449\",\n        \"vehicleIdentificationNumber\": \"NV18NLD\",\n        \"driverName\": \"STEVEN\"\n    },\n    \"shipper\": {\n        \"organizationId\": \"TQGBACMEL\"\n    },\n    \"tradeItem\": {\n        \"quantity\": 25,\n        \"harmonizeSystemCode\": \"47071000\",\n        \"description\": \"OCC 90/10\",\n        \"grossWeight\": {\n            \"value\": 25500,\n            \"unit\": \"KGM\"\n        }\n    },\n    \"transportEquipment\": {\n        \"equipmentNumber\": \"{{ContainerNumber}}\",\n        \"equipmentType\": \"42G0\",\n        \"seal\": [\n            {\n                \"identifier\": \"0859498\"\n            }\n        ],\n        \"verifiedWeight\": {\n            \"value\": 28500,\n            \"unit\": \"KGM\",\n            \"weightVerificationMethod\": \"1\",\n            \"weighingDate\": \"2020-10-27T09:47:38\"\n        },\n        \"equipmentTareWeight\": {\n            \"value\": 3000,\n            \"unit\": \"KGM\"\n        }\n    }\n}"}],"_postman_id":"f3a2b184-27ab-4c6b-a21b-b5f6e108b148"}],"id":"fc3aa03d-34b4-47f1-99d1-4d9d2a273cdd","description":"<p>Load sites provide the weights from their weighbridge software to Traqa for given load plans</p>\n","_postman_id":"fc3aa03d-34b4-47f1-99d1-4d9d2a273cdd"},{"name":"Documents","item":[{"name":"weighbridge Certificate","item":[{"name":"{loading Reference}","item":[{"name":"/documents/weighbridgeCertificate/:loadingReference","id":"05c7f55c-c46a-4c9f-a1a8-d2a8d821d740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/documents/weighbridgeCertificate/:loadingReference","urlObject":{"path":["documents","weighbridgeCertificate",":loadingReference"],"host":[""],"query":[],"variable":[{"id":"ae019fb1-d565-4aba-ab1e-a6fd22cf9feb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"loadingReference"}]}},"response":[{"id":"ba4f409d-ec6f-4e91-b8ef-95e36e6fa3d2","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"61279f83-09c7-426a-929d-eae595b19f29","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"865351c1-3227-4c80-8e95-6b97012de063","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"ffe372ee-4a23-4156-9f98-8074a45448b4","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"59e34c1e-f30c-4ca7-ad4a-358928a5f26c","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"05c7f55c-c46a-4c9f-a1a8-d2a8d821d740"},{"name":"/documents/weighbridgeCertificate/:loadingReference/:shipperOrganizationId","id":"4d3b96d9-5baf-4342-936c-7d512e5aca73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/documents/weighbridgeCertificate/:loadingReference/:shipperOrganizationId","urlObject":{"path":["documents","weighbridgeCertificate",":loadingReference",":shipperOrganizationId"],"host":[""],"query":[],"variable":[{"id":"3b824e37-13cc-4450-a721-fbc4b6046e45","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"loadingReference"},{"id":"f9a5b8be-9a87-439b-b288-6e4b0399d8f4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"shipperOrganizationId"}]}},"response":[{"id":"3775c3c6-72d1-4e59-89ff-0024d863843a","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f9a59e60-b15d-4277-b4db-100d5a7a850f","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"dcbbfba2-1a38-425a-83f4-826482a03877","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"56300a29-3588-4eb6-b973-49a3e8e7b33c","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"ca83dac5-7df4-4100-a157-128101b66845","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","weighbridgeCertificate",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"4d3b96d9-5baf-4342-936c-7d512e5aca73"}],"id":"d7f87bae-49c3-48a6-9ff8-f697db49990d","_postman_id":"d7f87bae-49c3-48a6-9ff8-f697db49990d","description":""},{"name":"/documents/weighbridgeCertificate","id":"ad2f9f33-65c8-4632-bc22-38124353025c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/documents/weighbridgeCertificate","urlObject":{"path":["documents","weighbridgeCertificate"],"host":[""],"query":[],"variable":[{"id":"e5f58ba0-d04c-42c1-a7d6-d890eb55e762","type":"any","value":"","key":"basePath"}]}},"response":[{"id":"6e6472f9-8858-40b3-a7fa-0bea9f99a996","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate","host":[""],"path":["documents","weighbridgeCertificate"],"variable":[{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d0e2d88c-caf6-42ef-9db5-67446af2b3b0","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate","host":[""],"path":["documents","weighbridgeCertificate"],"variable":[{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"b695bba7-8470-4873-8b0c-df3244c3f53c","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate","host":[""],"path":["documents","weighbridgeCertificate"],"variable":[{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"a670dbc0-c4a2-48c9-8acf-fc940017bf9d","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate","host":[""],"path":["documents","weighbridgeCertificate"],"variable":[{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"ca18e88a-bcef-46d6-9eb3-8732d86ed22a","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/weighbridgeCertificate","host":[""],"path":["documents","weighbridgeCertificate"],"variable":[{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"ad2f9f33-65c8-4632-bc22-38124353025c"}],"id":"12a57b9b-581c-4491-9275-0732ba981fb9","_postman_id":"12a57b9b-581c-4491-9275-0732ba981fb9","description":""},{"name":"annexvii","item":[{"name":"{loading Reference}","item":[{"name":"/documents/annexvii/:loadingReference","id":"721494b0-dc37-43c0-83b2-0306c6f5b1e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/documents/annexvii/:loadingReference","urlObject":{"path":["documents","annexvii",":loadingReference"],"host":[""],"query":[],"variable":[{"id":"c6b5ae4b-4e98-4ec3-aa98-9e7deee921f0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"loadingReference"}]}},"response":[{"id":"131c6268-f2ce-483a-8fea-e677c45df28d","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference","host":[""],"path":["documents","annexvii",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f9c33501-0062-4576-820f-0b66e8b9943e","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference","host":[""],"path":["documents","annexvii",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"c899c72c-96eb-4039-950e-2876b200e18a","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference","host":[""],"path":["documents","annexvii",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"ad293f1e-a8d6-417a-aec5-c7f356f8cc69","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference","host":[""],"path":["documents","annexvii",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"123e6ed0-3bea-415a-95aa-6a67f138c16b","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference","host":[""],"path":["documents","annexvii",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"721494b0-dc37-43c0-83b2-0306c6f5b1e9"},{"name":"/documents/annexvii/:loadingReference/:shipperOrganizationId","id":"27e5f24f-021a-4e7f-808e-18e672880554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/documents/annexvii/:loadingReference/:shipperOrganizationId","urlObject":{"path":["documents","annexvii",":loadingReference",":shipperOrganizationId"],"host":[""],"query":[],"variable":[{"id":"386f3785-015a-4523-88a7-2951eb986628","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"loadingReference"},{"id":"b006c11f-c511-4a71-8fe8-42567e2a7e54","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"shipperOrganizationId"}]}},"response":[{"id":"8fe856e5-c2e9-44be-9023-0df209fa7311","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","annexvii",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4a8b7f5f-2692-4257-b897-dd3e802b1f66","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","annexvii",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"4d0f2ac6-89ac-4b37-b398-2299c6fd077e","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","annexvii",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"e4349d38-0549-4dea-b57a-8749b54a72c4","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","annexvii",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"7ee3a4b6-86be-452c-a6bd-34034fd19115","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii/:loadingReference/:shipperOrganizationId","host":[""],"path":["documents","annexvii",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"27e5f24f-021a-4e7f-808e-18e672880554"}],"id":"d983a581-08d5-4875-a725-7ff1dbd73cd0","_postman_id":"d983a581-08d5-4875-a725-7ff1dbd73cd0","description":""},{"name":"/documents/annexvii","id":"a1964b23-d51a-49ef-96c2-7fe483d7d1dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/documents/annexvii","urlObject":{"path":["documents","annexvii"],"host":[""],"query":[],"variable":[{"id":"a1ee877a-f5b7-4e4d-962a-c0802d0d01e8","type":"any","value":"","key":"basePath"}]}},"response":[{"id":"9f330285-f2ed-4fe6-b447-bbcbe841c4f7","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"25c7e768-f7c5-49f8-917a-804ce28e961c","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"9d800b67-285f-44ae-aaf1-9e32064d39e7","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"f7529821-e57b-4cc0-a190-917fa9400a43","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"0eace5d5-ebf4-4e95-a53b-8c2b059b90f6","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"a1964b23-d51a-49ef-96c2-7fe483d7d1dc"},{"name":"/documents/preAnnexvii","id":"f2e68c2e-2b4e-4413-aee9-be5dc9f78548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/documents/preAnnexvii?LoadingReference={{LoadingReference}}","description":"<p>Produce a copy of the Annex VII BEFORE the load is completed, this 'Pre Annex VII' and maybe used for checking the Annex VII prior to loading or as manual fallback for completion of the Annex VII if required.</p>\n","urlObject":{"path":["documents","preAnnexvii"],"host":[""],"query":[{"key":"LoadingReference","value":"{{LoadingReference}}"}],"variable":[]}},"response":[{"id":"73b0cb50-eea8-4a3b-a388-1a698f9ae88d","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"document\": \"https://prod-traqa-application-preannexviioutputbucket...Expires=...\"\n}"},{"id":"b46a60da-5f83-4053-92a8-e8bf10d20712","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"b742f5b9-2ed4-4d7f-853a-89f710838a95","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"cd21d488-0a84-4477-879f-8cc9ab9f72f0","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"814c4378-91bf-4740-8245-55647f13f1c3","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/documents/annexvii","host":[""],"path":["documents","annexvii"],"variable":[{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"f2e68c2e-2b4e-4413-aee9-be5dc9f78548"}],"id":"9fa970cb-5aca-4043-831c-ea232c62f49c","_postman_id":"9fa970cb-5aca-4043-831c-ea232c62f49c","description":""}],"id":"79ebce0a-acd6-4883-bac1-4e8e912b849a","description":"<p>Traqa produces documents for regulatory and compliance purposes and to facilitate the transportation of goods.</p>\n","_postman_id":"79ebce0a-acd6-4883-bac1-4e8e912b849a"},{"name":"Loading Photos","item":[{"name":"by Loading Reference/{loading Reference}","item":[{"name":"/photos/byLoadingReference/:loadingReference","id":"e5e05f23-1634-4830-89e2-062b09a7f8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/photos/byLoadingReference/:loadingReference","urlObject":{"path":["photos","byLoadingReference",":loadingReference"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{loa","key":"loadingReference"}]}},"response":[{"id":"4f365578-683f-43a2-9d6f-f35c9c1c55da","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"photos\": [\n        {\n            \"photo\": \"https://prod-containerpipeline-attachments.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/1.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=bVr6MR3YbI9xrAaF%2BbeICQBXsH8%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxA8q9KtcBhne2UfYFRU1dy28v5%2FiWdsMSEISgIsVkrSXBU3XUJPu0lvZQfBfyrnqNZaAYagg0UoJxMoZr3owz26%2Fepr8iUqWuWcx854gRU87CmUNAJOspRaMpFyTeJvzRrVWJdjkfd%2BC36NB58Db1MGEdAfkOkAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\",\n            \"thumbnail\": \"https://prod-containerpipeline-thumbnail.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/1.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=uLdiofG8bRgEf57gzvNkMeM8CDY%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxA8q9KtcBhne2UfYFRU1dy28v5%2FiWdsMSEISgIsVkrSXBU3XUJPu0lvZQfBfyrnqNZaAYagg0UoJxMoZr3oAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\"\n        },\n        {\n            \"photo\": \"https://prod-containerpipeline-attachments.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/2.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=6E6009LaWc8uyKagf1v1DMwvDAw%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxm8CiHRUue6DDMgH%2BAwDOevKiN6BOI2nO2bJTmQK7r6tjcVfVRmtDYC394hjPTii7UrvPIuO5JqjRTHkAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\",\n            \"thumbnail\": \"https://prod-containerpipeline-thumbnail.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/2.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=8RCvMO0FPtWoWrAY1JZ%2BPFgoSNU%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxA8q9KtcBhne2UfYFRU1dy28v5%2FiWdsMSEISgIsVkrSXBU3XUJPu0lvZQfBfyrnqNZaAYagg0UoJxMoZrkAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\"\n        },\n        {\n            \"photo\": \"https://prod-containerpipeline-attachments.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/3.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=9p7b4qbSt86oPCt5UyWFwpnhqwI%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\",\n            \"thumbnail\": \"https://prod-containerpipeline-thumbnail.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/3.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=ZufQt1tvJKrrkNvsMyx7BvdpGAA%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxA8q9KtcBhne2UfYFRU1dy28v5%2FiWdsMSEISgIsVkrSXBU3XUJPu0lvZQfBfyrnqNZaAYagg0UoJxMoZr3owz26%2Fepr8iUqWuWcx854gRU87CmUNAJOspRaMpFyTeJvzRrVWJdjkfd%2BC36NB58Db1MGEdAfkOQ42FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\"\n        },\n        {\n            \"photo\": \"https://prod-containerpipeline-attachments.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/4.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=sxo3SrQcWT5zDaohkdNw8V87EGY%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUepr8iUqWuWcx854gRU87CmUNAJOspRaMpFyTeJvzRrVWJdjkfd%2BC36NB58Db1MGEdAfkOQ4PwgxLF5em8CiHRUue6DDMgH%2BAwDOevKiN6BOI2nO2bJTmQK7r6tjcVfVRmtDYC394hjPTii7UrvPIuO5JqjRTHkAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\",\n            \"thumbnail\": \"https://prod-containerpipeline-thumbnail.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/4.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=DqiHTlJtToPUJ1DshQsaDh3d2pw%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxA8q9U1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\"\n        },\n        {\n            \"photo\": \"https://prod-containerpipeline-attachments.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/5.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=2QW5S6XtThDIRHGnnOBMZQQGN%2F8%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxAAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\",\n            \"thumbnail\": \"https://prod-containerpipeline-thumbnail.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/5.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=CsotDH3kdDuuYkaLSVQJnmmE1DI%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxA8q9KtcBhne2UfYFRU1dy28v5%2FiWdsMSEISgIsVkrSXBU3XUJPu0lvZQfBfyrnqNZaAYagg0UoJxMoZr3oTHkAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\"\n        },\n        {\n            \"photo\": \"https://prod-containerpipeline-attachments.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/6.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=Edk4bSvECzmtjs3edbBlBJjr%2BQg%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWV1LXdlc3QtMSJGMEQCICvaYQV5C%2FeIcIaWgUrrNlevHXIgSLKRag%2Fw7qJDO87wAiAgT%2BMHYxxEUkI0RLa0%2FDV6W4DzOGwtDcP1SLLbuHREOyr6AQhcEAAaDDkxMDI2MDE1NTg1NSIMcMqbuI%2B6RQyxA8q9KtcBhne2UfYFRU1dy28v5%2FiWdsMSEISgIsVkrSXBU3XUJPu0lvZQfBfyrnqNZaAYagg0UoJxMoZr3owz26%2Fepr8iUqWuWcx854gRU87CmUNAJOspRaMpFyTeJvzRrVWJdjkfd%2BC36NB58Db1MGEdAfkOQ4PwgxLFRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\",\n            \"thumbnail\": \"https://prod-containerpipeline-thumbnail.s3.amazonaws.com/dvvunuhfla92emte8b23c6tdvgel9luihag303g1/6.jpg?AWSAccessKeyId=ASIA5H353WXHY5Y7XNP2&Signature=RyI2msBdN%2Br6lPxPCsWq6hWP4U4%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBMaCWhne2UfYFRU1dy28v5%2FiWdsMSEISgIsVkrSXBU3XUJPu0lvZQfBfyrnqNZaAYagg0UoJxMoZr3owz26%2Fepr8iUqWuWcx854gRU87CmUNAJOspRaMpFyTeJvzRrVWJdjkfd%2BC36NB58Db1MGEdAfkOQ4PwgxLF5em8CiHRUue6DDMgH%2BAwDOevKiN6BOI2nO2bJTmQK7r6tjcVfVRmtDYC394hjPTii7UrvPIuO5JqjRTHkAK0ZlZl6WhVi0JELRGB8ya4O%2FEMYyokpPOXuUMJttjnmaO8yAowpYa7%2FAU64QHN3qLXAvna6Br%2B%2FRBU1NgEAPxwfgU6iYX9vs4Hw9O0DWZC%2FDRSKuxMPzpgak%2F6bxnaf%2FMxPFYZZoS6icuwznbSS8KdnsfiFDF%2BwfEFqSpW7vLE9aN431e09x%2BEtZjJqiX6NDzuYSKZgoTBkP0T75UvIT%2B3R0%2F2xniwSPJjey4%2FQ9LcSlzLuIZhF9sWkq8OqRuNrQMTBjNNByRmAB6%2FZbCNUKAQTMt%2B9MYaulzZjCdF7rlJqbIAYa%2FNUy1xoGylSmD0bObwjmoRWLvRRa2dDmFFkGdDUanDpSyUSSoGg89vzq0%3D&Expires=1603193416\"\n        }\n    ]\n}"},{"id":"4feea05e-3959-4c0c-9948-65af227b8f9f","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"3a1a33ec-7825-4c08-845e-eadcdd485521","name":"403 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"8f4e8d51-59f2-4c01-9c0a-783932533813","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"b91e143b-a733-4a00-af9d-ef81dfbe4ed6","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"e5e05f23-1634-4830-89e2-062b09a7f8f0"},{"name":"/photos/byLoadingReference/:loadingReference","id":"97862fd5-b570-4623-bc36-12c015af7026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/photos/byLoadingReference/:loadingReference","urlObject":{"path":["photos","byLoadingReference",":loadingReference"],"host":[""],"query":[],"variable":[{"id":"f1da71fd-1807-42f5-a053-7e1ff8d517b2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"loadingReference"}]}},"response":[{"id":"3c0e492e-3d72-4303-8859-7337b7693271","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1f78359a-d7f6-4a44-b37c-e23e0348874b","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"8c1d6cf8-643f-499e-8f24-84eef3fcb875","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"49da0104-5caf-457c-a450-2f01fb176ae4","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"84791e84-9d66-4242-b5ae-243104a9c90c","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference","host":[""],"path":["photos","byLoadingReference",":loadingReference"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"97862fd5-b570-4623-bc36-12c015af7026"},{"name":"/photos/byLoadingReference/:loadingReference/:shipperOrganizationId","id":"26ed8682-9edc-4bd5-9e8c-6eb28fed4e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{Authorization}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/photos/byLoadingReference/:loadingReference/:shipperOrganizationId","urlObject":{"path":["photos","byLoadingReference",":loadingReference",":shipperOrganizationId"],"host":[""],"query":[],"variable":[{"id":"322f8842-0004-4ecf-b7ed-b9f2a52bcdd1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"loadingReference"},{"id":"0b7ad2e1-06cc-4328-afd2-b08b57ea61f9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"commodo est","key":"shipperOrganizationId"}]}},"response":[{"id":"3b0657c6-0d58-4c10-aef5-0873c73f1e53","name":"200 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference/:shipperOrganizationId","host":[""],"path":["photos","byLoadingReference",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"commodo est","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f3907ec6-7cf2-49f5-b57c-832a7b3d91d0","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference/:shipperOrganizationId","host":[""],"path":["photos","byLoadingReference",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"2fbad05a-809a-4dc9-b2a2-9f7a68e7211d","name":"403 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference/:shipperOrganizationId","host":[""],"path":["photos","byLoadingReference",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"7b304582-449c-4cce-aa7e-6e474b358341","name":"404 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference/:shipperOrganizationId","host":[""],"path":["photos","byLoadingReference",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"},{"id":"6bbeff74-bdc6-4898-a860-e560858b43a9","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"/photos/byLoadingReference/:loadingReference/:shipperOrganizationId","host":[""],"path":["photos","byLoadingReference",":loadingReference",":shipperOrganizationId"],"variable":[{"key":"loadingReference","value":"commodo est","description":"(Required) "},{"key":"shipperOrganizationId","value":"commodo est","description":"(Required) "},{"key":"basePath","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"consequat\"\n}"}],"_postman_id":"26ed8682-9edc-4bd5-9e8c-6eb28fed4e85"}],"id":"ed9153fb-a213-41d4-9240-b82b5dd38206","_postman_id":"ed9153fb-a213-41d4-9240-b82b5dd38206","description":""}],"id":"fc1e3b4e-3969-4368-a9d6-6a07ebe7089c","description":"<p>Loading Photos are captured and stored against the load plans in Traqa</p>\n","_postman_id":"fc1e3b4e-3969-4368-a9d6-6a07ebe7089c"}],"event":[{"listen":"prerequest","script":{"id":"86b740bc-1f26-44de-a6d1-8e070f35adc5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2048e070-4a50-455a-ab01-c929abcd5ac4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"","type":"string"},{"key":"basePath","value":"","type":"string"}]}