{"info":{"_postman_id":"a9d1770a-1644-4548-989f-b559bd038f7f","name":"DG AutoCheck Connect API","description":"<html><head></head><body><p>DG AutoCheck has a variety of APIs available to subscribers that allow them to automate and integrate with DG AutoCheck from external systems.</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>All v1 endpoints require a \"Authorization: BEARER [Token]\"\" header, where [Token] is replaced with the access_token gathered from the OAuth endpoint. This is denoted by the padlock next to the name of the endpoint.</p>\n<p>Examples generated do not automatically add the Authorization header, you must do this yourself, having already generated an access_token using the OAuth endpoint.</p>\n<blockquote>\n<p>--header \"Authorization: bearer YOURTOKEN\"</p>\n</blockquote>\n<h2 id=\"access_token-expiration-and-behaviour\">access_token expiration and behaviour</h2>\n<p>Tokens generated are short lived, 20 minutes, to avoid comprimised tokens giving attackers a large window to access the system with.</p>\n<p>When a token has expired, or is not valid, the API will return a 401 status code. See below for a list of status codes and when we use them in this API.</p>\n<p>Refresh tokens are not implemented because you will communicate directly with our API, which means there is no benefit to using them.</p>\n<h2 id=\"request-content-type\">Request Content-Type</h2>\n<p>All the examples in this documentation are currently set as form-data, a temporary step to allow us to describe what is expected for each parameter expected. We recommend using a JSON object with property names that match the form-data parameters, using the \"Content-Type: application/json\".</p>\n<h2 id=\"response-codes\">Response codes</h2>\n<p>HTTP status codes are used heavily to relay information to the caller about what has happened. They are as follows:</p>\n<h2 id=\"200\">200</h2>\n<p>The request was successful, a response will be returned in the body. See each endpoint's documentation / examples to see the shape of said response.</p>\n<h2 id=\"400\">400</h2>\n<p>Any request coming in that does not contain the required parameters will return a 400, with the response object then containing a property for each parameter that failed validation, and what the reason(s) for that failure may be.</p>\n<h2 id=\"401\">401</h2>\n<p>Request was not authenticated</p>\n<h2 id=\"403\">403</h2>\n<p>There are two scenarios that this can occur.</p>\n<ol>\n<li><p>The current token does not have the necessary permission to complete the request. The response body is empty in this case.</p>\n</li>\n<li><p>When an endpoint can no longer receive a request because the Acceptance Check is no longer in a state that it can ever receive that request again. In this scenario a response body is provided, with a message as to why the 403 has occurred. See endpoint examples of the shape of this response, which may change depending on the endpoint.</p>\n</li>\n</ol>\n<h2 id=\"404\">404</h2>\n<p>If at anytime a resource cannot be found, a 404 will be returned.</p>\n<h2 id=\"409\">409</h2>\n<p>When a request has been made with the necessary permissions, but the Acceptance Check is not yet in a state to accept said request, 409 with response body is returned. The body will contain a message as to why the request could not yet be completed. Any endpoints that use this response will contain an example for this state.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"883478","collectionId":"a9d1770a-1644-4548-989f-b559bd038f7f","publishedId":"2s935hS7zA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-30T14:15:57.000Z"},"item":[{"name":"v1","item":[{"name":"Web Services","item":[{"name":"Acceptance Checks","id":"a12265f2-c699-4f6a-a995-6b301997205e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/acceptance-checks?officeId&acceptanceCheckStatus&limit","description":"<p>List the acceptance checks currently in the subscription.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>List permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Optional: Options are ... (Default order is ...)</p>\n","type":"text/plain"},"key":"orderBy","value":""},{"description":{"content":"<p>Filter acceptance checks by the office they belong to.</p>\n","type":"text/plain"},"key":"officeId","value":null},{"description":{"content":"<p>Optional: Filter acceptance checks by their process status (multiple status permitted).</p>\n","type":"text/plain"},"key":"acceptanceCheckStatus","value":null},{"description":{"content":"<p>Optional: Limit the number of results returned in the response (defaults to 50 if omitted)</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"463c2b60-1112-413c-9549-5f40829b836a","name":"400 - Missing Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks?officeId&acceptanceCheckStatus&limit","host":[""],"path":["api","v1","acceptance-checks"],"query":[{"key":"orderBy","value":"","description":"Optional: Options are ... (Default order is ...)","type":"text","disabled":true},{"key":"officeId","value":null,"description":"Filter acceptance checks by the office they belong to."},{"key":"acceptanceCheckStatus","value":null},{"key":"limit","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"officeId\": [\n        \"officeId required\"\n    ]\n}"},{"id":"7b5de3c5-1d13-4749-946b-c9689d8efd21","name":"200 - Awaiting File","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks?officeId=e39N&acceptanceCheckStatus=awaiting-file&limit=5","host":[""],"path":["api","v1","acceptance-checks"],"query":[{"key":"officeId","value":"e39N","description":"Filter acceptance checks by the office they belong to."},{"key":"acceptanceCheckStatus","value":"awaiting-file","description":"Optional: Filter acceptance checks by their process status (multiple status permitted)."},{"key":"limit","value":"5","description":"Optional: Limit the number of results returned in the response (defaults to 50 if omitted)"},{"key":"orderBy","value":"","description":"Optional: Options are ... (Default order is ...)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"_links\":[\r\n      {\r\n         \"description\":\"Create Acceptance Check\",\r\n         \"method\":\"POST\",\r\n         \"url\":\"/api/v1/acceptance-checks\"\r\n      },\r\n      {\r\n         \"description\":\"Next\",\r\n         \"method\":\"GET\",\r\n         \"url\":\"/api/v1/acceptance-checks?officeId=e39N&cursor=a1b2c3&acceptanceCheckStatus=awaiting-file\"\r\n      }\r\n   ],\r\n   \"acceptanceChecks\":[\r\n      {\r\n         \"_links\":[\r\n            {\r\n               \"description\":\"Self\",\r\n               \"method\":\"GET\",\r\n               \"url\":\"/api/v1/acceptance-checks/aaaa\"\r\n            },\r\n            {\r\n               \"description\": \"Acceptance Check Options\",\r\n               \"method\": \"OPTIONS\",\r\n               \"url\": \"/api/v1/acceptance-checks/aaaa\"\r\n            },\r\n            {\r\n               \"description\":\"Import XSDG\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/aaaa/import/xsdg\"\r\n            },\r\n            {\r\n               \"description\":\"Scan DGD PDF\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/aaaa/scan-dgd/pdf\"\r\n            },\r\n            {\r\n               \"description\":\"Request URL\",\r\n               \"method\":\"POST\",\r\n               \"url\":\"/api/v1/acceptance-checks/aaaa/request-url\"\r\n            }\r\n         ],\r\n         \"acceptanceCheckStatus\":\"awaiting-file\",\r\n         \"acceptanceCheckId\":\"aaaa\",\r\n         \"createdOn\":\"2019-07-16T11:39:39Z\",\r\n         \"ownedBy\":null,\r\n         \"airWaybillNumber\": \"865-12562793\",\r\n         \"verification\":{\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"documentationCheck\":{\r\n            \"user\":{\r\n                \"id\": \"brXL\",\r\n                \"name\": \"Tuathal Mazzarella\",\r\n                \"email\": \"tuatha.mazzare@diaperstack.com\",\r\n                \"identifier\": \"UserIdentifier\"\r\n            },\r\n            \"startedOn\":\"2019-07-16T11:39:39Z\",\r\n            \"completedOn\":\"2019-07-16T11:39:39Z\"\r\n         },\r\n         \"packagingCheck\":{\r\n            \"user\":{\r\n                \"id\": \"brXL\",\r\n                \"name\": \"Tuathal Mazzarella\",\r\n                \"email\": \"tuatha.mazzare@diaperstack.com\",\r\n                \"identifier\": \"UserIdentifier\"\r\n            },\r\n            \"startedOn\":\"2019-07-16T11:39:39Z\",\r\n            \"completedOn\":\"2019-07-16T11:39:39Z\"\r\n         },\r\n         \"acceptanceCheckSignOff\":{\r\n            \"result\":null,\r\n            \"signedOffOn\":\"2019-07-16T11:39:39Z\",\r\n             \"user\": {\r\n                 \"id\": \"brGL\",\r\n                 \"name\": \"Ange Selvester\",\r\n                 \"email\": \"aselvester@digg.com\",\r\n                 \"identifier\": \"UserIdentifier\"\r\n             }\r\n         }\r\n      },\r\n      {\r\n         \"_links\":[\r\n            {\r\n               \"description\":\"Self\",\r\n               \"method\":\"GET\",\r\n               \"url\":\"/api/v1/acceptance-checks/bbbb\"\r\n            },\r\n            {\r\n                    \"description\": \"Acceptance Check Options\",\r\n                    \"method\": \"OPTIONS\",\r\n                    \"url\": \"/api/v1/acceptance-checks/bbbb\"\r\n            },\r\n            {\r\n               \"description\":\"Import XSDG\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/bbbb/import/xsdg\"\r\n            },\r\n            {\r\n               \"description\":\"Scan DGD PDF\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/bbbb/scan-dgd/pdf\"\r\n            },\r\n            {\r\n               \"description\":\"Request URL\",\r\n               \"method\":\"POST\",\r\n               \"url\":\"/api/v1/acceptance-checks/bbbb/request-url\"\r\n            }\r\n         ],\r\n         \"acceptanceCheckStatus\":\"awaiting-file\",\r\n         \"acceptanceCheckId\":\"bbbb\",\r\n         \"createdOn\":\"2019-07-16T11:39:40Z\",\r\n         \"ownedBy\":null,\r\n         \"airWaybillNumber\": \"865-12562793\",\r\n         \"verification\":{\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"documentationCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"packagingCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"acceptanceCheckSignOff\":{\r\n            \"result\":null,\r\n            \"signedOffOn\":null,\r\n            \"user\": {\r\n                \"id\": \"brGL\",\r\n                \"name\": \"Ange Selvester\",\r\n                \"email\": \"aselvester@digg.com\",\r\n                \"identifier\": \"UserIdentifier\"\r\n            }\r\n         }\r\n      },\r\n      {\r\n         \"_links\":[\r\n            {\r\n               \"description\":\"Self\",\r\n               \"method\":\"GET\",\r\n               \"url\":\"/api/v1/acceptance-checks/cccc\"\r\n            },\r\n            {\r\n               \"description\": \"Acceptance Check Options\",\r\n               \"method\": \"OPTIONS\",\r\n               \"url\": \"/api/v1/acceptance-checks/cccc\"\r\n            },\r\n            {\r\n               \"description\":\"Import XSDG\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/cccc/import/xsdg\"\r\n            },\r\n            {\r\n               \"description\":\"Scan DGD PDF\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/cccc/scan-dgd/pdf\"\r\n            },\r\n            {\r\n               \"description\":\"Request URL\",\r\n               \"method\":\"POST\",\r\n               \"url\":\"/api/v1/acceptance-checks/cccc/request-url\"\r\n            }\r\n         ],\r\n         \"acceptanceCheckStatus\":\"awaiting-file\",\r\n         \"acceptanceCheckId\":\"cccc\",\r\n         \"createdOn\":\"2019-07-16T11:43:32Z\",\r\n         \"ownedBy\": {\r\n              \"id\": \"brGL\",\r\n              \"name\": \"Ange Selvester\",\r\n              \"email\": \"aselvester@digg.com\",\r\n              \"identifier\": \"UserIdentifier\"\r\n         },\r\n         \"airWaybillNumber\": \"865-12562793\",\r\n         \"verification\":{\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"documentationCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"packagingCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"acceptanceCheckSignOff\":{\r\n            \"result\":null,\r\n            \"signedOffOn\":null,\r\n            \"user\":null\r\n         }\r\n      },\r\n      {\r\n         \"_links\":[\r\n            {\r\n               \"description\":\"Self\",\r\n               \"method\":\"GET\",\r\n               \"url\":\"/api/v1/acceptance-checks/dddd\"\r\n            },\r\n            {\r\n               \"description\": \"Acceptance Check Options\",\r\n               \"method\": \"OPTIONS\",\r\n               \"url\": \"/api/v1/acceptance-checks/dddd\"\r\n            },\r\n            {\r\n               \"description\":\"Import XSDG\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/dddd/import/xsdg\"\r\n            },\r\n            {\r\n               \"description\":\"Scan DGD PDF\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/dddd/scan-dgd/pdf\"\r\n            },\r\n            {\r\n               \"description\":\"Request URL\",\r\n               \"method\":\"POST\",\r\n               \"url\":\"/api/v1/acceptance-checks/dddd/request-url\"\r\n            }\r\n         ],\r\n         \"acceptanceCheckStatus\":\"awaiting-file\",\r\n         \"acceptanceCheckId\":\"dddd\",\r\n         \"createdOn\":\"2019-07-16T11:51:15Z\",\r\n         \"ownedBy\": {\r\n             \"id\": \"brGL\",\r\n             \"name\": \"Ange Selvester\",\r\n             \"email\": \"aselvester@digg.com\",\r\n             \"identifier\": \"UserIdentifier\"\r\n         },\r\n         \"airWaybillNumber\": \"865-12562793\",\r\n         \"verification\":{\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"documentationCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"packagingCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"acceptanceCheckSignOff\":{\r\n            \"result\":null,\r\n            \"signedOffOn\":null,\r\n            \"user\":null\r\n         }\r\n      },\r\n      {\r\n         \"_links\":[\r\n            {\r\n               \"description\":\"Self\",\r\n               \"method\":\"GET\",\r\n               \"url\":\"/api/v1/acceptance-checks/eeee\"\r\n            },\r\n            {\r\n               \"description\": \"Acceptance Check Options\",\r\n               \"method\": \"OPTIONS\",\r\n               \"url\": \"/api/v1/acceptance-checks/eeee\"\r\n            },\r\n            {\r\n               \"description\":\"Import XSDG\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/eeee/import/xsdg\"\r\n            },\r\n            {\r\n               \"description\":\"Scan DGD PDF\",\r\n               \"method\":\"PUT\",\r\n               \"url\":\"/api/v1/acceptance-checks/eeee/scan-dgd/pdf\"\r\n            },\r\n            {\r\n               \"description\":\"Request URL\",\r\n               \"method\":\"POST\",\r\n               \"url\":\"/api/v1/acceptance-checks/eeee/request-url\"\r\n            }\r\n         ],\r\n         \"acceptanceCheckStatus\":\"awaiting-file\",\r\n         \"acceptanceCheckId\":\"eeee\",\r\n         \"createdOn\":\"2019-07-16T13:45:49Z\",\r\n         \"ownedBy\":null,\r\n         \"airWaybillNumber\": \"865-12562793\",\r\n         \"verification\":{\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"documentationCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"packagingCheck\":{\r\n            \"user\":null,\r\n            \"startedOn\":null,\r\n            \"completedOn\":null\r\n         },\r\n         \"acceptanceCheckSignOff\":{\r\n            \"result\":null,\r\n            \"signedOffOn\":null,\r\n            \"user\":null\r\n         }\r\n      }\r\n   ],\r\n   \"office\": {\r\n       \"id\": \"e39N\",\r\n       \"code\": \"PRS\",\r\n       \"name\": \"Sub1Office1 (Paris)\",\r\n       \"identifier\": \"ApiIdentity\"\r\n   }\r\n}"},{"id":"c13c16b3-26e2-4aca-942d-a1930c839706","name":"400 - Invalid Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks?officeIdentifier=foo&acceptanceCheckStatus=invalid-status&limit","host":[""],"path":["api","v1","acceptance-checks"],"query":[{"key":"officeIdentifier","value":"foo","description":"Filter acceptance checks by the office they belong to."},{"key":"acceptanceCheckStatus","value":"invalid-status","description":"Optional: Filter acceptance checks by their process status (multiple status permitted)."},{"key":"orderBy","value":"","description":"Optional: Options are ... (Default order is ...)","type":"text","disabled":true},{"key":"limit","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"acceptanceCheckStatus\": [\n        \"acceptanceCheckStatus contained an unknown value\"\n    ],\n    \"officeId\": [\n        \"officeId invalid\"\n    ]\n}"}],"_postman_id":"a12265f2-c699-4f6a-a995-6b301997205e"},{"name":"Acceptance Check","id":"98811cd4-9697-486a-8c42-d7d1469b169b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/acceptance-checks/:acceptanceCheckId","description":"<p>Get the current status of an acceptance check.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Read permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId"],"host":[""],"query":[],"variable":[{"id":"16da9c23-7eb9-4a83-85f9-bb43511706ca","type":"string","value":"","key":"acceptanceCheckId"}]}},"response":[{"id":"b000fd60-7d74-4bc5-90d5-30eb5c290433","name":"200 - Awaiting Document Check","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"_links\": [\r\n        {\r\n            \"description\": \"Self\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\r\n        },\r\n        {\r\n            \"description\": \"Acceptance Check Options\",\r\n            \"method\": \"OPTIONS\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\r\n        },\r\n        {\r\n            \"description\": \"Request Url\",\r\n            \"method\": \"POST\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/request-url\"\r\n        }\r\n    ],\r\n    \"acceptanceCheckStatus\": \"awaiting-document-check\",\r\n    \"acceptanceCheckId\": \"aaaa\",\r\n    \"createdOn\": \"2018-06-06T14:48:42Z\",\r\n    \"ownedBy\": {\r\n        \"id\": \"brGL\",\r\n        \"name\": \"Ange Selvester\",\r\n        \"email\": \"aselvester@digg.com\",\r\n        \"identifier\": \"UserIdentifier\"\r\n    },\r\n    \"airWaybillNumber\": \"865-12562793\",\r\n    \"office\": {\r\n        \"id\": \"e39N\",\r\n        \"code\": \"PRS\",\r\n        \"name\": \"Sub1Office1 (Paris)\",\r\n        \"identifier\": \"ApiIdentity\"\r\n    },\r\n    \"verification\": {\r\n        \"startedOn\": \"null\",\r\n        \"completedOn\": \"null\"\r\n    },\r\n    \"documentationCheck\": {\r\n        \"user\": null,\r\n        \"startedOn\": null,\r\n        \"completedOn\": null\r\n    },\r\n    \"packagingCheck\": {\r\n        \"user\": null,\r\n        \"startedOn\": null,\r\n        \"completedOn\": null\r\n    },\r\n    \"acceptanceCheckSignOff\": {\r\n        \"result\": null,\r\n        \"signedOffOn\": null,\r\n        \"user\": null\r\n    }\r\n}"},{"id":"303b5d27-2f51-4c43-affb-b63bc0221a09","name":"200 - Completed","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"_links\": [\r\n        {\r\n            \"description\": \"Self\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\r\n        },\r\n        {\r\n            \"description\": \"Acceptance Check Options\",\r\n            \"method\": \"OPTIONS\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\r\n        },\r\n        {\r\n            \"description\": \"Acceptance Check Report\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/report/pdf\"\r\n        },\r\n        {\r\n            \"description\": \"DGD Export\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/export/pdf\"\r\n        }\r\n    ],\r\n    \"acceptanceCheckStatus\": \"completed\",\r\n    \"acceptanceCheckId\": \"aaaa\",\r\n    \"createdOn\": \"2018-06-15T07:12:05Z\",\r\n    \"ownedBy\": {\r\n       \"id\": \"brGL\",\r\n       \"name\": \"Ange Selvester\",\r\n       \"identifier\": \"ApiIdentifier\"\r\n    },\r\n    \"airWaybillNumber\": \"865-12562793\",\r\n    \"office\": {\r\n        \"id\": \"e39N\",\r\n        \"code\": \"PRS\",\r\n        \"name\": \"Sub1Office1 (Paris)\",\r\n        \"identifier\": \"ApiIdentity\"\r\n    },\r\n    \"verification\": {\r\n        \"startedOn\": \"2018-06-15T07:13:17Z\",\r\n        \"completedOn\": \"2018-06-15T07:13:17Z\"\r\n    },\r\n    \"documentationCheck\": {\r\n        \"user\": null,\r\n        \"startedOn\": \"2018-06-15T07:13:25Z\",\r\n        \"completedOn\": \"2018-06-15T07:15:52Z\"\r\n    },\r\n    \"packagingCheck\": {\r\n        \"user\": null,\r\n        \"startedOn\": \"2018-06-15T07:16:01Z\",\r\n        \"completedOn\": \"2018-06-15T07:16:05Z\"\r\n    },\r\n    \"acceptanceCheckSignOff\": {\r\n        \"result\": \"passed\",\r\n        \"signedOffOn\": \"2018-06-15T07:16:05Z\",\r\n        \"user\": {\r\n                 \"id\": \"brGL\",\r\n                 \"name\": \"Ange Selvester\",\r\n                 \"identifier\": \"ApiIdentifier\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"98811cd4-9697-486a-8c42-d7d1469b169b"},{"name":"Acceptance Check Options","id":"30518856-2144-44e2-82d1-99c9e8ceacb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[],"url":"/api/v1/acceptance-checks/:acceptanceCheckId","description":"<p>Get the list of options currently associated with this acceptance check.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Read permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId"],"host":[""],"query":[],"variable":[{"id":"2a0c92d2-00ff-4059-969b-f44949c7bec5","type":"string","value":"","key":"acceptanceCheckId"}]}},"response":[{"id":"7ffb9f47-3cc4-4cab-8445-03e196bc70c5","name":"200 - Awaiting File","originalRequest":{"method":"OPTIONS","header":[],"url":{"raw":"/api/v1.0/acceptance-check/:acceptanceCheckKey","host":[""],"path":["api","v1.0","acceptance-check",":acceptanceCheckKey"],"variable":[{"key":"acceptanceCheckKey","value":"aaaa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"_links\": [\r\n        {\r\n            \"description\": \"Self\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\r\n        },\r\n        {\r\n            \"description\": \"Import XSDG\",\r\n            \"method\": \"PUT\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/import/xsdg\"\r\n        },\r\n        {\r\n            \"description\": \"Scan DGD PDF\",\r\n            \"method\": \"PUT\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/scan-dgd/pdf\"\r\n        },\r\n        {\r\n            \"description\": \"Request URL\",\r\n            \"method\": \"POST\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/request-url\"\r\n        }\r\n    ]\r\n}"},{"id":"f88b9764-3601-4e35-8dde-c224bbf700e8","name":"200 - Completed","originalRequest":{"method":"OPTIONS","header":[],"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"_links\": [\r\n        {\r\n            \"description\": \"Self\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\r\n        },\r\n        {\r\n            \"description\": \"Acceptance Check Report\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/report/pdf\"\r\n        },\r\n        {\r\n            \"description\": \"DGD Export\",\r\n            \"method\": \"GET\",\r\n            \"url\": \"/api/v1/acceptance-checks/aaaa/export/pdf\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"30518856-2144-44e2-82d1-99c9e8ceacb3"},{"name":"Acceptance Check Report","id":"ae01fa71-c2d5-4d51-8a78-bd7b02ceb738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/acceptance-checks/:acceptanceCheckId/report/:format","description":"<p>Report for the applicable acceptance check. Currently only available format is pdf.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Read permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","report",":format"],"host":[""],"query":[],"variable":[{"id":"f17ee877-8ab1-45de-8fc7-fc31caa1fdec","type":"string","value":"","key":"acceptanceCheckId"},{"id":"74975cfd-2879-4727-b910-5f75ab7d8c01","description":{"content":"<p>The format of the report to be created. The only format at present is pdf.</p>\n","type":"text/plain"},"type":"string","value":"","key":"format"}]}},"response":[],"_postman_id":"ae01fa71-c2d5-4d51-8a78-bd7b02ceb738"},{"name":"DGD Export","id":"7308f423-249e-4c0b-9cb1-1587e4a8f3ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/acceptance-checks/:acceptanceCheckId/export/:format","description":"<p>Export the acceptance check in the appropriate format.</p>\n<p>Formats: xsdg or dgd.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Read permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","export",":format"],"host":[""],"query":[],"variable":[{"type":"string","value":"","key":"acceptanceCheckId"},{"description":{"content":"<p>Format of the report to be provided. Formats: xsdg or dgd.</p>\n","type":"text/plain"},"type":"string","value":"","key":"format"}]}},"response":[],"_postman_id":"7308f423-249e-4c0b-9cb1-1587e4a8f3ed"},{"name":"XSDG Import","id":"755bd30a-2fc2-47c3-9064-e2e6be7a2373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<rsm:ShippersDeclarationForDangerousGoods xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n    xmlns:rsm=\"iata:shippersdeclarationfordangerousgoods:1\"\r\n    xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\r\n    xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\r\n    xmlns:ram=\"iata:datamodel:3\"\r\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xsi:schemaLocation=\"iata:shippersdeclarationfordangerousgoods:1 ShippersDeclarationForDangerousGoods_2p0.xsd\">\r\n\t<rsm:MessageHeaderDocument>\r\n\t\t<ram:ID>020-91717533_CAO-D_RAD_Special</ram:ID>\r\n\t\t<ram:Name>Dangerous goods declaration</ram:Name>\r\n\t\t<ram:TypeCode>890</ram:TypeCode>\r\n\t\t<ram:IssueDateTime>2018-03-28T14:53:23</ram:IssueDateTime>\r\n\t\t<ram:PurposeCode>Creation</ram:PurposeCode>\r\n\t\t<ram:VersionID>4.00</ram:VersionID>\r\n\t\t<ram:ConversationID>201806182</ram:ConversationID>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t</rsm:MessageHeaderDocument>\r\n\t<rsm:BusinessHeaderDocument>\r\n\t\t<ram:ProcessType>D</ram:ProcessType> \r\n\t\t<ram:SignatoryConsignorAuthentication>\r\n\t\t\t<ram:ActualDateTime>2018-04-01T00:00:00</ram:ActualDateTime>\r\n\t\t\t<ram:Statement>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:Statement>\r\n\t\t\t<ram:Signatory>ANY SIGNATURE in UPPERCASE</ram:Signatory>\r\n\t\t\t<ram:IssueAuthenticationLocation>\r\n\t\t\t\t<ram:Name></ram:Name>\r\n\t\t\t</ram:IssueAuthenticationLocation>\r\n\t\t\t<ram:ProviderConsignorAuthenticationParty>\r\n\t\t\t\t<ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t\t\t<ram:PersonName>My Name</ram:PersonName>\r\n\t\t\t\t</ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t</ram:ProviderConsignorAuthenticationParty>\r\n\t\t</ram:SignatoryConsignorAuthentication>\r\n\t</rsm:BusinessHeaderDocument>\r\n\t<rsm:MasterConsignment>\r\n\t\t<ram:IncludedHouseConsignment>\r\n\t\t\t<ram:ConsignorAssignedID>CAO-D_RAD_Special</ram:ConsignorAssignedID>\r\n\t\t\t<ram:ConsignorParty>\r\n\t\t\t\t<ram:PrimaryID>UnknownPrimaryID</ram:PrimaryID>\r\n\t\t\t\t<ram:AdditionalID schemeAgencyID=\"1\">UnknownAdditionalID</ram:AdditionalID>\r\n\t\t\t\t<ram:Name>Lufthansa Service Center </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:PostcodeCode>27599</ram:PostcodeCode>\r\n\t\t\t\t\t<ram:StreetName>Any Street Cargo City Sourth</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Frankfurt am Main</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>DE</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Germany</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>919-962-5712</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsignorParty>\r\n\t\t\t<ram:ConsigneeParty>\r\n\t\t\t\t<ram:Name>Any Person of Consignee </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:StreetName>1 Main Street</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Barcelona City</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>ES</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Spain</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>123.456.789</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsigneeParty>\r\n\r\n\t\t\t<ram:OriginLocation>\r\n\r\n\t\t\t\t<ram:ID>FRA</ram:ID>\r\n\t\t\t\t<ram:Name>Frankfurt am Main Airport City</ram:Name>\r\n\t\t\t</ram:OriginLocation>\r\n\t\t\t<ram:FinalDestinationLocation>\r\n\r\n\t\t\t\t<ram:ID>PEK</ram:ID>\r\n\t\t\t\t<ram:Name>Bei Jing Shi Wang Fu Jing</ram:Name>\r\n\t\t\t</ram:FinalDestinationLocation>\r\n\r\n\t\t\t<ram:HandlingInstructions>\r\n\t\t\t\t<ram:Description>Test Display and print of TechnicalName, SupplementaryInformation, Explosive, RQ, CSI, FissileException, PhysicalChemicalForm, SpecialFormIndicator, LowDispersibleIndicator </ram:Description> \r\n\t\t\t\t<ram:ExclusiveUsageIndicator>true</ram:ExclusiveUsageIndicator>\r\n\t\t\t</ram:HandlingInstructions>\r\n\t\t\t<ram:AssociatedReferenceDocument>\r\n\t\t\t\t<ram:ID>020-91717533</ram:ID>\r\n\t\t\t\t<ram:TypeCode>740</ram:TypeCode>\r\n\t\t\t\t<ram:Name>Air Waybill</ram:Name>\r\n\t\t\t</ram:AssociatedReferenceDocument>\r\n\t\t\t<ram:RelatedCommercialTradeTransaction>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2915</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and PhsyicalChemicalForm and Authorization</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<!-- ram:PackagingDangerLevelCode>III</ram:PackagingDangerLevelCode -->\r\n\t\t\t\t\t\t\t\t<!-- ram:PackingInstructionTypeCode>203</ram:PackingInstructionTypeCode-->\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 1 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 2 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Cert. 222</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>I-WHITE</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.1</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>false</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>false</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and Authorization and 2 ISOTOP</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.2</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">458.123</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.3</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:CriticalitySafetyIndexNumeric>2.3</ram:CriticalitySafetyIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:FissileExceptionIndicator>Fissile Rules Any Nr 1.12</ram:FissileExceptionIndicator>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">200</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>metal solid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.4</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>I-131</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Ibla-130</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">100</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Special Form</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>true</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Waste, empty uncleaned</ram:SupplementaryInformation>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN0012</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>130</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>1.4</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"KGM\">5</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>CARTRIDGES FOR WEAPONS, INERT PROJECTILE</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ExplosiveCompatibilityGroupCode>S</ram:ExplosiveCompatibilityGroupCode>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Supplementary and Reportable</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">2.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\t\t\t\t\r\n\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>A littel more Supplementary Information for Print and for Screen</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>2</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>Not All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.8</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">11</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">12.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">13.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>3</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.6</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">21</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">22.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">23.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>4</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">51.0</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">53</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one with NEQ 0.7</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t</ram:RelatedCommercialTradeTransaction>\r\n\t\t\t<ram:ApplicableTransportDangerousGoods>\r\n\t\t\t\t<ram:HazardTypeCode>RADIOACTIVE</ram:HazardTypeCode>\r\n\t\t\t\t<ram:AircraftLimitationInformation>CARGO AIRCRAFT ONLY</ram:AircraftLimitationInformation>\r\n\t\t\t\t<ram:ComplianceDeclarationInformation>Failure to comply in all respects with the applicable Dangerous Goods Regulations may be in breach of the applicable law, subject to legal penalties</ram:ComplianceDeclarationInformation>\r\n\t\t\t\t<ram:ShipperDeclarationInformation>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:ShipperDeclarationInformation>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>US Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY US +1 074 98660071</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>International Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY Int. +1 074 98660072</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\t\t\t\t\r\n\t\t\t</ram:ApplicableTransportDangerousGoods>\r\n\t\t</ram:IncludedHouseConsignment>\r\n\t</rsm:MasterConsignment>\r\n</rsm:ShippersDeclarationForDangerousGoods>\r\n"},"url":"/api/v1/xsdg/import/:officeId","description":"<p>Import XSDG XML as the body of the request to the stated office.</p>\n<p>XSDGs will be validated upon upload, if it does not meet the XSDG requirements a list of errors will be returned.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>List permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","xsdg","import",":officeId"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"officeId"}]}},"response":[],"_postman_id":"755bd30a-2fc2-47c3-9064-e2e6be7a2373"},{"name":"DGD Import","id":"6ff904db-b93a-48c3-8611-2c0c9af27086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"file","file":{"src":"vnz0ZqpiV/test-small.pdf"}},"url":"/api/v1/dgd/import/:officeId","description":"<p>Import DGD file as the body of the request to the stated office.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>List permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","dgd","import",":officeId"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"officeId"}]}},"response":[],"_postman_id":"6ff904db-b93a-48c3-8611-2c0c9af27086"},{"name":"Offices","id":"404da81f-f172-4263-9eca-8ca29d172410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/offices","description":"<p>Returns list of offices in the subscription</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Read permissions required</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","offices"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"114331d3-ba12-4715-885c-32d74e8b8a64","name":"Offices","originalRequest":{"method":"GET","header":[],"url":"/api/v1/offices"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offices\": [\r\n        {\r\n            \"id\": \"dQg0\",\r\n            \"code\": \"\",\r\n            \"name\": \"Office 2\"\r\n        },\r\n        {\r\n            \"id\": \"e39N\",\r\n            \"code\": \"PRS\",\r\n            \"name\": \"Sub1Office1 (Paris)\",\r\n            \"identifier\": \"ApiIdentity\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"404da81f-f172-4263-9eca-8ca29d172410"},{"name":"Resource","id":"9a1e21b5-a823-4118-aa89-cf2b29f18bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/acceptance-checks/:acceptanceCheckId/resources/:resourceIdentifier","description":"<p>List all details related to this resource</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","resources",":resourceIdentifier"],"host":[""],"query":[],"variable":[{"id":"de04fd3a-1c3d-4b7f-a8f1-32d057a417fc","type":"string","value":"","key":"acceptanceCheckId"},{"id":"8d106a4c-6110-4efc-858a-fc2b2ba174e1","type":"string","value":"","key":"resourceIdentifier"}]}},"response":[{"id":"d276f6ad-9862-4679-8ed0-619293360eed","name":"Resource","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/resources/:resourceIdentifier","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","resources",":resourceIdentifier"],"variable":[{"key":"acceptanceCheckId","value":"OROn","type":"string"},{"key":"resourceIdentifier","value":"2","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"resourceId\": 2,\r\n    \"displayName\": \"Resource 2\",\r\n    \"fileName\": \"TestPage.docx\",\r\n    \"contentType\": \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\r\n    \"comment\": \"Resource 2 comment\",\r\n    \"fileSize\": 2288,\r\n    \"downloadUrl\": \"https://localhost:44397/api/v1/acceptance-checks/OROn/resources/2/download\"\r\n}"}],"_postman_id":"9a1e21b5-a823-4118-aa89-cf2b29f18bc5"},{"name":"Resource Download","id":"3a1d6dad-07c1-4474-88c6-df81f0487ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/acceptance-checks/:acceptanceCheckId/resources/:resourceIdentifier/download","description":"<p>Download the request acceptance check resource.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","resources",":resourceIdentifier","download"],"host":[""],"query":[],"variable":[{"id":"30d4d650-2a87-4f5b-86ba-4fc448e01370","type":"string","value":"","key":"acceptanceCheckId"},{"id":"839a0274-b371-419e-b04c-2f218bb21f73","type":"string","value":"","key":"resourceIdentifier"}]}},"response":[{"id":"e9787b0e-04af-4163-b2c6-3e02f697eb85","name":"Resource Download","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/resources/:resourceIdentifier/download","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","resources",":resourceIdentifier","download"],"variable":[{"key":"acceptanceCheckId","value":"OROn","type":"string"},{"key":"resourceIdentifier","value":"1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3a1d6dad-07c1-4474-88c6-df81f0487ac3"},{"name":"Resources","id":"1722ad79-6024-464f-bf7b-625dff4c7688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/acceptance-checks/:acceptanceCheckId/resources","description":"<p>List all the resources available and their download URLs.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","resources"],"host":[""],"query":[],"variable":[{"id":"08d0e344-bf60-4359-97d5-4f92941ea27d","type":"string","value":"","key":"acceptanceCheckId"}]}},"response":[{"id":"e60ed062-45a5-4abc-a011-6d573ee3d425","name":"Resources","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/resources","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","resources"],"variable":[{"key":"acceptanceCheckId","value":"OROn","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"resources\": [\r\n        {\r\n            \"resourceId\": 1,\r\n            \"sectionId\": 1024,\r\n            \"sectionName\": \"sada\",\r\n            \"displayName\": \"Resource 1\",\r\n            \"fileName\": \"Eclectus-300&300.jpg\",\r\n            \"contentType\": \"image/jpeg\",\r\n            \"comment\": \"\",\r\n            \"fileSize\": 15226,\r\n            \"downloadUrl\": \"https://localhost:44397/api/v1/acceptance-checks/OROn/resources/1/download\"\r\n        },\r\n        {\r\n            \"resourceId\": 2,\r\n            \"displayName\": \"Resource 2\",\r\n            \"fileName\": \"TestPage.docx\",\r\n            \"contentType\": \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\r\n            \"comment\": \"Resource 2 comment\",\r\n            \"fileSize\": 2288,\r\n            \"downloadUrl\": \"https://localhost:44397/api/v1/acceptance-checks/OROn/resources/2/download\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1722ad79-6024-464f-bf7b-625dff4c7688"}],"id":"3782f14f-3f72-4bda-9876-24052e85cf34","description":"<p>This collection of endpoints is entirely related to the management of Acceptance Checks. The API can be used to create and process Acceptance Checks without ever needing to manually manage users within the DG AutoCheck website itself.</p>\n<p>Acceptance checks contain two different types of status, AcceptanceCheckStatus and SignOffStatus.</p>\n<p>AcceptanceCheckStatus is updated throughout the lifecycle of an Acceptance Check, and as such is constantly changing.</p>\n<p>Values are as follows:</p>\n<ul>\n<li>awaiting-file</li>\n<li>queued</li>\n<li>scanning</li>\n<li>processing-error</li>\n<li>import-failure</li>\n<li>verification-required</li>\n<li>verification-in-progress</li>\n<li>awaiting-document-check</li>\n<li>documentation-check-in-progress</li>\n<li>awaiting-packaging-check</li>\n<li>packaging-check-in-progress</li>\n<li>completed</li>\n</ul>\n<p>SignOffStatus is available once the Acceptance Check has been completed and signed off. This information can be gathered from the acceptance-check resource endpoint. It is found within the acceptanceCheckSignOff.result and has the following values:</p>\n<p>Values are as follows:</p>\n<ul>\n<li>passed</li>\n<li>failed</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f377c641-3972-458b-9cdf-d9de73998d6c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d31c4b22-b7c5-4129-9ddf-f4fbdf0320be","type":"text/javascript","exec":[""]}}],"_postman_id":"3782f14f-3f72-4bda-9876-24052e85cf34","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}}},{"name":"Webhooks","item":[],"id":"13e87771-0321-41cc-9a00-bd3d4895a8a6","description":"<p><strong>What are webhooks?</strong></p>\n<p>Webhooks let your server get notified when something has happened on DGAutoCheck. Webhooks are outbound – DG AutoCheck notifies you when something happens (e.g. the completion of an acceptance check) that you want to know about.</p>\n<p>All you need to do is setup a listener URL on your server and program that into your DG AutoCheck webhook settings.</p>\n<p>When you receive a Webhook notification you can use the basic information received to call the DG AutoCheck APIs for further more detailed information</p>\n<p><strong>Securing Your Webhooks with Signature Verification</strong></p>\n<p>When you configure a webhook endpoint and triggering actions, a Verification Token will be displayed in DG AutoCheck below the webhook endpoint URL. You may use this token in combination with the “X-DGAutoCheck-Signature” header to verify that DG AutoCheck is the sender of the webhook request.</p>\n<p>Although this step is optional, we strongly recommend it to improve security.</p>\n<p>You'll can use this 3-step procedure to validate an individual webhook request to ensure it was sent by DG AutoCheck.</p>\n<p><strong>1. Get Verification Token</strong></p>\n<p>In order to verify the X-DGAutoCheck-Signature header value, you'll first need to obtain the Verification Token for your account from DG AutoCheck.</p>\n<p>Every webhook request sent to your endpoint URL will use the same verification token. This token won't change for your account.</p>\n<p><strong>2. Calculate sha256 Hash</strong></p>\n<p>Once you have the verification token, Calculate the sha256 hash of the request body that was received using verification token. Do not convert the request body to any other type of object; if the library you're using automatically converts the request body to an object, look for a method to obtain the raw request body as text.<br />Calculated sha256 should match the one from the X-DGAutoCheck-Signature header.</p>\n<p><strong>3. Custom Headers</strong></p>\n<p>You can add your custom headers up to 4 for your webhooks. You can do this at top level for your all webhooks or for a specific webhook. If you set your custom headers at webhook level, then they will suppress global ones and they will only be sent for that webhook.</p>\n<img src=\"https://content.pstmn.io/6f5e35ed-6046-4e38-829e-606b86fb0609/aW1hZ2UucG5n\" alt=\"An%20Example%20Automation\" width=\"1172\" height=\"509\" />\n\n<p>DG AutoCheck uses webhooks to compliment its API infrastructure. Webhooks are used to send very simple messages to an integrating system to alert that system that something has happened, and to avoid that system having to continually pole DG AutoCheck to look for activity.</p>\n<p>A web hook message will contain the event type and acceptance check identifier. The integrator can then use this detail to make an API call to DG AutoCheck to get more details. So for example when an acceptance check passes DG AutoCheck will generate an event that will send a message to the subscriber listener URL. This message will contain the event type “Acceptance Check Passed” and an “Acceptance Check Reference” only. The subscriber can the use the Acceptance Check reference to call the get XSDG API method.</p>\n<img src=\"https://content.pstmn.io/7d0f661d-2d4e-49d0-993d-dc5c2e61385f/c3lzdGVtX2ludGVncmF0aW9uX2RnX2F1dG9jaGVja19pbml0aWF0ZWQucG5n\" width=\"1398\" height=\"732\" />\n\n<p><strong>There are various events that the can be subscribed to in DG AutoCheck.</strong></p>\n<p>These include:</p>\n<p>• Acceptance Check Created - XSDG creates the AC at the same time as it creates it, but the API and File upload have the DGD data available later.</p>\n<p>• DGD OCR Completed</p>\n<p>• XSDG Imported</p>\n<p>• Acceptance Check Conflicted (Can happen when website / tablet become out of sync, which is essentially another creation hook)</p>\n<p>• Verification Started</p>\n<p>• Verification Completed</p>\n<p>• Documentation Check Started</p>\n<p>• Documentation Check Completed</p>\n<p>• Acceptance Check Failed</p>\n<p>• Acceptance Check Passed</p>\n<p><strong>DG AutoCheck – Example Payload</strong></p>\n<p>The payload sent to the listener Url has 4 parameters:</p>\n<ol>\n<li><p><strong>attempt</strong>: the retry attempt sequence</p>\n</li>\n<li><p><strong>eventLogId</strong>: a GUID used to find events in the logging of webhooks in DG AutoCheck</p>\n</li>\n<li><p><strong>event:</strong> The reference of the event being sent.</p>\n</li>\n<li><p><strong>acceptanceCheckId</strong>: The reference to the acceptance check that generated the event. This reference can be used in conjunction with the DG AutoCheck APIs to gather more information.</p>\n</li>\n</ol>\n<p>The events supported in the version 1 release are as follows:</p>\n<ol>\n<li><p><strong>acceptance-check-created</strong><br /> Acceptance Check Created - XSDG creates the AC at the same time as it creates it, but the API and File upload have the DGD data available later.</p>\n</li>\n<li><p><strong>ocr-completed</strong><br /> Triggered when a DGD OCR scan has Completed</p>\n</li>\n<li><p><strong>xsdg-imported</strong><br /> Triggered when a XSDG has been Imported</p>\n</li>\n<li><p><strong>acceptance-check-conflicted</strong><br /> Acceptance Check Conflicted (Can happen when website / tablet become out of sync, which is essentially another creation hook)</p>\n</li>\n<li><p><strong>verification-started</strong></p>\n</li>\n<li><p><strong>verification-completed</strong></p>\n</li>\n<li><p><strong>documentation-check-started</strong></p>\n</li>\n<li><p><strong>documentation-check-completed</strong></p>\n</li>\n<li><p><strong>acceptance-check-completed</strong></p>\n</li>\n<li><p><strong>acceptance-check-failed</strong></p>\n</li>\n<li><p><strong>acceptance-check-passed</strong></p>\n</li>\n</ol>\n<p><strong>Verification Token:</strong> efb7e0030e6cef1b45d3d74a67881a2b</p>\n<p><strong>Header:</strong></p>\n<p><strong>X-DGAutoCheck-Signature header:</strong> 31f3204561293844f07d8ce63b39f02d</p>\n<p><strong>X-TimeStamp:</strong> “2011-08-12T20:17:46.384Z”</p>\n<p><strong>X-Custom-Header-Name:</strong> \"Custom-Header-Value\"</p>\n<p><strong>Raw Payload:</strong></p>\n<p>{\"eventLogId\": “db82366d-cf94-4816-947f-55935ba21e98”,\"event\": \"acceptance-check-passed\",\"acceptanceCheckId\": \"Dwl3r\"}</p>\n<p><strong>JSON formatted Payload:</strong></p>\n<p>{<br />\"attempt\": 1,<br />\"eventLogId\": \"db82366d-cf94-4816-947f-55935ba21e98\",<br />\"event\": \"acceptance-check-passed\",<br />\"acceptanceCheckId\": \"Dwl3r\"<br />}</p>\n<p><strong>sha256 check on :</strong></p>\n<p>“X-DGAutoCheck-Signature” = sha256(“VerificationSignature”, “Raw Payload”)</p>\n<p><strong>Webhook Retries</strong></p>\n<p>All webhook requests are logged in the Web Service Portal. DG AutoCheck automatically retries a webhook up to 5 times with an exponential back-off.</p>\n<p>The system makes 5 attempts in total:</p>\n<ul>\n<li><p>Initial request</p>\n</li>\n<li><p>Retry-1: 1 minute after initial request</p>\n</li>\n<li><p>Retry-2: 5 minutes after Retry-1</p>\n</li>\n<li><p>Retry-3: 15 minutes after Retry-2</p>\n</li>\n<li><p>Retry-4: 60 minutes after Retry-3</p>\n</li>\n</ul>\n<p>If an event fails to send in that 81-minutes window, an email is sent to the registered failure email, if provided in the Web Services configuration.</p>\n","event":[{"listen":"prerequest","script":{"id":"cfd9cb5b-4dbb-484a-b29d-b269c990614e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1dda92ae-5a2b-4d4d-86d8-d7d130f42d53","type":"text/javascript","exec":[""]}}],"_postman_id":"13e87771-0321-41cc-9a00-bd3d4895a8a6","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}}},{"name":"API Integrators","item":[{"name":"Create","id":"705941c6-c82c-4f34-bb87-48c434e017e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"officeIdentifier","value":"","type":"text","description":"<p>A unique identifier that is fixed for the lifetime of that office. Case sensitive.</p>\n"},{"key":"officeName","value":"","type":"text","description":"<p>Optional: Name to be associated with the officeIdentifier. If not provided, the office name will not be set.</p>\n"},{"key":"userIdentifier","value":"","type":"text","description":"<p>Optional: An identifier unique to the user that will be accountable for all actions while processing acceptance checks. If provided, a one time use URL will be generated.</p>\n"},{"key":"userName","value":"","type":"text","description":"<p>Optional: Name to be associated with the userIdentifier. If not provided, the user's name will not be set.</p>\n"}]},"url":"/api/v1/acceptance-checks","description":"<p>Register an acceptance check with DG AutoCheck. The only required parameter is officeIdentifier. Everything thereafter is optional.</p>\n<p>When a userIdentifier is provided in the querystring, a one time use URL is created for the user to access the acceptance check. Users are created automatically if no user exists with that identifier already. Users are automatically assigned to the office of the acceptance check.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Manage permissions required</p>\n<p>API Integrator license type required.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1d280478-df90-4460-af65-e328f00d51aa","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"officeIdentifier","value":"office-a","type":"text","description":"A unique identifier that is fixed for the lifetime of that office. Case sensitive."},{"key":"officeName","value":"","type":"text","description":"Optional: Name to be associated with the officeIdentifier. Optional, if not provided the office name will not be set."},{"key":"userIdentifier","value":"","type":"text","description":"Optional: An identifier unique to the user that will be accountable for all actions while processing acceptance checks. If provided a one time use URL will be generated."},{"key":"userName","value":"","type":"text","description":"Optional: Name to be associated with the userIdentifier. Optional, if not provided the user's name will not be set."}]},"url":"/api/v1/acceptance-checks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_links\": [\n        {\n            \"description\": \"Self\",\n            \"method\": \"GET\",\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\n        },\n        {\n            \"description\": \"Scan DGD PDF\",\n            \"method\": \"PUT\",\n            \"url\": \"/api/v1/acceptance-checks/aaaa/scan-dgd/pdf\"\n        },\n        {\n            \"description\": \"Request URL\",\n            \"method\": \"POST\",\n            \"url\": \"/api/v1/acceptance-checks/aaaa/request-url\"\n        }\n    ],\n    \"acceptanceCheckId\": \"aaaa\",\n    \"requestedUrl\": null,\n    \"acceptanceCheckStatus\": \"awaiting-file\"\n}"},{"id":"a2dea64c-4f98-48e6-91d1-53ef611f8201","name":"400 - Bad Request (Missing required properties)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"officeIdentifier","value":"","type":"text"},{"key":"officeName","value":"","type":"text"},{"key":"userIdentifier","value":"","type":"text"},{"key":"userName","value":"","type":"text"}]},"url":"/api/v1/acceptance-checks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"officeIdentifier\": [\n        \"officeIdentifier required\"\n    ]\n}"}],"_postman_id":"705941c6-c82c-4f34-bb87-48c434e017e4"},{"name":"Request Url","id":"a80742bc-417c-427c-865b-6c9a68e95c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userIdentifier","value":"","type":"text","description":"<p>An identifier unique to the user that will be accountable for all actions while processing acceptance checks. If provided, a one time use URL will be generated.</p>\n"},{"key":"userName","value":"","type":"text","description":"<p>Optional: Name to be associated with the userIdentifier. If not provided, the user's name will not be set.</p>\n"}]},"url":"/api/v1/acceptance-checks/:acceptanceCheckId/request-url","description":"<p>Create a new one time usage URL to access the relevant acceptance check.</p>\n<p>URLs expire after 10 minutes.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Manage permissions required</p>\n<p>API Integrator license type required.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","request-url"],"host":[""],"query":[],"variable":[{"id":"7e63ceca-8b8c-4f1d-ace8-ff4d063a0107","type":"string","value":"","key":"acceptanceCheckId"}]}},"response":[{"id":"5cb890a0-9da4-420b-9c34-69df70cefa41","name":"400 - Bad Request (Missing required parameters)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userIdentifier","value":"","type":"text","description":"An identifier unique to the user that will be accountable for all actions while processing acceptance checks. If provided a one time use URL will be generated."},{"key":"userName","value":"","type":"text","description":"Optional: Name to be associated with the userIdentifier. Optional, if not provided the user's name will not be set."}]},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/request-url","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","request-url"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"userIdentifier\": [\n        \"userIdentifier required\"\n    ]\n}"},{"id":"d7813a48-124a-4a30-9182-663d3cf1ce70","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userIdentifier","value":"","type":"text","description":"An identifier unique to the user that will be accountable for all actions while processing acceptance checks. If provided a one time use URL will be generated."},{"key":"userName","value":"","type":"text","description":"Optional: Name to be associated with the userIdentifier. Optional, if not provided the user's name will not be set."}]},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/request-url","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","request-url"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_links\": [\n        {\n            \"description\": \"Self\",\n            \"method\": \"GET\",\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\n        },\n        {\n            \"description\": \"Scan DGD PDF\",\n            \"method\": \"PUT\",\n            \"url\": \"/api/v1/acceptance-checks/aaaa/scan-dgd/pdf\"\n        }\n    ],\n    \"requestedUrl\": \"/acceptance-check/access/aaaa\"\n}"}],"_postman_id":"a80742bc-417c-427c-865b-6c9a68e95c6e"},{"name":"Import XSDG","id":"60052aa1-e7d2-40b5-94cb-295a48cdda2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<rsm:ShippersDeclarationForDangerousGoods xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n    xmlns:rsm=\"iata:shippersdeclarationfordangerousgoods:1\"\r\n    xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\r\n    xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\r\n    xmlns:ram=\"iata:datamodel:3\"\r\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xsi:schemaLocation=\"iata:shippersdeclarationfordangerousgoods:1 ShippersDeclarationForDangerousGoods_2p0.xsd\">\r\n\t<rsm:MessageHeaderDocument>\r\n\t\t<ram:ID>020-91717533_CAO-D_RAD_Special</ram:ID>\r\n\t\t<ram:Name>Dangerous goods declaration</ram:Name>\r\n\t\t<ram:TypeCode>890</ram:TypeCode>\r\n\t\t<ram:IssueDateTime>2018-03-28T14:53:23</ram:IssueDateTime>\r\n\t\t<ram:PurposeCode>Creation</ram:PurposeCode>\r\n\t\t<ram:VersionID>4.00</ram:VersionID>\r\n\t\t<ram:ConversationID>201806182</ram:ConversationID>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t</rsm:MessageHeaderDocument>\r\n\t<rsm:BusinessHeaderDocument>\r\n\t\t<ram:ProcessType>D</ram:ProcessType> \r\n\t\t<ram:SignatoryConsignorAuthentication>\r\n\t\t\t<ram:ActualDateTime>2018-04-01T00:00:00</ram:ActualDateTime>\r\n\t\t\t<ram:Statement>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:Statement>\r\n\t\t\t<ram:Signatory>ANY SIGNATURE in UPPERCASE</ram:Signatory>\r\n\t\t\t<ram:IssueAuthenticationLocation>\r\n\t\t\t\t<ram:Name></ram:Name>\r\n\t\t\t</ram:IssueAuthenticationLocation>\r\n\t\t\t<ram:ProviderConsignorAuthenticationParty>\r\n\t\t\t\t<ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t\t\t<ram:PersonName>My Name</ram:PersonName>\r\n\t\t\t\t</ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t</ram:ProviderConsignorAuthenticationParty>\r\n\t\t</ram:SignatoryConsignorAuthentication>\r\n\t</rsm:BusinessHeaderDocument>\r\n\t<rsm:MasterConsignment>\r\n\t\t<ram:IncludedHouseConsignment>\r\n\t\t\t<ram:ConsignorAssignedID>CAO-D_RAD_Special</ram:ConsignorAssignedID>\r\n\t\t\t<ram:ConsignorParty>\r\n\t\t\t\t<ram:PrimaryID>UnknownPrimaryID</ram:PrimaryID>\r\n\t\t\t\t<ram:AdditionalID schemeAgencyID=\"1\">UnknownAdditionalID</ram:AdditionalID>\r\n\t\t\t\t<ram:Name>Lufthansa Service Center </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:PostcodeCode>27599</ram:PostcodeCode>\r\n\t\t\t\t\t<ram:StreetName>Any Street Cargo City Sourth</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Frankfurt am Main</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>DE</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Germany</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>919-962-5712</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsignorParty>\r\n\t\t\t<ram:ConsigneeParty>\r\n\t\t\t\t<ram:Name>Any Person of Consignee </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:StreetName>1 Main Street</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Barcelona City</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>ES</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Spain</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>123.456.789</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsigneeParty>\r\n\r\n\t\t\t<ram:OriginLocation>\r\n\r\n\t\t\t\t<ram:ID>FRA</ram:ID>\r\n\t\t\t\t<ram:Name>Frankfurt am Main Airport City</ram:Name>\r\n\t\t\t</ram:OriginLocation>\r\n\t\t\t<ram:FinalDestinationLocation>\r\n\r\n\t\t\t\t<ram:ID>PEK</ram:ID>\r\n\t\t\t\t<ram:Name>Bei Jing Shi Wang Fu Jing</ram:Name>\r\n\t\t\t</ram:FinalDestinationLocation>\r\n\r\n\t\t\t<ram:HandlingInstructions>\r\n\t\t\t\t<ram:Description>Test Display and print of TechnicalName, SupplementaryInformation, Explosive, RQ, CSI, FissileException, PhysicalChemicalForm, SpecialFormIndicator, LowDispersibleIndicator </ram:Description> \r\n\t\t\t\t<ram:ExclusiveUsageIndicator>true</ram:ExclusiveUsageIndicator>\r\n\t\t\t</ram:HandlingInstructions>\r\n\t\t\t<ram:AssociatedReferenceDocument>\r\n\t\t\t\t<ram:ID>020-91717533</ram:ID>\r\n\t\t\t\t<ram:TypeCode>740</ram:TypeCode>\r\n\t\t\t\t<ram:Name>Air Waybill</ram:Name>\r\n\t\t\t</ram:AssociatedReferenceDocument>\r\n\t\t\t<ram:RelatedCommercialTradeTransaction>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2915</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and PhsyicalChemicalForm and Authorization</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<!-- ram:PackagingDangerLevelCode>III</ram:PackagingDangerLevelCode -->\r\n\t\t\t\t\t\t\t\t<!-- ram:PackingInstructionTypeCode>203</ram:PackingInstructionTypeCode-->\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 1 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 2 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Cert. 222</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>I-WHITE</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.1</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>false</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>false</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and Authorization and 2 ISOTOP</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.2</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">458.123</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.3</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:CriticalitySafetyIndexNumeric>2.3</ram:CriticalitySafetyIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:FissileExceptionIndicator>Fissile Rules Any Nr 1.12</ram:FissileExceptionIndicator>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">200</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>metal solid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.4</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>I-131</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Ibla-130</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">100</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Special Form</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>true</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Waste, empty uncleaned</ram:SupplementaryInformation>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN0012</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>130</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>1.4</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"KGM\">5</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>CARTRIDGES FOR WEAPONS, INERT PROJECTILE</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ExplosiveCompatibilityGroupCode>S</ram:ExplosiveCompatibilityGroupCode>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Supplementary and Reportable</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">2.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\t\t\t\t\r\n\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>A littel more Supplementary Information for Print and for Screen</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>2</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>Not All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.8</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">11</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">12.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">13.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>3</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.6</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">21</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">22.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">23.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>4</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">51.0</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">53</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one with NEQ 0.7</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t</ram:RelatedCommercialTradeTransaction>\r\n\t\t\t<ram:ApplicableTransportDangerousGoods>\r\n\t\t\t\t<ram:HazardTypeCode>RADIOACTIVE</ram:HazardTypeCode>\r\n\t\t\t\t<ram:AircraftLimitationInformation>CARGO AIRCRAFT ONLY</ram:AircraftLimitationInformation>\r\n\t\t\t\t<ram:ComplianceDeclarationInformation>Failure to comply in all respects with the applicable Dangerous Goods Regulations may be in breach of the applicable law, subject to legal penalties</ram:ComplianceDeclarationInformation>\r\n\t\t\t\t<ram:ShipperDeclarationInformation>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:ShipperDeclarationInformation>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>US Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY US +1 074 98660071</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>International Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY Int. +1 074 98660072</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\t\t\t\t\r\n\t\t\t</ram:ApplicableTransportDangerousGoods>\r\n\t\t</ram:IncludedHouseConsignment>\r\n\t</rsm:MasterConsignment>\r\n</rsm:ShippersDeclarationForDangerousGoods>\r\n"},"url":"/api/v1/acceptance-checks/:acceptanceCheckId/import/xsdg","description":"<p>Import XSDG XML as the body of the request to the stated acceptance check.</p>\n<p>XSDGs will be validated upon upload, if it does not meet the XSDG requirements a list of errors will be returned.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Manage permissions required</p>\n<p>API Integrator license type required.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","import","xsdg"],"host":[""],"query":[],"variable":[{"id":"a6cef052-7ce9-4a37-9f41-205551f216ba","type":"string","value":"","key":"acceptanceCheckId"}]}},"response":[{"id":"12333918-e613-482e-87d0-0d150d1f9793","name":"400 - XSDG Validation Failed","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<rsm:ShippersDeclarationForDangerousGoods xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n    xmlns:rsm=\"iata:shippersdeclarationfordangerousgoods:1\"\r\n    xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\r\n    xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\r\n    xmlns:ram=\"iata:datamodel:3\"\r\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xsi:schemaLocation=\"iata:shippersdeclarationfordangerousgoods:1 ShippersDeclarationForDangerousGoods_2p0.xsd\">\r\n\t<rsm:MessageHeaderDocument>\r\n\t\t<ram:ID>020-91717533_CAO-D_RAD_Special</ram:ID>\r\n\t\t<ram:Name>Dangerous goods declaration</ram:Name>\r\n\t\t<ram:TypeCode>890</ram:TypeCode>\r\n\t\t<ram:IssueDateTime>2018-03-28T14:53:23</ram:IssueDateTime>\r\n\t\t<ram:PurposeCode>Creation</ram:PurposeCode>\r\n\t\t<ram:VersionID>4.00</ram:VersionID>\r\n\t\t<ram:ConversationID>201806182</ram:ConversationID>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t</rsm:MessageHeaderDocument>\r\n\t<rsm:BusinessHeaderDocument>\r\n\t\t<ram:ProcessType>D</ram:ProcessType> \r\n\t\t<ram:SignatoryConsignorAuthentication>\r\n\t\t\t<ram:ActualDateTime>2018-04-01T00:00:00</ram:ActualDateTime>\r\n\t\t\t<ram:Statement>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:Statement>\r\n\t\t\t<ram:Signatory>ANY SIGNATURE in UPPERCASE</ram:Signatory>\r\n\t\t\t<ram:IssueAuthenticationLocation>\r\n\t\t\t\t<ram:Name></ram:Name>\r\n\t\t\t</ram:IssueAuthenticationLocation>\r\n\t\t\t<ram:ProviderConsignorAuthenticationParty>\r\n\t\t\t\t<ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t\t\t<ram:PersonName>My Name</ram:PersonName>\r\n\t\t\t\t</ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t</ram:ProviderConsignorAuthenticationParty>\r\n\t\t</ram:SignatoryConsignorAuthentication>\r\n\t</rsm:BusinessHeaderDocument>\r\n\t<rsm:MasterConsignment>\r\n\t\t<ram:IncludedHouseConsignment>\r\n\t\t\t<ram:ConsignorAssignedID>CAO-D_RAD_Special</ram:ConsignorAssignedID>\r\n\t\t\t<ram:ConsignorParty>\r\n\t\t\t\t<ram:PrimaryID>UnknownPrimaryID</ram:PrimaryID>\r\n\t\t\t\t<ram:AdditionalID schemeAgencyID=\"1\">UnknownAdditionalID</ram:AdditionalID>\r\n\t\t\t\t<ram:Name>Lufthansa Service Center </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:PostcodeCode>27599</ram:PostcodeCode>\r\n\t\t\t\t\t<ram:StreetName>Any Street Cargo City Sourth</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Frankfurt am Main</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>DE</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Germany</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>919-962-5712</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsignorParty>\r\n\t\t\t<ram:ConsigneeParty>\r\n\t\t\t\t<ram:Name>Any Person of Consignee </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:StreetName>1 Main Street</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Barcelona City</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>ES</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Spain</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>123.456.789</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsigneeParty>\r\n\r\n\t\t\t<ram:OriginLocation>\r\n\r\n\t\t\t\t<ram:ID>FRA</ram:ID>\r\n\t\t\t\t<ram:Name>Frankfurt am Main Airport City</ram:Name>\r\n\t\t\t</ram:OriginLocation>\r\n\t\t\t<ram:FinalDestinationLocation>\r\n\r\n\t\t\t\t<ram:ID>PEK</ram:ID>\r\n\t\t\t\t<ram:Name>Bei Jing Shi Wang Fu Jing</ram:Name>\r\n\t\t\t</ram:FinalDestinationLocation>\r\n\r\n\t\t\t<ram:HandlingInstructions>\r\n\t\t\t\t<ram:Description>Test Display and print of TechnicalName, SupplementaryInformation, Explosive, RQ, CSI, FissileException, PhysicalChemicalForm, SpecialFormIndicator, LowDispersibleIndicator </ram:Description> \r\n\t\t\t\t<ram:ExclusiveUsageIndicator>true</ram:ExclusiveUsageIndicator>\r\n\t\t\t</ram:HandlingInstructions>\r\n\t\t\t<ram:AssociatedReferenceDocument>\r\n\t\t\t\t<ram:ID>020-91717533</ram:ID>\r\n\t\t\t\t<ram:TypeCode>740</ram:TypeCode>\r\n\t\t\t\t<ram:Name>Air Waybill</ram:Name>\r\n\t\t\t</ram:AssociatedReferenceDocument>\r\n\t\t\t<ram:RelatedCommercialTradeTransaction>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2915</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and PhsyicalChemicalForm and Authorization</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<!-- ram:PackagingDangerLevelCode>III</ram:PackagingDangerLevelCode -->\r\n\t\t\t\t\t\t\t\t<!-- ram:PackingInstructionTypeCode>203</ram:PackingInstructionTypeCode-->\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 1 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 2 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Cert. 222</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>I-WHITE</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.1</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>false</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>false</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and Authorization and 2 ISOTOP</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.2</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">458.123</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.3</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:CriticalitySafetyIndexNumeric>2.3</ram:CriticalitySafetyIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:FissileExceptionIndicator>Fissile Rules Any Nr 1.12</ram:FissileExceptionIndicator>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">200</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>metal solid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.4</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>I-131</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Ibla-130</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">100</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Special Form</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>true</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Waste, empty uncleaned</ram:SupplementaryInformation>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN0012</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>130</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>1.4</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"KGM\">5</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>CARTRIDGES FOR WEAPONS, INERT PROJECTILE</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ExplosiveCompatibilityGroupCode>S</ram:ExplosiveCompatibilityGroupCode>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Supplementary and Reportable</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">2.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\t\t\t\t\r\n\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>A littel more Supplementary Information for Print and for Screen</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>2</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>Not All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.8</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">11</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">12.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">13.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>3</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.6</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">21</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">22.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">23.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>4</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">51.0</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">53</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one with NEQ 0.7</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t</ram:RelatedCommercialTradeTransaction>\r\n\t\t\t<ram:ApplicableTransportDangerousGoods>\r\n\t\t\t\t<ram:HazardTypeCode>RADIOACTIVE</ram:HazardTypeCode>\r\n\t\t\t\t<ram:AircraftLimitationInformation>CARGO AIRCRAFT ONLY</ram:AircraftLimitationInformation>\r\n\t\t\t\t<ram:ComplianceDeclarationInformation>Failure to comply in all respects with the applicable Dangerous Goods Regulations may be in breach of the applicable law, subject to legal penalties</ram:ComplianceDeclarationInformation>\r\n\t\t\t\t<ram:ShipperDeclarationInformation>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:ShipperDeclarationInformation>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>US Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY US +1 074 98660071</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>International Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY Int. +1 074 98660072</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\t\t\t\t\r\n\t\t\t</ram:ApplicableTransportDangerousGoods>\r\n\t\t</ram:IncludedHouseConsignment>\r\n\t</rsm:MasterConsignment>\r\n</rsm:ShippersDeclarationForDangerousGoods>\r\n"},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/import/xsdg","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","import","xsdg"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"body\": [\n  \"84,8: The element 'IncludedHouseConsignment' in namespace 'iata:datamodel:3' has invalid child element 'OriginLocation' in namespace 'iata:datamodel:3'. List of possible elements expected: 'SpecifiedLogisticsTransportMovement, UtilizedLogisticsTransportEquipment, HandlingInstructions, AssociatedReferenceDocument, FinalDestinationCountry, ExportCountry, RelatedCommercialTradeTransaction' in namespace 'iata:datamodel:3'.\"\n ]\n}"},{"id":"663fcbc6-276e-4198-9315-3dec5b9248c2","name":"400 - XSDG missing","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<rsm:ShippersDeclarationForDangerousGoods xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n    xmlns:rsm=\"iata:shippersdeclarationfordangerousgoods:1\"\r\n    xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\r\n    xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\r\n    xmlns:ram=\"iata:datamodel:3\"\r\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xsi:schemaLocation=\"iata:shippersdeclarationfordangerousgoods:1 ShippersDeclarationForDangerousGoods_2p0.xsd\">\r\n\t<rsm:MessageHeaderDocument>\r\n\t\t<ram:ID>020-91717533_CAO-D_RAD_Special</ram:ID>\r\n\t\t<ram:Name>Dangerous goods declaration</ram:Name>\r\n\t\t<ram:TypeCode>890</ram:TypeCode>\r\n\t\t<ram:IssueDateTime>2018-03-28T14:53:23</ram:IssueDateTime>\r\n\t\t<ram:PurposeCode>Creation</ram:PurposeCode>\r\n\t\t<ram:VersionID>4.00</ram:VersionID>\r\n\t\t<ram:ConversationID>201806182</ram:ConversationID>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t</rsm:MessageHeaderDocument>\r\n\t<rsm:BusinessHeaderDocument>\r\n\t\t<ram:ProcessType>D</ram:ProcessType> \r\n\t\t<ram:SignatoryConsignorAuthentication>\r\n\t\t\t<ram:ActualDateTime>2018-04-01T00:00:00</ram:ActualDateTime>\r\n\t\t\t<ram:Statement>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:Statement>\r\n\t\t\t<ram:Signatory>ANY SIGNATURE in UPPERCASE</ram:Signatory>\r\n\t\t\t<ram:IssueAuthenticationLocation>\r\n\t\t\t\t<ram:Name></ram:Name>\r\n\t\t\t</ram:IssueAuthenticationLocation>\r\n\t\t\t<ram:ProviderConsignorAuthenticationParty>\r\n\t\t\t\t<ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t\t\t<ram:PersonName>My Name</ram:PersonName>\r\n\t\t\t\t</ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t</ram:ProviderConsignorAuthenticationParty>\r\n\t\t</ram:SignatoryConsignorAuthentication>\r\n\t</rsm:BusinessHeaderDocument>\r\n\t<rsm:MasterConsignment>\r\n\t\t<ram:IncludedHouseConsignment>\r\n\t\t\t<ram:ConsignorAssignedID>CAO-D_RAD_Special</ram:ConsignorAssignedID>\r\n\t\t\t<ram:ConsignorParty>\r\n\t\t\t\t<ram:PrimaryID>UnknownPrimaryID</ram:PrimaryID>\r\n\t\t\t\t<ram:AdditionalID schemeAgencyID=\"1\">UnknownAdditionalID</ram:AdditionalID>\r\n\t\t\t\t<ram:Name>Lufthansa Service Center </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:PostcodeCode>27599</ram:PostcodeCode>\r\n\t\t\t\t\t<ram:StreetName>Any Street Cargo City Sourth</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Frankfurt am Main</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>DE</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Germany</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>919-962-5712</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsignorParty>\r\n\t\t\t<ram:ConsigneeParty>\r\n\t\t\t\t<ram:Name>Any Person of Consignee </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:StreetName>1 Main Street</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Barcelona City</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>ES</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Spain</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>123.456.789</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsigneeParty>\r\n\r\n\t\t\t<ram:OriginLocation>\r\n\r\n\t\t\t\t<ram:ID>FRA</ram:ID>\r\n\t\t\t\t<ram:Name>Frankfurt am Main Airport City</ram:Name>\r\n\t\t\t</ram:OriginLocation>\r\n\t\t\t<ram:FinalDestinationLocation>\r\n\r\n\t\t\t\t<ram:ID>PEK</ram:ID>\r\n\t\t\t\t<ram:Name>Bei Jing Shi Wang Fu Jing</ram:Name>\r\n\t\t\t</ram:FinalDestinationLocation>\r\n\r\n\t\t\t<ram:HandlingInstructions>\r\n\t\t\t\t<ram:Description>Test Display and print of TechnicalName, SupplementaryInformation, Explosive, RQ, CSI, FissileException, PhysicalChemicalForm, SpecialFormIndicator, LowDispersibleIndicator </ram:Description> \r\n\t\t\t\t<ram:ExclusiveUsageIndicator>true</ram:ExclusiveUsageIndicator>\r\n\t\t\t</ram:HandlingInstructions>\r\n\t\t\t<ram:AssociatedReferenceDocument>\r\n\t\t\t\t<ram:ID>020-91717533</ram:ID>\r\n\t\t\t\t<ram:TypeCode>740</ram:TypeCode>\r\n\t\t\t\t<ram:Name>Air Waybill</ram:Name>\r\n\t\t\t</ram:AssociatedReferenceDocument>\r\n\t\t\t<ram:RelatedCommercialTradeTransaction>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2915</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and PhsyicalChemicalForm and Authorization</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<!-- ram:PackagingDangerLevelCode>III</ram:PackagingDangerLevelCode -->\r\n\t\t\t\t\t\t\t\t<!-- ram:PackingInstructionTypeCode>203</ram:PackingInstructionTypeCode-->\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 1 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 2 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Cert. 222</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>I-WHITE</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.1</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>false</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>false</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and Authorization and 2 ISOTOP</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.2</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">458.123</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.3</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:CriticalitySafetyIndexNumeric>2.3</ram:CriticalitySafetyIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:FissileExceptionIndicator>Fissile Rules Any Nr 1.12</ram:FissileExceptionIndicator>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">200</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>metal solid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.4</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>I-131</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Ibla-130</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">100</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Special Form</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>true</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Waste, empty uncleaned</ram:SupplementaryInformation>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN0012</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>130</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>1.4</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"KGM\">5</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>CARTRIDGES FOR WEAPONS, INERT PROJECTILE</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ExplosiveCompatibilityGroupCode>S</ram:ExplosiveCompatibilityGroupCode>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Supplementary and Reportable</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">2.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\t\t\t\t\r\n\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>A littel more Supplementary Information for Print and for Screen</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>2</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>Not All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.8</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">11</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">12.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">13.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>3</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.6</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">21</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">22.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">23.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>4</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">51.0</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">53</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one with NEQ 0.7</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t</ram:RelatedCommercialTradeTransaction>\r\n\t\t\t<ram:ApplicableTransportDangerousGoods>\r\n\t\t\t\t<ram:HazardTypeCode>RADIOACTIVE</ram:HazardTypeCode>\r\n\t\t\t\t<ram:AircraftLimitationInformation>CARGO AIRCRAFT ONLY</ram:AircraftLimitationInformation>\r\n\t\t\t\t<ram:ComplianceDeclarationInformation>Failure to comply in all respects with the applicable Dangerous Goods Regulations may be in breach of the applicable law, subject to legal penalties</ram:ComplianceDeclarationInformation>\r\n\t\t\t\t<ram:ShipperDeclarationInformation>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:ShipperDeclarationInformation>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>US Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY US +1 074 98660071</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>International Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY Int. +1 074 98660072</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\t\t\t\t\r\n\t\t\t</ram:ApplicableTransportDangerousGoods>\r\n\t\t</ram:IncludedHouseConsignment>\r\n\t</rsm:MasterConsignment>\r\n</rsm:ShippersDeclarationForDangerousGoods>\r\n"},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/import/xsdg","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","import","xsdg"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"body\": [\n  \"Please provide an XSDG in the body of the request\"\n ]\n}"},{"id":"d90ec4c0-28eb-400a-9985-eaeae6a52e7c","name":"403 - Acceptance Check not in awaiting-file status","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<rsm:ShippersDeclarationForDangerousGoods xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n    xmlns:rsm=\"iata:shippersdeclarationfordangerousgoods:1\"\r\n    xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\r\n    xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\r\n    xmlns:ram=\"iata:datamodel:3\"\r\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xsi:schemaLocation=\"iata:shippersdeclarationfordangerousgoods:1 ShippersDeclarationForDangerousGoods_2p0.xsd\">\r\n\t<rsm:MessageHeaderDocument>\r\n\t\t<ram:ID>020-91717533_CAO-D_RAD_Special</ram:ID>\r\n\t\t<ram:Name>Dangerous goods declaration</ram:Name>\r\n\t\t<ram:TypeCode>890</ram:TypeCode>\r\n\t\t<ram:IssueDateTime>2018-03-28T14:53:23</ram:IssueDateTime>\r\n\t\t<ram:PurposeCode>Creation</ram:PurposeCode>\r\n\t\t<ram:VersionID>4.00</ram:VersionID>\r\n\t\t<ram:ConversationID>201806182</ram:ConversationID>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t</rsm:MessageHeaderDocument>\r\n\t<rsm:BusinessHeaderDocument>\r\n\t\t<ram:ProcessType>D</ram:ProcessType> \r\n\t\t<ram:SignatoryConsignorAuthentication>\r\n\t\t\t<ram:ActualDateTime>2018-04-01T00:00:00</ram:ActualDateTime>\r\n\t\t\t<ram:Statement>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:Statement>\r\n\t\t\t<ram:Signatory>ANY SIGNATURE in UPPERCASE</ram:Signatory>\r\n\t\t\t<ram:IssueAuthenticationLocation>\r\n\t\t\t\t<ram:Name></ram:Name>\r\n\t\t\t</ram:IssueAuthenticationLocation>\r\n\t\t\t<ram:ProviderConsignorAuthenticationParty>\r\n\t\t\t\t<ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t\t\t<ram:PersonName>My Name</ram:PersonName>\r\n\t\t\t\t</ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t</ram:ProviderConsignorAuthenticationParty>\r\n\t\t</ram:SignatoryConsignorAuthentication>\r\n\t</rsm:BusinessHeaderDocument>\r\n\t<rsm:MasterConsignment>\r\n\t\t<ram:IncludedHouseConsignment>\r\n\t\t\t<ram:ConsignorAssignedID>CAO-D_RAD_Special</ram:ConsignorAssignedID>\r\n\t\t\t<ram:ConsignorParty>\r\n\t\t\t\t<ram:PrimaryID>UnknownPrimaryID</ram:PrimaryID>\r\n\t\t\t\t<ram:AdditionalID schemeAgencyID=\"1\">UnknownAdditionalID</ram:AdditionalID>\r\n\t\t\t\t<ram:Name>Lufthansa Service Center </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:PostcodeCode>27599</ram:PostcodeCode>\r\n\t\t\t\t\t<ram:StreetName>Any Street Cargo City Sourth</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Frankfurt am Main</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>DE</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Germany</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>919-962-5712</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsignorParty>\r\n\t\t\t<ram:ConsigneeParty>\r\n\t\t\t\t<ram:Name>Any Person of Consignee </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:StreetName>1 Main Street</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Barcelona City</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>ES</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Spain</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>123.456.789</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsigneeParty>\r\n\r\n\t\t\t<ram:OriginLocation>\r\n\r\n\t\t\t\t<ram:ID>FRA</ram:ID>\r\n\t\t\t\t<ram:Name>Frankfurt am Main Airport City</ram:Name>\r\n\t\t\t</ram:OriginLocation>\r\n\t\t\t<ram:FinalDestinationLocation>\r\n\r\n\t\t\t\t<ram:ID>PEK</ram:ID>\r\n\t\t\t\t<ram:Name>Bei Jing Shi Wang Fu Jing</ram:Name>\r\n\t\t\t</ram:FinalDestinationLocation>\r\n\r\n\t\t\t<ram:HandlingInstructions>\r\n\t\t\t\t<ram:Description>Test Display and print of TechnicalName, SupplementaryInformation, Explosive, RQ, CSI, FissileException, PhysicalChemicalForm, SpecialFormIndicator, LowDispersibleIndicator </ram:Description> \r\n\t\t\t\t<ram:ExclusiveUsageIndicator>true</ram:ExclusiveUsageIndicator>\r\n\t\t\t</ram:HandlingInstructions>\r\n\t\t\t<ram:AssociatedReferenceDocument>\r\n\t\t\t\t<ram:ID>020-91717533</ram:ID>\r\n\t\t\t\t<ram:TypeCode>740</ram:TypeCode>\r\n\t\t\t\t<ram:Name>Air Waybill</ram:Name>\r\n\t\t\t</ram:AssociatedReferenceDocument>\r\n\t\t\t<ram:RelatedCommercialTradeTransaction>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2915</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and PhsyicalChemicalForm and Authorization</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<!-- ram:PackagingDangerLevelCode>III</ram:PackagingDangerLevelCode -->\r\n\t\t\t\t\t\t\t\t<!-- ram:PackingInstructionTypeCode>203</ram:PackingInstructionTypeCode-->\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 1 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 2 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Cert. 222</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>I-WHITE</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.1</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>false</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>false</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and Authorization and 2 ISOTOP</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.2</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">458.123</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.3</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:CriticalitySafetyIndexNumeric>2.3</ram:CriticalitySafetyIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:FissileExceptionIndicator>Fissile Rules Any Nr 1.12</ram:FissileExceptionIndicator>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">200</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>metal solid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.4</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>I-131</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Ibla-130</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">100</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Special Form</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>true</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Waste, empty uncleaned</ram:SupplementaryInformation>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN0012</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>130</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>1.4</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"KGM\">5</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>CARTRIDGES FOR WEAPONS, INERT PROJECTILE</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ExplosiveCompatibilityGroupCode>S</ram:ExplosiveCompatibilityGroupCode>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Supplementary and Reportable</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">2.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\t\t\t\t\r\n\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>A littel more Supplementary Information for Print and for Screen</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>2</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>Not All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.8</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">11</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">12.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">13.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>3</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.6</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">21</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">22.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">23.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>4</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">51.0</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">53</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one with NEQ 0.7</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t</ram:RelatedCommercialTradeTransaction>\r\n\t\t\t<ram:ApplicableTransportDangerousGoods>\r\n\t\t\t\t<ram:HazardTypeCode>RADIOACTIVE</ram:HazardTypeCode>\r\n\t\t\t\t<ram:AircraftLimitationInformation>CARGO AIRCRAFT ONLY</ram:AircraftLimitationInformation>\r\n\t\t\t\t<ram:ComplianceDeclarationInformation>Failure to comply in all respects with the applicable Dangerous Goods Regulations may be in breach of the applicable law, subject to legal penalties</ram:ComplianceDeclarationInformation>\r\n\t\t\t\t<ram:ShipperDeclarationInformation>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:ShipperDeclarationInformation>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>US Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY US +1 074 98660071</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>International Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY Int. +1 074 98660072</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\t\t\t\t\r\n\t\t\t</ram:ApplicableTransportDangerousGoods>\r\n\t\t</ram:IncludedHouseConsignment>\r\n\t</rsm:MasterConsignment>\r\n</rsm:ShippersDeclarationForDangerousGoods>\r\n"},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/import/xsdg","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","import","xsdg"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"_links\": [\n  {\n   \"description\": \"Self\",\n   \"method\": \"GET\",\n   \"url\": \"/api/v1/acceptance-checks/aaaa\"\n  },\n  {\n   \"description\": \"Request URL\",\n   \"method\": \"POST\",\n   \"url\": \"/api/v1/acceptance-checks/aaaa/request-url\"\n  }\n ],\n \"message\": \"Acceptance Checks can only import XSDGs when in the \\\"awaiting-file\\\" status\",\n \"acceptanceCheckStatus\": \"awaiting-document-check\"\n}"},{"id":"6a61a11d-06d9-44c4-bd50-ff77395b24c1","name":"200 - XSDG imported","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<rsm:ShippersDeclarationForDangerousGoods xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n    xmlns:rsm=\"iata:shippersdeclarationfordangerousgoods:1\"\r\n    xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\r\n    xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\r\n    xmlns:ram=\"iata:datamodel:3\"\r\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xsi:schemaLocation=\"iata:shippersdeclarationfordangerousgoods:1 ShippersDeclarationForDangerousGoods_2p0.xsd\">\r\n\t<rsm:MessageHeaderDocument>\r\n\t\t<ram:ID>020-91717533_CAO-D_RAD_Special</ram:ID>\r\n\t\t<ram:Name>Dangerous goods declaration</ram:Name>\r\n\t\t<ram:TypeCode>890</ram:TypeCode>\r\n\t\t<ram:IssueDateTime>2018-03-28T14:53:23</ram:IssueDateTime>\r\n\t\t<ram:PurposeCode>Creation</ram:PurposeCode>\r\n\t\t<ram:VersionID>4.00</ram:VersionID>\r\n\t\t<ram:ConversationID>201806182</ram:ConversationID>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:SenderParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">INFR8DAK</ram:PrimaryID>\r\n\t\t</ram:SenderParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"P\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t\t<ram:RecipientParty>\r\n\t\t\t<ram:PrimaryID schemeID=\"C\">REUAIR08DLH</ram:PrimaryID>\r\n\t\t</ram:RecipientParty>\r\n\t</rsm:MessageHeaderDocument>\r\n\t<rsm:BusinessHeaderDocument>\r\n\t\t<ram:ProcessType>D</ram:ProcessType> \r\n\t\t<ram:SignatoryConsignorAuthentication>\r\n\t\t\t<ram:ActualDateTime>2018-04-01T00:00:00</ram:ActualDateTime>\r\n\t\t\t<ram:Statement>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:Statement>\r\n\t\t\t<ram:Signatory>ANY SIGNATURE in UPPERCASE</ram:Signatory>\r\n\t\t\t<ram:IssueAuthenticationLocation>\r\n\t\t\t\t<ram:Name></ram:Name>\r\n\t\t\t</ram:IssueAuthenticationLocation>\r\n\t\t\t<ram:ProviderConsignorAuthenticationParty>\r\n\t\t\t\t<ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t\t\t<ram:PersonName>My Name</ram:PersonName>\r\n\t\t\t\t</ram:DefinedConsignorAuthenticationContact>\r\n\t\t\t</ram:ProviderConsignorAuthenticationParty>\r\n\t\t</ram:SignatoryConsignorAuthentication>\r\n\t</rsm:BusinessHeaderDocument>\r\n\t<rsm:MasterConsignment>\r\n\t\t<ram:IncludedHouseConsignment>\r\n\t\t\t<ram:ConsignorAssignedID>CAO-D_RAD_Special</ram:ConsignorAssignedID>\r\n\t\t\t<ram:ConsignorParty>\r\n\t\t\t\t<ram:PrimaryID>UnknownPrimaryID</ram:PrimaryID>\r\n\t\t\t\t<ram:AdditionalID schemeAgencyID=\"1\">UnknownAdditionalID</ram:AdditionalID>\r\n\t\t\t\t<ram:Name>Lufthansa Service Center </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:PostcodeCode>27599</ram:PostcodeCode>\r\n\t\t\t\t\t<ram:StreetName>Any Street Cargo City Sourth</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Frankfurt am Main</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>DE</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Germany</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>919-962-5712</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsignorParty>\r\n\t\t\t<ram:ConsigneeParty>\r\n\t\t\t\t<ram:Name>Any Person of Consignee </ram:Name>\r\n\t\t\t\t<ram:PostalStructuredAddress>\r\n\t\t\t\t\t<ram:StreetName>1 Main Street</ram:StreetName>\r\n\t\t\t\t\t<ram:CityName>Barcelona City</ram:CityName>\r\n\t\t\t\t\t<ram:CountryID>ES</ram:CountryID>\r\n\t\t\t\t\t<ram:CountryName>Spain</ram:CountryName>\r\n\t\t\t\t</ram:PostalStructuredAddress>\r\n\t\t\t\t<ram:DefinedTradeContact>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>123.456.789</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:DefinedTradeContact>\r\n\t\t\t</ram:ConsigneeParty>\r\n\r\n\t\t\t<ram:OriginLocation>\r\n\r\n\t\t\t\t<ram:ID>FRA</ram:ID>\r\n\t\t\t\t<ram:Name>Frankfurt am Main Airport City</ram:Name>\r\n\t\t\t</ram:OriginLocation>\r\n\t\t\t<ram:FinalDestinationLocation>\r\n\r\n\t\t\t\t<ram:ID>PEK</ram:ID>\r\n\t\t\t\t<ram:Name>Bei Jing Shi Wang Fu Jing</ram:Name>\r\n\t\t\t</ram:FinalDestinationLocation>\r\n\r\n\t\t\t<ram:HandlingInstructions>\r\n\t\t\t\t<ram:Description>Test Display and print of TechnicalName, SupplementaryInformation, Explosive, RQ, CSI, FissileException, PhysicalChemicalForm, SpecialFormIndicator, LowDispersibleIndicator </ram:Description> \r\n\t\t\t\t<ram:ExclusiveUsageIndicator>true</ram:ExclusiveUsageIndicator>\r\n\t\t\t</ram:HandlingInstructions>\r\n\t\t\t<ram:AssociatedReferenceDocument>\r\n\t\t\t\t<ram:ID>020-91717533</ram:ID>\r\n\t\t\t\t<ram:TypeCode>740</ram:TypeCode>\r\n\t\t\t\t<ram:Name>Air Waybill</ram:Name>\r\n\t\t\t</ram:AssociatedReferenceDocument>\r\n\t\t\t<ram:RelatedCommercialTradeTransaction>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2915</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and PhsyicalChemicalForm and Authorization</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<!-- ram:PackagingDangerLevelCode>III</ram:PackagingDangerLevelCode -->\r\n\t\t\t\t\t\t\t\t<!-- ram:PackingInstructionTypeCode>203</ram:PackingInstructionTypeCode-->\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 1 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Certificate 8AM9888 3/B(U) attached 2 Special Form Certificate 8AM/7665/S-98 Type B(U) Package Cert. 222</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>I-WHITE</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.1</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>false</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>false</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Radioactive and Authorization and 2 ISOTOP</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.2</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">458.123</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>Y-90</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Yttrium</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">900.0</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Microspheres in sterile water solution, Liquid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t</ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.3</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:CriticalitySafetyIndexNumeric>2.3</ram:CriticalitySafetyIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:FissileExceptionIndicator>Fissile Rules Any Nr 1.12</ram:FissileExceptionIndicator>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>PO-210</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Polonium-210</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">200</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>metal solid</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN3332</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>7</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Radioactive material, Type A package, special form</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t\t\t<ram:TypeCode>II-Yellow</ram:TypeCode>\r\n\t\t\t\t\t\t\t\t\t<ram:TransportIndexNumeric>0.4</ram:TransportIndexNumeric>\r\n\t\t\t\t\t\t\t\t\t<ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t\t\t<ram:ID>I-131</ram:ID>\r\n\t\t\t\t\t\t\t\t\t\t<ram:Name>Ibla-130</ram:Name>\r\n\t\t\t\t\t\t\t\t        <ram:ActivityLevelMeasure unitCode=\"GBQ\">100</ram:ActivityLevelMeasure>\r\n\t\t\t\t\t\t\t\t\t    <ram:PhysicalChemicalFormNote>Special Form</ram:PhysicalChemicalFormNote>\r\n\t\t\t\t\t\t\t\t\t    <ram:SpecialFormIndicator>true</ram:SpecialFormIndicator>\r\n\t\t\t\t\t\t\t\t\t    <ram:LowDispersibleIndicator>true</ram:LowDispersibleIndicator>\r\n\t\t\t\t\t\t\t\t\t </ram:ApplicableRadioactiveIsotope>\r\n\t\t\t\t\t\t\t\t</ram:RadioactiveMaterial>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Waste, empty uncleaned</ram:SupplementaryInformation>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN2814</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>dengue virus</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>620</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>6.2</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"LTR\">1.01</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Infectious substance, affecting humans</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN0012</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>130</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>1.4</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure  unitCode=\"KGM\">5</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>CARTRIDGES FOR WEAPONS, INERT PROJECTILE</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:ExplosiveCompatibilityGroupCode>S</ram:ExplosiveCompatibilityGroupCode>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Supplementary and Reportable</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">2.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>Any supplementary Information</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:ReportableQuantity>RQ</ram:ReportableQuantity>\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\t\t\t\t\t\t\r\n\t\r\n\t\t\t\t\t<ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t\t\t<ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t\t\t<ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t\t\t<ram:UNDGIdentificationCode>UN1993</ram:UNDGIdentificationCode>\r\n\t\t\t\t\t\t\t\t<ram:TechnicalName>Ethanol and toluene mixture</ram:TechnicalName>\r\n\t\t\t\t\t\t\t\t<ram:PackagingDangerLevelCode>II</ram:PackagingDangerLevelCode>\r\n\t\t\t\t\t\t\t\t<ram:PackingInstructionTypeCode>353</ram:PackingInstructionTypeCode>\r\n\t\t\t\t\t\t\t\t<ram:HazardClassificationID>3</ram:HazardClassificationID>\r\n\t\t\t\t\t\t\t\t<ram:NetWeightMeasure unitCode=\"LTR\">0.25</ram:NetWeightMeasure>\r\n\t\t\t\t\t\t\t\t<ram:ProperShippingName>Flammable liquid, n.o.s.</ram:ProperShippingName>\r\n\t\t\t\t\t\t\t\t<ram:SupplementaryInformation>A littel more Supplementary Information for Print and for Screen</ram:SupplementaryInformation>\r\n\t\t\t\t\t\t\t\t<ram:AuthorizationInformation>Special Form Certificate 8AM/7665/S-98 attached</ram:AuthorizationInformation>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</ram:ApplicableProductDangerousGoods>\r\n\t\t\t\t\t\t</ram:SpecifiedProductRegulatedGoods>\r\n\t\t\t\t\t</ram:SpecifiedProductTradeDelivery>\r\n\t\t\t\t</ram:IncludedCommercialTradeLineItem>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>2</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>Not All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.8</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">11</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">12.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">13.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>3</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t<ram:QValueNumeric>0.6</ram:QValueNumeric>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">21</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:LengthMeasure unitCode=\"CMT\">22.0</ram:LengthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">23.01</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>4</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>4</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>5</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t<ram:WidthMeasure unitCode=\"CMT\">51.0</ram:WidthMeasure>\r\n\t\t\t\t\t\t<ram:HeightMeasure unitCode=\"CMT\">53</ram:HeightMeasure>\r\n\t\t\t\t\t</ram:LinearSpatialDimension>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>6</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>true</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t<ram:AllPackedInOneInformation>All packed in one with NEQ 0.7</ram:AllPackedInOneInformation>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>7</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>8</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>9</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\r\n\r\n\t\t\t\t<ram:SpecifiedLogisticsPackage>\r\n\t\t\t\t\t<ram:ItemQuantity>1</ram:ItemQuantity>\r\n\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t<ram:AllPackedInOneIndicator>false</ram:AllPackedInOneIndicator>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t\t<ram:TypeCode>4G</ram:TypeCode>\r\n\t\t\t\t\t\t<ram:Type>Fibreboard box</ram:Type>\r\n\t\t\t\t\t</ram:UsedSupplyChainPackaging>\r\n\t\t\t\t\t<ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t\t\t<ram:SequenceNumeric>10</ram:SequenceNumeric>\r\n\t\t\t\t\t</ram:IncludedPackagedTradeLineItem>\r\n\t\t\t\t</ram:SpecifiedLogisticsPackage>\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t</ram:RelatedCommercialTradeTransaction>\r\n\t\t\t<ram:ApplicableTransportDangerousGoods>\r\n\t\t\t\t<ram:HazardTypeCode>RADIOACTIVE</ram:HazardTypeCode>\r\n\t\t\t\t<ram:AircraftLimitationInformation>CARGO AIRCRAFT ONLY</ram:AircraftLimitationInformation>\r\n\t\t\t\t<ram:ComplianceDeclarationInformation>Failure to comply in all respects with the applicable Dangerous Goods Regulations may be in breach of the applicable law, subject to legal penalties</ram:ComplianceDeclarationInformation>\r\n\t\t\t\t<ram:ShipperDeclarationInformation>I hereby declare that the contents of this consignment are fully and accurately described above by the proper shipping name, and are classified, packaged, marked and labelled/placarded, and are in all respects in proper condition for transport according to applicable international and national governmental regulations. I declare that all of the applicable air transport requirements have been met.</ram:ShipperDeclarationInformation>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>US Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY US +1 074 98660071</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t<ram:EmergencyDangerousGoodsContact>\r\n\t\t\t\t\t<ram:PersonName>International Contact</ram:PersonName>\r\n\t\t\t\t\t<ram:DirectTelephoneCommunication>\r\n\t\t\t\t\t\t<ram:CompleteNumber>24h EMERGENCY Int. +1 074 98660072</ram:CompleteNumber>\r\n\t\t\t\t\t</ram:DirectTelephoneCommunication>\r\n\t\t\t\t</ram:EmergencyDangerousGoodsContact>\t\t\t\t\r\n\t\t\t</ram:ApplicableTransportDangerousGoods>\r\n\t\t</ram:IncludedHouseConsignment>\r\n\t</rsm:MasterConsignment>\r\n</rsm:ShippersDeclarationForDangerousGoods>\r\n"},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/import/xsdg","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","import","xsdg"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"_links\": [\n  {\n   \"description\": \"Self\",\n   \"method\": \"GET\",\n   \"url\": \"/api/v1/acceptance-checks/aaaa\"\n  },\n  {\n   \"description\": \"Request URL\",\n   \"method\": \"POST\",\n   \"url\": \"/api/v1/acceptance-checks/aaaa/request-url\"\n  }\n ],\n \"acceptanceCheckStatus\": \"awaiting-document-check\"\n}"}],"_postman_id":"60052aa1-e7d2-40b5-94cb-295a48cdda2d"},{"name":"Scan DGD","id":"a91b873f-8cc6-4479-9770-652dd159defc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":"/api/v1/acceptance-checks/:acceptanceCheckId/scan-dgd/:format","description":"<p>Upload a DGD to be scanned in the body of this request. Formats accepted are: PDF</p>\n<p>Acceptance Checks must have the status of awaiting-file for the request to be accepted. See the examples for what happens if it is not.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>Manage permissions required</p>\n<p>API Integrator license type required.</p>\n<h2 id=\"coming-soon\">Coming soon</h2>\n<p>PDF is the only accepted format at this point in time. Image formats will be accepted soon. Please let us know if this is a high priority for you.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}},"urlObject":{"path":["api","v1","acceptance-checks",":acceptanceCheckId","scan-dgd",":format"],"host":[""],"query":[],"variable":[{"id":"a2a4fc1f-0923-47e6-8ce0-c3e5eed84f5f","type":"string","value":"","key":"acceptanceCheckId"},{"id":"a0d48fb5-0433-4762-9d96-48b4ce5905dd","description":{"content":"<p>Formats available: pdf</p>\n","type":"text/plain"},"type":"string","value":"","key":"format"}]}},"response":[{"id":"8044bdff-4218-4ac8-94f9-7e36045b3c74","name":"200 - File received","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/scan-dgd/:format","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","scan-dgd",":format"],"variable":[{"key":"acceptanceCheckId","value":"aaaa"},{"key":"format","value":"pdf","description":"Formats available: pdf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_links\": [\n        {\n            \"description\": \"Self\",\n            \"method\": \"GET\",\n            \"url\": \"/api/v1/acceptance-checks/aaaa\"\n        },\n        {\n            \"description\": \"Request URL\",\n            \"method\": \"POST\",\n            \"url\": \"/api/v1/acceptance-checks/aaaa/request-url\"\n        }\n    ],\n    \"acceptanceCheckStatus\": \"queued\"\n}"},{"id":"c45dc260-1b80-4e3b-8b1f-34c09d2ad74d","name":"403 - Scan DGD forbidden if not awaiting-file","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/scan-dgd/:format","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","scan-dgd",":format"],"variable":[{"key":"acceptanceCheckId","value":"qqqqq","description":"An acceptance check that does not have the status awaiting-file"},{"key":"format","value":"pdf","description":"Formats available: pdf"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_links\": [\n        {\n            \"description\": \"Self\",\n            \"method\": \"GET\",\n            \"url\": \"/api/v1/acceptance-checks/qqqq\"\n        },\n        {\n            \"description\": \"Request URL\",\n            \"method\": \"POST\",\n            \"url\": \"/api/v1/acceptance-checks/qqqq/request-url\"\n        }\n    ],\n    \"message\": \"Acceptance Checks can only receive DGD scans when in the \\\"awaiting-file\\\" status\",\n    \"acceptanceCheckStatus\": \"queued\"\n}"},{"id":"5264d1ee-1f20-4d84-b69b-66771cc0cfb8","name":"400 - Bad Request (File not sent)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/scan-dgd/:format","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","scan-dgd",":format"],"variable":[{"key":"acceptanceCheckId","value":"aaa"},{"key":"format","value":"pdf"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"body\": [\n        \"Please provide a file in the body of the request\"\n    ]\n}"},{"id":"4ec6715f-227d-4521-a13b-72fc31ee7cfc","name":"400 - Bad Request (Invalid file format)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":{"raw":"/api/v1/acceptance-checks/:acceptanceCheckId/scan-dgd/:format","host":[""],"path":["api","v1","acceptance-checks",":acceptanceCheckId","scan-dgd",":format"],"variable":[{"key":"acceptanceCheckId","value":"aaa"},{"key":"format","value":"jpg"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"format\": [\n        \"File format jpg is currently not supported. Please use one of: pdf\"\n    ]\n}"}],"_postman_id":"a91b873f-8cc6-4479-9770-652dd159defc"}],"id":"e577fd39-2181-4d21-afd0-74aa801395e5","description":"<p>This collection of endpoints is entirely related to the management of Acceptance Checks. The API can be used to create and process Acceptance Checks without ever needing to manually manage users within the DG AutoCheck website itself.</p>\n<p>Acceptance checks contain two different types of status, AcceptanceCheckStatus and SignOffStatus.</p>\n<p>AcceptanceCheckStatus is updated throughout the lifecycle of an Acceptance Check, and as such is constantly changing.</p>\n<p>Values are as follows:</p>\n<ul>\n<li>awaiting-file</li>\n<li>queued</li>\n<li>scanning</li>\n<li>processing-error</li>\n<li>import-failure</li>\n<li>verification-required</li>\n<li>verification-in-progress</li>\n<li>awaiting-document-check</li>\n<li>documentation-check-in-progress</li>\n<li>awaiting-packaging-check</li>\n<li>packaging-check-in-progress</li>\n<li>completed</li>\n</ul>\n<p>SignOffStatus is available once the Acceptance Check has been completed and signed off. This information can be gathered from the acceptance-check resource endpoint. It is found within the acceptanceCheckSignOff.result and has the following values:</p>\n<p>Values are as follows:</p>\n<ul>\n<li>passed</li>\n<li>failed</li>\n</ul>\n","_postman_id":"e577fd39-2181-4d21-afd0-74aa801395e5","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","name":"v1","type":"folder"}}}],"id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"20d9c2d0-4a9e-4004-9b06-78cc6cc924a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f664903d-6829-4198-9915-75b0aedba99f","type":"text/javascript","exec":[""]}}],"_postman_id":"7f087ace-0a9c-42e8-aaaa-5a6a3b8a5754","description":""},{"name":"OAuth Access Token","id":"863c8102-8711-42ba-98fb-7a2f54e72612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"","description":"<p>Your credential key, as provided on the Web Service Management page</p>\n","type":"text"},{"key":"client_secret","value":"","description":"<p>Your secret, as provided when creating Access Credentials on the Web Service Management page</p>\n","type":"text"}]},"url":"/oauth2/token","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":""},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a9d1770a-1644-4548-989f-b559bd038f7f","id":"a9d1770a-1644-4548-989f-b559bd038f7f","name":"DG AutoCheck Connect API","type":"collection"}},"urlObject":{"path":["oauth2","token"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"863c8102-8711-42ba-98fb-7a2f54e72612"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":""},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"c1937786-6e60-48a3-b537-ddad3620a73d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a499268-4e6f-4f38-8913-69ca1f839140","type":"text/javascript","exec":[""]}}],"variable":[{"key":"domain","value":"","type":"string"}]}