{"info":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","description":"<html><head></head><body><p>The Airport System (ACS) is a digital platform designed by Pakistan Single Window (PSW) to modernize air cargo data processing throughout Pakistan. It seamlessly integrates both public sector entities, such as customs authorities and regulatory bodies, and private sector participants, including airlines, freight forwarders, and ground handlers, into a unified digital ecosystem.</p>\n<h2 id=\"the-acs-address-three-specific-challenges\"><strong>The ACS address three specific challenges:</strong></h2>\n<img src=\"https://content.pstmn.io/51a234ff-ce76-4ec3-8e82-ff9a4d768066/U2NyZWVuc2hvdCBhdCBOb3YgMjcgMTItMDItMDkucG5n\">\n\n<p><strong>1) Automated Submissions</strong></p>\n<blockquote>\n<p>Currently, ground handlers must log into Weboc, a customs portal, to manually upload flight manifests on behalf of the airline. The ACS will automate these tasks, minimizing errors and enhancing operational efficiency. </p>\n</blockquote>\n<p><strong>2) Faster Customs Clearance</strong></p>\n<blockquote>\n<p>In Pakistan, airlines generally share their manifests with ground handlers rather than directly with customs authorities. This often causes delays, particularly when manifests are submitted late or with errors. The ACS integrates directly with the airline's cargo management system (CMS), allowing for earlier and more accurate manifest submissions, thereby speeding up the customs clearance process. </p>\n</blockquote>\n<p><strong>3) Seamless Sales for Air Cargo Agents</strong></p>\n<blockquote>\n<p>Air cargo agents in Pakistan are responsible for a variety of tasks, including tracking AWB stock, managing shipments, processing bookings, and issuing air waybills. The ACS simplifies these processes, allowing agents to perform their duties more efficiently and with greater accuracy. </p>\n</blockquote>\n<hr>\n<h1 id=\"questions-about-acs\"><strong>Questions about ACS</strong></h1>\n<p><strong>What type of integration will be needed with the airline CMS?</strong></p>\n<blockquote>\n<p>We support integrations with all CMS platforms (Cargospot, IBS iCargo, SmartKargo, CargoFlash, Accelya Skychain, Unisys, Wipro Croamis, etc). The integration required will depend on the airline's existing CMS (Cargo Management System). Typically, the ACS will need to connect with the airline's system for real-time data exchange, including flight status updates, manifest submissions, and cargo tracking. This integration can be achieved through APIs, and our team will work closely with your IT department to ensure seamless integration. </p>\n</blockquote>\n<p><strong>What is the expected timeline for integration with our system?</strong></p>\n<blockquote>\n<p>Integration with airlines will be starting in Q1 2026 and are expected to be completed with all airlines by Q4 2027. Our team will provide a detailed timeline based on your airline’s specific needs after conducting a system assessment. </p>\n</blockquote>\n<p><strong>How will the ACS handle data security and privacy?</strong></p>\n<blockquote>\n<p>The ACS adheres to the highest standards of data security, including encryption, secure data transfer protocols, and compliance with relevant regulations like GDPR and local data protection laws. We ensure that all sensitive information is securely stored and handled to protect the privacy of your data and passengers. </p>\n</blockquote>\n<img src=\"https://content.pstmn.io/b85f75bb-53da-49ce-995a-49f97af44ce2/Tm92IDIwMjVfIFBTVywgcmV2aWV3aW5nIHNjb3BlLmpwZw==\">\n\n<hr>\n<h2 id=\"screenshots\">Screenshots</h2>\n<p>Below are screenshots of the Airport Community System (ACS). Note that the ACS is currently being co-designed with various members of the air cargo community in Pakistan, and that these designs will likely change over the next several months.</p>\n<img src=\"https://content.pstmn.io/7f1e9b23-38be-4f36-bad2-64fff221eed1/U2NyZWVuc2hvdCBhdCBOb3YgMjcgMTItMDktMzIucG5n\">\n\n<img src=\"https://content.pstmn.io/79e24868-8b1f-4204-9d26-a15f712b7755/c2NyZWVuc2hvdC5wbmc=\">\n\n<hr>\n<h1 id=\"glossary-standards\">Glossary &amp; Standards</h1>\n<h2 id=\"standard-request-headers\">Standard Request Headers</h2>\n<p>All API requests must include the following standard headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Condition</th>\n<th>Description</th>\n<th>Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-Request-ID</td>\n<td>String</td>\n<td>36</td>\n<td>M (Mandatory)</td>\n<td>Unique identifier for each API request (UUID v4 format)</td>\n<td>Must be valid UUID v4. Used for request tracing, debugging, and idempotency</td>\n</tr>\n<tr>\n<td>X-Request-System</td>\n<td>String</td>\n<td>1-50</td>\n<td>M (Mandatory)</td>\n<td>Identifier of the calling system</td>\n<td>Format: <code>{SYSTEM_TYPE}-{INSTANCE}</code>. Examples: <code>ACS-WEB</code>, <code>ACA-ERP-001</code>, <code>AIRLINE-PK-SYS</code></td>\n</tr>\n<tr>\n<td>X-Request-Timestamp</td>\n<td>String (ISO 8601)</td>\n<td>24</td>\n<td>M (Mandatory)</td>\n<td>Timestamp when the request was initiated by the client</td>\n<td>Format: <code>YYYY-MM-DDTHH:mm:ss.sssZ</code>. Must be within ±15 minutes of server time</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>String</td>\n<td>Variable</td>\n<td>M (Mandatory)</td>\n<td>OAuth 2.0 Bearer token for authentication</td>\n<td>Format: <code>Bearer {jwt_token}</code></td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>String</td>\n<td>-</td>\n<td>M (Mandatory)</td>\n<td>MIME type of the request body</td>\n<td><code>application/json</code>, <code>application/xml</code>, or <code>text/plain</code></td>\n</tr>\n<tr>\n<td>Accept</td>\n<td>String</td>\n<td>-</td>\n<td>M (Mandatory)</td>\n<td>Expected response MIME type</td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h3 id=\"mandatory-vs-optional-vs-conditional\">Mandatory vs Optional vs Conditional</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Condition</th>\n<th>Symbol</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Mandatory</td>\n<td>M</td>\n<td>Field must be provided, cannot be null/empty</td>\n</tr>\n<tr>\n<td>Optional</td>\n<td>O</td>\n<td>Field can be omitted or set to null</td>\n</tr>\n<tr>\n<td>Conditional</td>\n<td>C</td>\n<td>Required under specific business conditions</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Conditional Field Examples</strong>:</p>\n<blockquote>\n<p><code>insuranceDetails</code>: Conditional (mandatory if <code>insuranceRequired</code> = true) </p>\n</blockquote>\n<blockquote>\n<p><code>dangerousGoodsDetails</code>: Conditional (mandatory if <code>dangerousGoodsIndicator</code> = true) </p>\n</blockquote>\n<blockquote>\n<p><code>temperatureRange</code>: Conditional (mandatory if commodity requires temperature control) </p>\n</blockquote>\n<blockquote>\n<p><code>hawbNumbers</code>: Conditional (mandatory if <code>shipmentType</code> = \"CONSOLIDATED\") </p>\n</blockquote>\n<h3 id=\"harmonized-system-hs-codes\">Harmonized System (HS) Codes</h3>\n<p>A lst of all HS codes and their classification can be found in the offcial <a href=\"https://www.wcotradetools.org/en/harmonized-system\">WCO Harmonized System Trade Tool</a></p>\n<h3 id=\"special-handling-codes\">Special Handling Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ACT</td>\n<td>Active Temperature Controlled System</td>\n</tr>\n<tr>\n<td>AOG</td>\n<td>Aircraft on Ground</td>\n</tr>\n<tr>\n<td>PEB</td>\n<td>Animal products for non-human consumption</td>\n</tr>\n<tr>\n<td>BUP</td>\n<td>Bulk Unitization Programme, Shipper/Consignee Handled Unit</td>\n</tr>\n<tr>\n<td>CAO</td>\n<td>Cargo Aircraft Only</td>\n</tr>\n<tr>\n<td>CAT</td>\n<td>Cargo Attendant Accompanying Shipment</td>\n</tr>\n<tr>\n<td>NSC</td>\n<td>Cargo Has Not Been Secured Yet for Passenger or All-Cargo Aircraft</td>\n</tr>\n<tr>\n<td>SHR</td>\n<td>Secure for Passenger, All-Cargo and All-Mail Aircraft in Accordance with High Risk Requirements</td>\n</tr>\n<tr>\n<td>CIC</td>\n<td>Cargo may be loaded in the passenger cabin</td>\n</tr>\n<tr>\n<td>COM</td>\n<td>Company Mail</td>\n</tr>\n<tr>\n<td>ECP</td>\n<td>Consignment established with a paper air waybill contract being printed under an e-AWB agreement</td>\n</tr>\n<tr>\n<td>ECC</td>\n<td>Consignment established with an electronically concluded cargo contract with no accompanying paper airwaybill</td>\n</tr>\n<tr>\n<td>CRT</td>\n<td>Control Room Temperature +15°C to +25°C</td>\n</tr>\n<tr>\n<td>COL</td>\n<td>Cool Goods</td>\n</tr>\n<tr>\n<td>RDS</td>\n<td>Diagnostic Specimens</td>\n</tr>\n<tr>\n<td>DIP</td>\n<td>Diplomatic Mail</td>\n</tr>\n<tr>\n<td>EAP</td>\n<td>e-freight Consignment with Accompanying Paper Documents</td>\n</tr>\n<tr>\n<td>EAW</td>\n<td>e-freight Consignment with No Accompanying Paper Documents</td>\n</tr>\n<tr>\n<td>EMD</td>\n<td>Electronic Monitoring Devices on/in Cargo/Container</td>\n</tr>\n<tr>\n<td>REQ</td>\n<td>Excepted Quantities of Dangerous Goods</td>\n</tr>\n<tr>\n<td>RRE</td>\n<td>Excepted Quantities of Radioactive Material</td>\n</tr>\n<tr>\n<td>ERT</td>\n<td>Extended Room Temperature +2°C to +25°C</td>\n</tr>\n<tr>\n<td>PES</td>\n<td>Fish/Seafood</td>\n</tr>\n<tr>\n<td>PEF</td>\n<td>Flowers</td>\n</tr>\n<tr>\n<td>EAT</td>\n<td>Foodstuffs</td>\n</tr>\n<tr>\n<td>FRI</td>\n<td>Frozen Goods Subject to Veterinary/Phytosanitary Inspections</td>\n</tr>\n<tr>\n<td>FRO</td>\n<td>Frozen Goods</td>\n</tr>\n<tr>\n<td>PEP</td>\n<td>Fruits and Vegetables</td>\n</tr>\n<tr>\n<td>ATT</td>\n<td>Goods Attached to Air Waybill</td>\n</tr>\n<tr>\n<td>PHY</td>\n<td>Goods subject to phytosanitary inspections</td>\n</tr>\n<tr>\n<td>GOH</td>\n<td>Hanging Garments</td>\n</tr>\n<tr>\n<td>HEG</td>\n<td>Hatching Eggs</td>\n</tr>\n<tr>\n<td>HEA</td>\n<td>Heavy Cargo/150 kilograms and over per piece</td>\n</tr>\n<tr>\n<td>HUM</td>\n<td>Human Remains in Coffin</td>\n</tr>\n<tr>\n<td>PEA</td>\n<td>Hunting trophies, skin, hide and all articles made from or containing parts of species listed in the CITES (Convention on International Trade in Endangered Species) appendices</td>\n</tr>\n<tr>\n<td>SCO</td>\n<td>Cargo Secure forAll-Cargo Aircraft Only</td>\n</tr>\n<tr>\n<td>SPF</td>\n<td>Laboratory Animals</td>\n</tr>\n<tr>\n<td>SPX</td>\n<td>Cargo Secure for Passenger and All-Cargo Aircraft</td>\n</tr>\n<tr>\n<td>LIC</td>\n<td>License Required</td>\n</tr>\n<tr>\n<td>AVI</td>\n<td>Live Animal</td>\n</tr>\n<tr>\n<td>LHO</td>\n<td>Living Human Organs/Blood</td>\n</tr>\n<tr>\n<td>MAL</td>\n<td>Mail</td>\n</tr>\n<tr>\n<td>PEM</td>\n<td>Meat</td>\n</tr>\n<tr>\n<td>MUW</td>\n<td>Munitions of War</td>\n</tr>\n<tr>\n<td>NWP</td>\n<td>Newspapers, Magazines</td>\n</tr>\n<tr>\n<td>NST</td>\n<td>Non Stackable Cargo</td>\n</tr>\n<tr>\n<td>OBX</td>\n<td>Obnoxious Cargo</td>\n</tr>\n<tr>\n<td>BIG</td>\n<td>Outsized</td>\n</tr>\n<tr>\n<td>OHG</td>\n<td>Overhang Item</td>\n</tr>\n<tr>\n<td>PAC</td>\n<td>Passenger and Cargo</td>\n</tr>\n<tr>\n<td>PIP</td>\n<td>Passive Insulated Packaging</td>\n</tr>\n<tr>\n<td>PER</td>\n<td>Perishable Cargo</td>\n</tr>\n<tr>\n<td>PIL</td>\n<td>Pharmaceuticals</td>\n</tr>\n<tr>\n<td>XPS</td>\n<td>Priority Small Package</td>\n</tr>\n<tr>\n<td>QRT</td>\n<td>Quick Ramp Transfer</td>\n</tr>\n<tr>\n<td>RAC</td>\n<td>Reserved Air Cargo</td>\n</tr>\n<tr>\n<td>SHL</td>\n<td>Save Human Life</td>\n</tr>\n<tr>\n<td>WET</td>\n<td>Shipments of Wet Material not Packed in Watertight Containers</td>\n</tr>\n<tr>\n<td>SWP</td>\n<td>Sporting Weapons</td>\n</tr>\n<tr>\n<td>SUR</td>\n<td>Surface Transportation</td>\n</tr>\n<tr>\n<td>FIL</td>\n<td>Undeveloped/Unexposed Film</td>\n</tr>\n<tr>\n<td>VAL</td>\n<td>Valuable Cargo</td>\n</tr>\n<tr>\n<td>VIC</td>\n<td>Very Important Cargo</td>\n</tr>\n<tr>\n<td>VOL</td>\n<td>Volume</td>\n</tr>\n<tr>\n<td>VUN</td>\n<td>Vulnerable Cargo</td>\n</tr>\n<tr>\n<td>HUL</td>\n<td>Human Limbs</td>\n</tr>\n<tr>\n<td>HUU</td>\n<td>Human Remains in Urns</td>\n</tr>\n<tr>\n<td>ROA</td>\n<td>Animal Remains (Not Cremated)</td>\n</tr>\n<tr>\n<td>ROC</td>\n<td>Animal Remains (Cremated)</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Questions about ACS","slug":"questions-about-acs"},{"content":"Glossary & Standards","slug":"glossary-standards"}],"owner":"36739597","collectionId":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","publishedId":"2sBXVkAUdf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1d213e","highlight":"009a5e"},"publishDate":"2026-02-04T09:34:23.000Z"},"item":[{"name":"e-Quote module","item":[{"name":"AWB Stock Management","item":[{"name":"Create AWB Stock","id":"bf5f33ea-ea2c-4c27-9e68-860012b57b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a24e2b44-45a0-4ae6-aa36-00b83bbd28f9","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"airlinePrefixdata\": \"176\",\n    \"startingAWBNumber\": \"176-12345678\",\n    \"endingAWBNumber\": \"176-12346767\",\n    \"additionalNotes\": \"Test AWB Range\",\n    \"range\": \"176-12345678-176-12346767\",\n    \"totalAWB\": \"90\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/awb","description":"<p><strong>Requirement Reference:</strong> EQ.E1AL.3</p>\n<p><strong>Use Case</strong>: AL - Create AWB Stock</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EQ-ASA-R-01-UC-01</p>\n<p><strong>Description:</strong> Airline pushes pre-defined AWB stocks</p>\n<p><strong>Process Flow</strong>: Airline System (E1AL) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>airlinePrefix</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td><code>startingAWBNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>endingAWBNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>remarks</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td><code>range</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\")</td>\n</tr>\n<tr>\n<td><code>totalAWBs</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Number of AWBs in range</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["awb"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf5f33ea-ea2c-4c27-9e68-860012b57b92"},{"name":"Request AWB Stock","id":"ad955698-2667-4e83-90c9-f0c4a78e0f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"37c5b6a5-a636-4600-adc9-fdcac9b3a16e","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airline\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"acaName\": \"Sky Freight International\",\n        \"acaIataNumber\": \"12345678\",\n        \"acaCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"numberOfAWBsRequired\": 100,\n    \"predefinedStockLevels\": [\n        \"Standard\",\n        \"High\",\n        \"Low\"\n    ],\n    \"additionalNotes\": \"Stock required for peak season.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/awb-stock-requests","description":"<p><strong>Requirement Reference:</strong> EQ.E1ACA.2</p>\n<p><strong>Use Case</strong>: ACA - Initiate AWB Stock Acquisition Request</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EQ-ASA-R-01-UC-02</p>\n<p><strong>Description:</strong> Stock acquisition request to Airlines</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include all details of airline</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include all ACA details</td>\n</tr>\n<tr>\n<td>acaDetails.acaName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>acaDetails.acaIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if acaCassNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.acaCassNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Required if acaIataNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>numberOfAWBsRequired</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>predefinedStockLevels</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include valid stock levels</td>\n</tr>\n<tr>\n<td>additionalNotes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Optional notes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["awb-stock-requests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad955698-2667-4e83-90c9-f0c4a78e0f93"},{"name":"Allocate AWB Stock","id":"714ba7b7-f492-49e9-8a72-2504568d9b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2246d05f-8092-4404-b303-94b9c78124cc","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"assignmentDateTime\": \"2025-11-25T09:00:00\",\n        \"userApprovingRequest\": \"Ahmed Khan\",\n        \"availableQuantity\": 100,\n        \"allocationQuantity\": 90,\n        \"stockValidityDate\": \"2026-12-31\",\n        \"notes\": \"Stock is available for immediate allocation.\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p><strong>Requirement Reference:</strong> EQ.E1AL.3</p>\n<p><strong>Use Case</strong>: AL - Process AWB Stock Acquisition Request / Allocate AWB Stock</p>\n<p><strong>Integration Point</strong>: IN_FR-1-EQ-ASA-R-01-UC-05</p>\n<p><strong>Description:</strong> Stock allocation processing</p>\n<p><strong>Process Flow</strong>: Airline System (E1AL) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stockDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes</td>\n</tr>\n<tr>\n<td>stockDetails.stockRange</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\")</td>\n</tr>\n<tr>\n<td>stockDetails.startingAWBNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.endingAWBNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.assignmentDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>stockDetails.userApprovingRequest</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the user approving the request</td>\n</tr>\n<tr>\n<td>stockDetails.availableQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>stockDetails.allocationQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>stockDetails.stockValidityDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>stockDetails.notes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must include airline name, prefix, and two-letter code</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name (e.g., \"Emirates Airlines\")</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ACA name, IATA number, and CASS number</td>\n</tr>\n<tr>\n<td>acaDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>acaDetails.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number (e.g., \"ACC12345\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"714ba7b7-f492-49e9-8a72-2504568d9b0c"},{"name":"Delete Unallocated AWB Stocks","id":"1e49ff25-88ba-441f-80a8-3c4606b1fed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"1b0d0b62-a14c-48d0-b2aa-0e393982b902","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"unallocationDateTime\": \"2025-11-25T09:00:00\",\n        \"deletionReason\": \"Stock unallocated and removed from the system\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p><strong>Requirement Reference:</strong> EQ.E1AL.3</p>\n<p><strong>Use Case</strong>: AL - Delete Unallocated AWB Stocks</p>\n<p><strong>Integration Point</strong>: IN_FR-2-EQ-ASM-R-01-UC-01</p>\n<p><strong>Description:</strong> Stock deletion sync</p>\n<p><strong>Process Flow</strong>: Airline System (E1AL) → Airport Community System</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include airline details</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid airline name</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ACA details</td>\n</tr>\n<tr>\n<td>acaDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>acaDetails.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>stockDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include stock details</td>\n</tr>\n<tr>\n<td>stockDetails.stockRange</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\")</td>\n</tr>\n<tr>\n<td>stockDetails.startingAWBNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.endingAWBNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.unallocationDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>stockDetails.deletionReason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"1e49ff25-88ba-441f-80a8-3c4606b1fed1"},{"name":"Return Allocated AWB Stocks","id":"8accda08-2817-4be4-b408-aab49ac1d210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"225e4bc8-1c8d-421e-bb78-aa7a842e295e","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"returnQuantity\": 50,\n        \"remainingQuantityAfterReturn\": 40,\n        \"utilization rate\": \"50%\",\n        \"notes\": \"AWBs returned due to excess allocation\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"userMakingRequest\": \"Ahmed Khan\",\n    \"requestDateTime\": \"2025-11-25T10:30:00Z\"\n}","options":{"raw":{"language":"json"}}},"description":"<p><strong>Requirement Reference:</strong> EQ.E1ACA.2</p>\n<p><strong>Use Case</strong>: ACA - Return Allocated AWB Stocks</p>\n<p><strong>Integration Points</strong>: IN_FR-2-EQ-ASM-R-01-UC-04</p>\n<p><strong>Description:</strong> Return request to Airlines</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stockDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include stock details</td>\n</tr>\n<tr>\n<td>stockDetails.stockRange</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\")</td>\n</tr>\n<tr>\n<td>stockDetails.startingAWBNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.endingAWBNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.returnQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number representing returned AWBs</td>\n</tr>\n<tr>\n<td>stockDetails.remainingQuantityAfterReturn</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number representing remaining AWBs</td>\n</tr>\n<tr>\n<td>stockDetails.utilizationRate</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Percentage format (e.g., \"50%\")</td>\n</tr>\n<tr>\n<td>stockDetails.notes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text, notes or remarks on return</td>\n</tr>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include airline details</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid airline name</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ACA details</td>\n</tr>\n<tr>\n<td>acaDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>acaDetails.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>userMakingRequest</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the user making the request</td>\n</tr>\n<tr>\n<td>requestDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8accda08-2817-4be4-b408-aab49ac1d210"},{"name":"Reduce Allocated AWB Stocks","id":"abd72b2b-6ff1-42eb-bcbf-6a67c308caab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"513718b6-a69a-4ee3-9ec6-383aae865668","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p><strong>Requirement Reference:</strong> EQ.E1AL.3</p>\n<p><strong>Use Case</strong>: AL - Reduce Allocated AWB Stocks</p>\n<p><strong>Integration Point</strong>: IN_FR-2-EQ-ASM-R-01-UC-07</p>\n<p><strong>Description</strong>: Reduction request processing</p>\n<p><strong>Process Flow</strong>: Airline System (E1AL) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reductionDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include individualReduction or bulkReduction</td>\n</tr>\n<tr>\n<td>reductionDetails.individualReduction</td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction</td>\n</tr>\n<tr>\n<td>reductionDetails.individualReduction.selectedACAs</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of ACAs with name, IATA number, CASS number, and account number</td>\n</tr>\n<tr>\n<td>reductionDetails.individualReduction.quantityForReduction</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>reductionDetails.individualReduction.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text. Reason for reduction</td>\n</tr>\n<tr>\n<td>reductionDetails.individualReduction.totalAllocatedAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>reductionDetails.individualReduction.consumedAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>reductionDetails.individualReduction.availableAfterReduction</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>reductionDetails.bulkReduction</td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction</td>\n</tr>\n<tr>\n<td>reductionDetails.bulkReduction.percentageForReduction</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>reductionDetails.bulkReduction.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text. reason for reduction</td>\n</tr>\n<tr>\n<td>reductionDetails.bulkReduction.totalAllocatedAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>reductionDetails.bulkReduction.consumedAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>reductionDetails.bulkReduction.availableAfterReduction</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include airlineName, airlinePrefix, airlineTwoLetterCode</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name (e.g., \"Emirates Airlines\")</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>userMakingRequest</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the user making the request</td>\n</tr>\n<tr>\n<td>requestDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"f43be7fa-8366-48fb-abfb-79f0134c2915","name":"Individual Reduction","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"915bcaa6-eaeb-4782-9b0b-db69e0059c99","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reductionDetails\": {\n        \"individualReduction\": {\n            \"selectedACAs\": [\n                {\n                    \"name\": \"Consolidated Freight Services\",\n                    \"iataNumber\": \"0010000893964\",\n                    \"cassNumber\": \"81-4 7158/0072\",\n                    \"accountNumber\": \"ACC12345\"\n                },\n                {\n                    \"name\": \"Global Freight Solutions\",\n                    \"iataNumber\": \"0010000893965\",\n                    \"cassNumber\": \"81-4 7158/0073\",\n                    \"accountNumber\": \"ACC12346\"\n                }\n            ],\n            \"quantityForReduction\": 30,\n            \"reason\": \"Stock adjustment due to excess allocation\",\n            \"totalAllocatedAWBs\": 100,\n            \"consumedAWBs\": 70,\n            \"availableAfterReduction\": 30\n        },\n        \"bulkReduction\": null\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b36e3136-fc84-4032-a5e4-4a85b335cab5","name":"Bulk Reduction","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"dbdf9f85-9b32-4441-9814-af3e0cb3d9e8","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reductionDetails\": {\n        \"individualReduction\": null,\n        \"bulkReduction\": {\n            \"percentageForReduction\": 20,\n            \"reason\": \"Annual stock review\",\n            \"totalAllocatedAWBs\": 100,\n            \"consumedAWBs\": 80,\n            \"availableAfterReduction\": 20\n        }\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"abd72b2b-6ff1-42eb-bcbf-6a67c308caab"},{"name":"Withdraw Allocated AWB Stocks","id":"e47a018c-3c8c-4979-afd4-94882c792b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d2ef3ec1-7378-426f-bd53-95f54ab4783d","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"<p><strong>Requirement Reference:</strong> EQ.E1AL.3</p>\n<p><strong>Use Case</strong>: AL - Withdraw Allocated AWB Stocks</p>\n<p><strong>Integration Point</strong>: IN_FR-2-EQ-ASM-R-01-UC-10</p>\n<p><strong>Description</strong>: Withdrawal processing</p>\n<p><strong>Process Flow</strong>: Airline System (E1AL) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>withdrawalDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include fullWithdrawal or partialWithdrawal</td>\n</tr>\n<tr>\n<td>withdrawalDetails.fullWithdrawal</td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Full withdrawal details</td>\n</tr>\n<tr>\n<td>withdrawalDetails.fullWithdrawal.selectedACAs</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of ACAs with name, IATA number, CASS number, and account number</td>\n</tr>\n<tr>\n<td>selectedACAs.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>selectedACAs.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>selectedACAs.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if acaIataNumber is empty</td>\n</tr>\n<tr>\n<td>selectedACAs.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>selectedACAs.allocatedQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>selectedACAs.availableQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>withdrawalDetails.fullWithdrawal.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text. Reason for full withdrawal</td>\n</tr>\n<tr>\n<td>withdrawalDetails.partialWithdrawal</td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Partial withdrawal details</td>\n</tr>\n<tr>\n<td>withdrawalDetails.partialWithdrawal.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text. Reason for partial withdrawal</td>\n</tr>\n<tr>\n<td>withdrawalDetails.partialWithdrawal.withdrawnAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>withdrawalSummary</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains summary of the withdrawal process</td>\n</tr>\n<tr>\n<td>withdrawalSummary.affectedACA</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name affected by the withdrawal</td>\n</tr>\n<tr>\n<td>withdrawalSummary.withdrawnAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Number of AWBs withdrawn</td>\n</tr>\n<tr>\n<td>withdrawalSummary.remainingAllocatedAWBs</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Remaining number of allocated AWBs after withdrawal</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"cc34eb5f-8d16-416e-85ad-92b711d60c1a","name":"Partial Withdrawal","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"dcc46459-948b-4bfe-b101-5a7054ccb1f3","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"withdrawalDetails\": {\n        \"partialWithdrawal\": {\n            \"selectedACAs\": [\n                {\n                    \"name\": \"Consolidated Freight Services\",\n                    \"iataNumber\": \"0010000893964\",\n                    \"cassNumber\": \"81-4 7158/0072\",\n                    \"accountNumber\": \"ACC12345\",\n                    \"allocatedQuantity\": 100,\n                    \"availableQuantity\": 50\n                }\n            ],\n            \"reason\": \"Partial stock adjustment\",\n            \"withdrawnAWBs\": 30,\n            \"remainingAllocatedAWBs\": 70\n        },\n        \"fullWithdrawal\": null\n    },\n    \"withdrawalSummary\": {\n        \"affectedACA\": \"Consolidated Freight Services\",\n        \"withdrawnAWBs\": 30,\n        \"remainingAllocatedAWBs\": 70\n    }\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0014aa27-c7d5-4d6d-9261-f030c24c5160","name":"Full Withdrawal","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"03c11979-755a-45db-92f4-9a9a86a79ceb","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"withdrawalDetails\": {\n        \"fullWithdrawal\": {\n            \"selectedACAs\": [\n                {\n                    \"name\": \"Consolidated Freight Services\",\n                    \"iataNumber\": \"0010000893964\",\n                    \"cassNumber\": \"81-4 7158/0072\",\n                    \"accountNumber\": \"ACC12345\",\n                    \"allocatedQuantity\": 100,\n                    \"availableQuantity\": 100\n                }\n            ],\n            \"reason\": \"Full stock adjustment due to cancellation\"\n        },\n        \"partialWithdrawal\": null\n    },\n    \"withdrawalSummary\": {\n        \"affectedACA\": \"Consolidated Freight Services\",\n        \"withdrawnAWBs\": 100,\n        \"remainingAllocatedAWBs\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e47a018c-3c8c-4979-afd4-94882c792b0f"},{"name":"Extend Validity Period","id":"d6c29a22-b29d-477a-aad8-bd496e270e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"696891d7-00c3-4c2b-a089-51e95845b0d0","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.375Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"validityExtensionDetails\": {\n        \"selectedACAs\": [\n            {\n                \"name\": \"Consolidated Freight Services\",\n                \"iataNumber\": \"0010000893964\",\n                \"cassNumber\": \"81-4 7158/0072\",\n                \"accountNumber\": \"ACC12345\",\n                \"stockValidityDate\": \"2025-11-30\",\n                \"remainingDays\": 5,\n                \"extendedValidityPeriod\": 30,\n                \"expiryDate\": \"2026-01-15\",\n                \"reason\": \"Stock validity extension due to increased demand\"\n            },\n            {\n                \"name\": \"Global Freight Solutions\",\n                \"iataNumber\": \"0010000893965\",\n                \"cassNumber\": \"81-4 7158/0073\",\n                \"accountNumber\": \"ACC67890\",\n                \"stockValidityDate\": \"2025-12-15\",\n                \"remainingDays\": 10,\n                \"extendedValidityPeriod\": 20,\n                \"expiryDate\": \"2026-01-05\",\n                \"reason\": \"Stock validity extension to avoid expiry during holiday season\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p><strong>Requirement Reference:</strong> EQ.E1AL.3</p>\n<p><strong>Use Case</strong>: AL - Extend Validity Period</p>\n<p><strong>Integration Point:</strong> IN_FR-2-EQ-ASM-R-01-UC-13</p>\n<p><strong>Description</strong>: Validity extension processing</p>\n<p><strong>Process Flow</strong>: Airline System (E1AL) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>validityExtensionDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include selectedACAs</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of ACAs with name, IATA number, CASS number, account number</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.stockValidityDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.remainingDays</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.extendedValidityPeriod</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.expiryDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>validityExtensionDetails.selectedACAs.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text. Reason for validity extension</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d6c29a22-b29d-477a-aad8-bd496e270e61"}],"id":"cb0b7317-329b-4e78-b3d1-4432d8caef09","_postman_id":"cb0b7317-329b-4e78-b3d1-4432d8caef09","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Quote Requests","item":[{"name":"Create Quote Request","id":"4a096c1f-bd28-43b4-a2d7-2da31184da43","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"263c26aa-0970-488e-99bc-d2d6a6d4bd59","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, ACA-ERP-001, AIRLINE-PK-SYS</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.376Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"shipmentDetails\": {\n        \"consignor\": {\n            \"name\": \"Karachi Electronics Ltd\",\n            \"address\": \"Plot 45, Industrial Area, Karachi\",\n            \"city\": \"Karachi\",\n            \"postalCode\": \"75500\",\n            \"country\": \"PK\",\n            \"contactName\": \"Ahmed Khan\",\n            \"phone\": \"+92-300-1234567\",\n            \"email\": \"ahmed@electronics.pk\",\n            \"ntn\": \"1234567-8\",\n            \"cnic\": \"12345-1234568-9\",\n            \"accountNumber\": \"ACC12345\"\n        },\n        \"consignee\": {\n            \"name\": \"XYZ Trading LLC\",\n            \"address\": \"456 Business Bay, Dubai\",\n            \"city\": \"Dubai\",\n            \"postalCode\": \"75200\",\n            \"country\": \"AE\",\n            \"contactName\": \"Basit Ali\",\n            \"phone\": \"+971-4-9876543\",\n            \"email\": \"basit@xyztrading.ae\",\n            \"ntn\": \"9876543-2\",\n            \"cnic\": \"12345-6789012-3\",\n            \"accountNumber\": \"ACC67890\"\n        },\n        \"commodityDescription\": \"Mobile Phone Accessories\",\n        \"numberOfPieces\": 100,\n        \"grossWeight\": {\n            \"value\": 250,\n            \"unit\": \"KGM\"\n        },\n        \"dimensionsPerPiece\": {\n            \"length\": 30,\n            \"width\": 20,\n            \"height\": 10,\n            \"unit\": \"CMT\"\n        },\n        \"volumePerPiece\": {\n            \"value\": 0.006,\n            \"unit\": \"CMQ\"\n        },\n        \"packagingType\": \"Cartons\",\n        \"declaredValue\": {\n            \"value\": 50000,\n            \"currency\": \"USD\"\n        },\n        \"dangerousGoodsIndicator\": false,\n        \"expectedDateOfDeparture\": \"2025-12-01\",\n        \"dateOfShipmentReadiness\": \"2025-11-30\"\n    },\n    \"handlingRequirements\": {\n        \"ssrCodes\": [\n            \"SSR123\",\n            \"SSR456\"\n        ],\n        \"osi\": [\n            \"Urgent shipment\",\n            \"Fragile goods\"\n        ],\n        \"specialHandlingCodes\": [\n            \"SHC789\"\n        ],\n        \"handlingInstructions\": \"Handle with care, fragile\",\n        \"securityAndScreeningDetails\": \"X-ray screening required, Customs clearance\",\n        \"isShipmentStackable\": true,\n        \"insuranceRequired\": true,\n        \"insuranceDetails\": {\n            \"insuranceCompany\": \"ABC Insurers\",\n            \"policyNumber\": \"INS-123456\",\n            \"coverageAmount\": 100000,\n            \"currency\": \"USD\"\n        }\n    },\n    \"pickupAndDeliveryDetails\": {\n        \"serviceLevels\": \"Priority\",\n        \"incoterms\": \"CIF\",\n        \"pickupAddress\": \"Plot 45, Industrial Area, Karachi\",\n        \"pickupDate\": \"2025-12-01\",\n        \"originCountry\": \"PK\",\n        \"originCountryAirport\": \"KHI\",\n        \"deliveryAddress\": \"456 Business Bay, Dubai\",\n        \"destinationCountry\": \"AE\",\n        \"destinationCountryAirport\": \"DXB\"\n    },\n    \"serviceProviderSelection\": {\n        \"selectedACAs\": [\n            {\n                \"name\": \"Consolidated Freight Services\",\n                \"iataNumber\": \"0010000893964\",\n                \"cassNumber\": \"81-4 7158/0072\",\n                \"accountNumber\": \"ACC12345\"\n            }\n        ],\n        \"excludedAirlines\": [\n            {\n                \"airlineName\": \"American Airlines\",\n                \"airlineCode\": \"AA\"\n            }\n        ]\n    },\n    \"additionalRequirements\": {\n        \"additionalHandling\": \"Requires forklift handling\",\n        \"customsClearance\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotation","description":"<p><strong>Requirement References:</strong></p>\n<ul>\n<li><p>EQ.E1CGNR.1</p>\n</li>\n<li><p>EQ.E3ACA.6</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>CGNR - Initiate Request for Shipment Quotation</p>\n</li>\n<li><p>ACA - Initiate Request on behalf of Consignor</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-3-EQ-CSB-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-3-EQ-CSB-R-01-UC-12</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>Quotation request to ACA systems</p>\n</li>\n<li><p>In case of a walk-in customer, the ACA may initiate a quotation request on behalf consignor(s) and submit them to airline(s) seeking quotation.</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)</p>\n</li>\n<li><p>Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipmentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include consignor, consignee, commodityDescription, etc.</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, etc.</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignor</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City name of consignor</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact person name for consignor</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number for consignor</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, etc.</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignee</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City name of consignee</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact person name for consignee</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipmentDetails.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number for consignee</td>\n</tr>\n<tr>\n<td>shipmentDetails.commodityDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text. Description of the commodity</td>\n</tr>\n<tr>\n<td>shipmentDetails.numberOfPieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>shipmentDetails.grossWeight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipmentDetails.grossWeight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>shipmentDetails.grossWeight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensionsPerPiece</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include length, width, height, and unit</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensionsPerPiece.length</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Length per piece (cm, meters, etc.)</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensionsPerPiece.width</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Width per piece (cm, meters, etc.)</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensionsPerPiece.height</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Height per piece (cm, meters, etc.)</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensionsPerPiece.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentDetails.volumePerPiece</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipmentDetails.volumePerPiece.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Volume per piece</td>\n</tr>\n<tr>\n<td>shipmentDetails.volumePerPiece.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentDetails.packagingType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of packaging used for the shipment</td>\n</tr>\n<tr>\n<td>shipmentDetails.declaredValue</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and currency</td>\n</tr>\n<tr>\n<td>shipmentDetails.declaredValue.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Declared value of the shipment</td>\n</tr>\n<tr>\n<td>shipmentDetails.declaredValue.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>shipmentDetails.dangerousGoodsIndicator</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether the goods are dangerous or not</td>\n</tr>\n<tr>\n<td>shipmentDetails.expectedDateOfDeparture</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>shipmentDetails.dateOfShipmentReadiness</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>handlingRequirements.ssrCodes</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of SSR codes (if any)</td>\n</tr>\n<tr>\n<td>handlingRequirements.osi</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of OSI codes (if any)</td>\n</tr>\n<tr>\n<td>handlingRequirements.specialHandlingCodes</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of special handling codes (if any)</td>\n</tr>\n<tr>\n<td>handlingRequirements.handlingInstructions</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text. Handling instructions</td>\n</tr>\n<tr>\n<td>handlingRequirements.securityAndScreeningDetails</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","shipment-quotation"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a096c1f-bd28-43b4-a2d7-2da31184da43"},{"name":"Reassign Quote Request to Different ACA","id":"8aa8f004-4484-4f26-bcba-1fb426a939e9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"00c33928-2782-46cd-b16e-27dec7f85b5a","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.376Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reassignmentDetails\": {\n        \"selectedACAsGrid\": [\n            {\n                \"name\": \"Consolidated Freight Services\",\n                \"iataNumber\": \"0010000893964\",\n                \"cassNumber\": \"81-4 7158/0072\",\n                \"accountNumber\": \"ACC12345\"\n            },\n            {\n                \"name\": \"Global Freight Services\",\n                \"iataNumber\": \"0010000893965\",\n                \"cassNumber\": \"81-4 7158/0073\",\n                \"accountNumber\": \"ACC12346\"\n            }\n        ],\n        \"status\": \"under_review\"\n    }\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","description":"<p><strong>Requirement Reference:</strong> EQ.E1CGNR.1</p>\n<p><strong>Use Case</strong>: CGNR - Reassign Submitted Shipment Quotation Request to another ACA</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EQ-CSB-R-01-UC-02</p>\n<p><strong>Description</strong>: Reassignment notification</p>\n<p><strong>Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Used When</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>The quotation request has been initiated and saved, but not yet submitted.</td>\n</tr>\n<tr>\n<td>submitted</td>\n<td>The quotation request is formally submitted by the user and awaiting review.</td>\n</tr>\n<tr>\n<td>under_review</td>\n<td>The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin).</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid.</td>\n</tr>\n<tr>\n<td>recalled</td>\n<td>The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such.</td>\n</tr>\n<tr>\n<td>accepted</td>\n<td>The quotation request has been accepted by the ACA or reviewer. The request is now approved.</td>\n</tr>\n<tr>\n<td>rejected</td>\n<td>The quotation request has been denied by the ACA or reviewer. The reason for denial must be included.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Process Flow</strong>: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reassignmentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include reassignment details</td>\n</tr>\n<tr>\n<td>reassignmentDetails.selectedACAsGrid</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of selected ACAs</td>\n</tr>\n<tr>\n<td>reassignmentDetails.selectedACAsGrid.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>reassignmentDetails.selectedACAsGrid.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>reassignmentDetails.selectedACAsGrid.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>reassignmentDetails.selectedACAsGrid.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>reassignmentDetails.status</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Must be under_review</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"quotationId"}]}},"response":[],"_postman_id":"8aa8f004-4484-4f26-bcba-1fb426a939e9"},{"name":"Recall Submitted Quote Request","id":"645fbd93-1041-45bc-a4a9-9e1593e667dc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"aa1d5acf-3d32-477f-8c5b-e63e55963be4","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.376Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"recallDetails\": {\n        \"reasonForRecall\": \"Incorrect weight data in original submission\",\n        \"recallingUser\": {\n            \"name\": \"Ahmed Khan\",\n            \"userId\": \"USER-001234\",\n            \"role\": \"Operations Manager\"\n        },\n        \"timestamp\": \"2025-11-21T10:00:00Z\",\n        \"status\": \"recalled\"\n    }\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","description":"<p><strong>Requirement Reference:</strong> EQ.E1CGNR.1</p>\n<p><strong>Use Case</strong>: CGNR - Recall Submitted Shipment Quotation Request</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EQ-CSB-R-01-UC-03</p>\n<p><strong>Description</strong>: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs</p>\n<p><strong>Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Used When</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>The quotation request has been initiated and saved, but not yet submitted.</td>\n</tr>\n<tr>\n<td>submitted</td>\n<td>The quotation request is formally submitted by the user and awaiting review.</td>\n</tr>\n<tr>\n<td>under_review</td>\n<td>The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin).</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid.</td>\n</tr>\n<tr>\n<td>recalled</td>\n<td>The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such.</td>\n</tr>\n<tr>\n<td>accepted</td>\n<td>The quotation request has been accepted by the ACA or reviewer. The request is now approved.</td>\n</tr>\n<tr>\n<td>rejected</td>\n<td>The quotation request has been denied by the ACA or reviewer. The reason for denial must be included.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Process Flow</strong>: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reasonForRecall</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>recallingUser.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the user initiating the recall</td>\n</tr>\n<tr>\n<td>recallingUser.userId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique user identifier</td>\n</tr>\n<tr>\n<td>recallingUser.role</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Role of the user</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Must be recalled</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","shipment-quotations",":quotationId","recall"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"quotationId"}]}},"response":[],"_postman_id":"645fbd93-1041-45bc-a4a9-9e1593e667dc"},{"name":"Cancel Quote Request","id":"f8675cc4-d196-4250-b3a4-0f20bbf62f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"907c45b5-b01c-4f29-8cf4-8132ef1e20db","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.376Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cancellationDetails\": {\n        \"reasonForCancellation\": \"Customer requested cancellation\",\n        \"cancellingUser\": {\n            \"name\": \"Ahmed Khan\",\n            \"userId\": \"USER-001234\",\n            \"role\": \"Operations Manager\"\n        },\n        \"timestamp\": \"2025-11-21T10:00:00Z\",\n        \"status\": \"cancelled\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","description":"<p><strong>Requirement Reference:</strong> EQ.E1CGNR.1</p>\n<p><strong>Use Case</strong>: CGNR - Cancel Submitted Shipment Quotation Request</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-05</p>\n<p><strong>Description</strong>: After submitting the shipment quotation request, a consignor may cancel the request entirely, if required, given that none of the selected ACAs have submitted a quotation to Consignor yet.</p>\n<p><strong>Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Used When</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>The quotation request has been initiated and saved, but not yet submitted.</td>\n</tr>\n<tr>\n<td>submitted</td>\n<td>The quotation request is formally submitted by the user and awaiting review.</td>\n</tr>\n<tr>\n<td>under_review</td>\n<td>The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin).</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid.</td>\n</tr>\n<tr>\n<td>recalled</td>\n<td>The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such.</td>\n</tr>\n<tr>\n<td>accepted</td>\n<td>The quotation request has been accepted by the ACA or reviewer. The request is now approved.</td>\n</tr>\n<tr>\n<td>rejected</td>\n<td>The quotation request has been denied by the ACA or reviewer. The reason for denial must be included.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Process Flow</strong>: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reasonForCancellation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text.Eexplanation for cancellation</td>\n</tr>\n<tr>\n<td>cancellingUser.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the user initiating the cancellation</td>\n</tr>\n<tr>\n<td>cancellingUser.userId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique user identifier</td>\n</tr>\n<tr>\n<td>cancellingUser.role</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Role of the user</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Must be 'cancelled'</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","shipment-quotations",":quotationId","cancel"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"quotationId"}]}},"response":[],"_postman_id":"f8675cc4-d196-4250-b3a4-0f20bbf62f03"}],"id":"081737ac-929b-4b41-a0cd-f7aeb8748931","description":"<p>Consignor quote request management (8 endpoints)</p>\n<p><strong>Requirements</strong>: EQ.E1CGNR.1</p>\n","_postman_id":"081737ac-929b-4b41-a0cd-f7aeb8748931","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Quote Request Actions & Flight Information","item":[{"name":"Quote Request Actions","item":[{"name":"Accept Quote Request","id":"21ad2f67-ca6a-4f2a-a86d-56652f4c0921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"911ee0ed-e2b1-49a3-b4ac-92896a34b359","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.376Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"statusUpdate\": {\n        \"status\": \"accepted\",\n        \"acceptanceDetails\": {\n            \"acceptedBy\": \"Ahmed Khan\",\n            \"acceptedAt\": \"2025-11-21T10:00:00Z\",\n            \"reason\": \"Quotation is within budget and meets all requirements.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","description":"<p><strong>Requirement Reference</strong>: EQ.E2ACA.4</p>\n<p><strong>Use Case</strong>: ACA – Process Shipment Quotation Request Submitted by Consignor</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-07</p>\n<p><strong>Description</strong>: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.</p>\n<p><strong>Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Used When</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>The quotation request has been initiated and saved, but not yet submitted.</td>\n</tr>\n<tr>\n<td>submitted</td>\n<td>The quotation request is formally submitted by the user and awaiting review.</td>\n</tr>\n<tr>\n<td>under_review</td>\n<td>The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin).</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid.</td>\n</tr>\n<tr>\n<td>recalled</td>\n<td>The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such.</td>\n</tr>\n<tr>\n<td>accepted</td>\n<td>The quotation request has been accepted by the ACA or reviewer. The request is now approved.</td>\n</tr>\n<tr>\n<td>rejected</td>\n<td>The quotation request has been denied by the ACA or reviewer. The reason for denial must be included.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Process Flow</strong>: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)</p>\n<p><strong>Priority:</strong> P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Must be 'accepted'</td>\n</tr>\n<tr>\n<td>acceptanceDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Only required for \"accepted\" status</td>\n</tr>\n<tr>\n<td>acceptanceDetails.acceptedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person who accepted the quote</td>\n</tr>\n<tr>\n<td>acceptanceDetails.acceptedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>acceptanceDetails.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Reason for accepting the quote</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","shipment-quotations",":quotationId","accept"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"quotationId"}]}},"response":[],"_postman_id":"21ad2f67-ca6a-4f2a-a86d-56652f4c0921"},{"name":"Reject Quote Request","id":"2a01ae2c-da1c-4d0f-b68d-3dd75a3e1a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"806215d2-fc42-43c6-8bd7-c3ede7340b57","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.376Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"statusUpdate\": {\n        \"status\": \"denied\",\n        \"rejectionDetails\": {\n            \"rejectedBy\": \"Ahmed Khan\",\n            \"rejectedAt\": \"2025-11-21T10:00:00Z\",\n            \"reason\": \"Quotation does not meet the required specifications.\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","description":"<p><strong>Requirement Reference</strong>: EQ.E2ACA.4</p>\n<p><strong>Use Case</strong>: ACA – Process Shipment Quotation Request Submitted by Consignor</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-07</p>\n<p><strong>Description</strong>: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.</p>\n<p><strong>Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Used When</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>The quotation request has been initiated and saved, but not yet submitted.</td>\n</tr>\n<tr>\n<td>submitted</td>\n<td>The quotation request is formally submitted by the user and awaiting review.</td>\n</tr>\n<tr>\n<td>under_review</td>\n<td>The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin).</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid.</td>\n</tr>\n<tr>\n<td>recalled</td>\n<td>The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such.</td>\n</tr>\n<tr>\n<td>accepted</td>\n<td>The quotation request has been accepted by the ACA or reviewer. The request is now approved.</td>\n</tr>\n<tr>\n<td>rejected</td>\n<td>The quotation request has been denied by the ACA or reviewer. The reason for denial must be included.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Process Flow</strong>: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)</p>\n<p><strong>Priority:</strong> P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Must be \"rejected\"</td>\n</tr>\n<tr>\n<td>rejectionDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Only required for \"rejected\" status</td>\n</tr>\n<tr>\n<td>rejectionDetails.rejectedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person who rejected the quote</td>\n</tr>\n<tr>\n<td>rejectionDetails.rejectedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>rejectionDetails.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Reason for rejecting the quote</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","shipment-quotations",":quotationId","reject"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"quotationId"}]}},"response":[],"_postman_id":"2a01ae2c-da1c-4d0f-b68d-3dd75a3e1a58"}],"id":"267f36d4-3023-43ec-b688-0645fc7470e1","_postman_id":"267f36d4-3023-43ec-b688-0645fc7470e1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"e75ee10b-a1ef-467c-9f1a-d862e5ba305f","_postman_id":"e75ee10b-a1ef-467c-9f1a-d862e5ba305f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Price Proposals & Bookings","item":[{"name":"Price Proposals (ACA to Consignor)","item":[{"name":"Create Price Proposal","id":"4530ec1f-f5e8-4aae-9b3a-1e08b0cb63cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"51a8010b-ef8d-41d4-ab8a-ac45af8de65e","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.376Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteDetails\": {\n        \"quoteRequestId\": \"quote-abc123\",\n        \"airlineQuoteId\": \"alquote-abc789\",\n        \"acaDetails\": {\n            \"name\": \"Sky Freight International\",\n            \"iataNumber\": \"0010000893964\",\n            \"cassNumber\": \"81-4 7158/0072\",\n            \"accountNumber\": \"ACC12345\"\n        },\n        \"consignor\": {\n            \"name\": \"ABC Electronics Ltd\",\n            \"address\": \"123 Main Street\",\n            \"city\": \"Karachi\",\n            \"postalCode\": \"74000\",\n            \"country\": \"PK\",\n            \"contactName\": \"Ahmed Khan\",\n            \"phone\": \"+92-300-1234567\",\n            \"email\": \"ahmed@electronics.pk\",\n            \"ntn\": \"1234567-8\",\n            \"cnic\": \"12345-1234568-9\",\n            \"accountNumber\": \"ACC12345\"\n        },\n        \"shipmentDetails\": {\n            \"origin\": \"KHI\",\n            \"destination\": \"DXB\",\n            \"numberOfPieces\": 10,\n            \"weight\": {\n                \"actualWeight\": 500,\n                \"chargeableWeight\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"dimensions\": {\n                \"length\": 120,\n                \"width\": 80,\n                \"height\": 100,\n                \"unit\": \"CMT\"\n            },\n            \"commodity\": \"Electronics\",\n            \"specialCargoInfo\": \"Fragile goods, handle with care\",\n            \"dateForDeliveryToAirport\": \"2025-11-04T10:00:00Z\",\n            \"flightDetails\": {\n                \"flightNumber\": \"EK-602\",\n                \"airlineName\": \"Emirates Airline\",\n                \"airlinePrefix\": \"176\",\n                \"airlineCode\": \"EK\",\n                \"flightDate\": \"2025-11-05\",\n                \"departureTime\": \"2025-11-05T03:35:00+05:00\",\n                \"arrivalTime\": \"2025-11-05T05:50:00+04:00\"\n            },\n            \"pricing\": {\n                \"airFreightChargePerKg\": 1250.00,\n                \"fuelSurcharge\": 150.00,\n                \"securityCharge\": 50.00,\n                \"handlingFee\": 25.00,\n                \"acaMarkup\": 200.00,\n                \"pickupCharge\": 50.00,\n                \"deliveryCharge\": 75.00,\n                \"insuranceOptional\": 100.00,\n                \"totalAmount\": 1900.00,\n                \"currency\": \"USD\"\n            },\n            \"validity\": {\n                \"validUntil\": \"2025-11-03T23:59:59Z\"\n            }\n        },\n        \"shippingTerms\": \"FOB\",\n        \"pickupAddress\": {\n            \"street\": \"123 Main Street\",\n            \"city\": \"Karachi\",\n            \"postalCode\": \"74000\",\n            \"country\": \"PK\"\n        },\n        \"deliveryAddress\": {\n            \"street\": \"456 Business District\",\n            \"city\": \"Dubai\",\n            \"postalCode\": \"00000\",\n            \"country\": \"AE\"\n        },\n        \"pickupDate\": \"2025-11-04T10:00:00Z\",\n        \"notes\": \"Price includes door-to-door service\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals","description":"<p><strong>Requirement Reference</strong>: EQ.E4ACA.8</p>\n<p><strong>Use Case</strong>: ACA - Finalize Received Quotation and Forward to Consignor</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EQ-CSB-R-01-UC-09</p>\n<p><strong>Description</strong>: After receiving quotation from the airline, the ACA will review the quotations, add their service charges and forward a final quotation to consignor.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E4ACA) → Airport Community System → Consignor System (E5CGNR)</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quoteDetails.quoteRequestId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid quote request ID format (e.g., quote-xxx)</td>\n</tr>\n<tr>\n<td>quoteDetails.airlineQuoteId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid airline quote ID format (e.g., alquote-xxx)</td>\n</tr>\n<tr>\n<td>quoteDetails.acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, iataNumber, cassNumber, accountNumber</td>\n</tr>\n<tr>\n<td>quoteDetails.acaDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the ACA</td>\n</tr>\n<tr>\n<td>quoteDetails.acaDetails.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>quoteDetails.acaDetails.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>quoteDetails.acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of consignor</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City name</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact person's name</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>quoteDetails.consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignor</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include origin, destination, numberOfPieces, weight, dimensions, commodity, specialCargoInfo, dateForDeliveryToAirport, flightDetails, pricing, validity</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.destination</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.numberOfPieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include actualWeight, chargeableWeight, unit</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.weight.actualWeight</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.weight.chargeableWeight</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.dimensions</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include length, width, height, unit</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.dimensions.length</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.dimensions.width</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.dimensions.height</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.dimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.commodity</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.specialCargoInfo</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.dateForDeliveryToAirport</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include flightNumber, airlineName, airlinePrefix, airlineTwoLetterCode, flightDate, departureTime, arrivalTime</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails.flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails.airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails.flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails.departureTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>quoteDetails.shipmentDetails.flightDetails.arrivalTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include airFreightChargePerKg, fuelSurcharge, securityCharge, handlingFee, acaMarkup, pickupCharge, deliveryCharge, insuranceOptional, totalAmount, currency</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.airFreightChargePerKg</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.fuelSurcharge</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.securityCharge</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.handlingFee</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.acaMarkup</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.pickupCharge</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.deliveryCharge</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.insuranceOptional</td>\n<td>Float</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.totalAmount</td>\n<td>Float</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total amount</td>\n</tr>\n<tr>\n<td>quoteDetails.pricing.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>quoteDetails.validity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include validUntil</td>\n</tr>\n<tr>\n<td>quoteDetails.validity.validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>quoteDetails.shippingTerms</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Shipping terms (e.g., FOB, CIF)</td>\n</tr>\n<tr>\n<td>quoteDetails.pickupAddress</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, postalCode, country</td>\n</tr>\n<tr>\n<td>quoteDetails.pickupAddress.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address</td>\n</tr>\n<tr>\n<td>quoteDetails.pickupAddress.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City name</td>\n</tr>\n<tr>\n<td>quoteDetails.pickupAddress.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>quoteDetails.pickupAddress.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>quoteDetails.deliveryAddress</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, postalCode, country</td>\n</tr>\n<tr>\n<td>quoteDetails.deliveryAddress.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address</td>\n</tr>\n<tr>\n<td>quoteDetails.deliveryAddress.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City name</td>\n</tr>\n<tr>\n<td>quoteDetails.deliveryAddress.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>quoteDetails.deliveryAddress.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>quoteDetails.pickupDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>quoteDetails.notes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","price-proposals"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4530ec1f-f5e8-4aae-9b3a-1e08b0cb63cd"}],"id":"db86e2c4-c3ae-4db1-98c9-a09744f03946","_postman_id":"db86e2c4-c3ae-4db1-98c9-a09744f03946","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Price Proposal Actions","item":[{"name":"Approve Price Proposal","id":"cdbe0cf6-9c64-4a93-9545-eaced7111921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"c5dcf2ae-e252-4a41-8b96-79715c7697dd","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.377Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteDetails\": {\n        \"status\": \"approved\",\n        \"approvedBy\": \"Ahmed Khan\",\n        \"approvalDate\": \"2025-11-25T10:00:00Z\",\n        \"approvalReason\": \"Price proposal meets the criteria\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","description":"<p><strong>Requirement References:</strong></p>\n<ul>\n<li><p>EQ.E3ACA.6</p>\n</li>\n<li><p>EQ.E5CGNR.9</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>CNGR - Accept/Reject Quotation</p>\n</li>\n<li><p>ACA - Accept/Reject Quotation</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-3-EQ-CSB-R-01-UC-10</p>\n</li>\n<li><p>IN_FR-3-EQ-CSB-R-01-UC-13</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>Acceptance/rejection to ACA</p>\n</li>\n<li><p>ACA decision to Airlines</p>\n</li>\n</ul>\n<p><strong>Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Used When</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>Price proposal has been created but not yet approved or rejected.</td>\n</tr>\n<tr>\n<td>submitted</td>\n<td>Price proposal has been submitted by the consignor for review.</td>\n</tr>\n<tr>\n<td>under_review</td>\n<td>Price proposal is under review by the ACA.</td>\n</tr>\n<tr>\n<td>approved</td>\n<td>Price proposal has been approved by the ACA.</td>\n</tr>\n<tr>\n<td>rejected</td>\n<td>Price proposal has been rejected by the ACA.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)</p>\n</li>\n<li><p>Airport Community System → Air Cargo Agent System (E6ACA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P2</p>\n</li>\n<li><p>P1</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be \"approved\"</td>\n</tr>\n<tr>\n<td>approvedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person approving the proposal</td>\n</tr>\n<tr>\n<td>approvalDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>approvalReason</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Reason for approving the proposal</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","price-proposals",":priceProposalId","approve"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"priceProposalId"}]}},"response":[],"_postman_id":"cdbe0cf6-9c64-4a93-9545-eaced7111921"},{"name":"Reject Price Proposal","id":"96ae7413-74ba-4772-903f-ead9bed895f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"47e3a410-b2d0-4a46-b12c-19711e5e2c43","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.377Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteDetails\": {\n        \"status\": \"rejected\",\n        \"rejectedBy\": \"Ahmed Khan\",\n        \"rejectionDate\": \"2025-11-25T10:00:00Z\",\n        \"rejectionReason\": \"Unacceptable pricing terms\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","description":"<p><strong>Requirement References:</strong></p>\n<ul>\n<li><p>EQ.E3ACA.6</p>\n</li>\n<li><p>EQ.E5CGNR.9</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>CNGR - Accept/Reject Quotation</p>\n</li>\n<li><p>ACA - Accept/Reject Quotation</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-3-EQ-CSB-R-01-UC-10</p>\n</li>\n<li><p>IN_FR-3-EQ-CSB-R-01-UC-13</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>Acceptance/rejection to ACA</p>\n</li>\n<li><p>ACA decision to Airlines</p>\n</li>\n</ul>\n<p><strong>Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Used When</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>Price proposal has been created but not yet approved or rejected.</td>\n</tr>\n<tr>\n<td>submitted</td>\n<td>Price proposal has been submitted by the consignor for review.</td>\n</tr>\n<tr>\n<td>under_review</td>\n<td>Price proposal is under review by the ACA.</td>\n</tr>\n<tr>\n<td>approved</td>\n<td>Price proposal has been approved by the ACA.</td>\n</tr>\n<tr>\n<td>rejected</td>\n<td>Price proposal has been rejected by the ACA.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)</p>\n</li>\n<li><p>Airport Community System → Air Cargo Agent System (E6ACA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P2</p>\n</li>\n<li><p>P1</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be \"rejected\"</td>\n</tr>\n<tr>\n<td>rejectedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person rejecting the proposal</td>\n</tr>\n<tr>\n<td>rejectionDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>rejectionReason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Reason for rejecting the proposal</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","price-proposals",":priceProposalId","reject"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"priceProposalId"}]}},"response":[],"_postman_id":"96ae7413-74ba-4772-903f-ead9bed895f2"}],"id":"364c3b4a-f4d8-45c4-9fc5-043b943a81ca","_postman_id":"364c3b4a-f4d8-45c4-9fc5-043b943a81ca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Shipment Bookings (ACA to Airline)","item":[{"name":"Create Shipment Booking (JSON)","id":"1e5bfdda-d6d5-4a1b-961c-c841256b31bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"bcf8e6a8-c7e4-4389-8cb0-fb6e2626b2c1","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.377Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"Name\": {\n            \"Value\": \"Booking Request\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"335\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2019-11-18T14:33:36\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFMWN\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFSHA\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": null,\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"LBR\",\n            \"Value\": \"405\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"FTQ\",\n            \"Value\": \"69.0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"ShipmentTypeCode\": {\n            \"Value\": \"T\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"0\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"ProductID\": null,\n        \"SummaryDescription\": {\n            \"Value\": \"MEDICAL SUPPLIES\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"526-42181860\"\n            }\n        },\n        \"ConsignorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"Name\": {\n                \"Value\": \"PACIFIC BLUE DELIVERY\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"96701\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"99-880 IWAENA ST.\"\n                },\n                \"CityName\": {\n                    \"Value\": \"AIEA\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HI\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"HI\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"18084867654\"\n                    }\n                }\n            }\n        },\n        \"RequestorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"IND\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"HNL\"\n            }\n        },\n        \"SpecifiedLogisticsTransportMovement\": [\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"WN1371\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"WN\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T14:50:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T13:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"IND\"\n                        }\n                    }\n                }\n            },\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"HA0017\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"2\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"HA\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T06:05:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"HNL\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T01:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                }\n            }\n        ],\n        \"IncludedMasterConsignmentItem\": [\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"7.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"9.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"6.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"13.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"20.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"16.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"333\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"14\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"333\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"25.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"18.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/shipment-bookings","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141\">FFR</a></li>\n</ul>\n<p><strong>Requirement Reference:</strong> EQ.E6ACA.10</p>\n<p><strong>Use Case</strong>: ACA - Make Shipment Booking with Airline</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EQ-CSB-R-01-UC-18</p>\n<p><strong>Description:</strong> Once ACA has submitted a booking request to the airline through ACS, the airline can access and review the booking request details, including the associated quote ID and shipment information, in a digital format. Using ACS, the airline can either accept or reject the booking request. In the case of a rejection, the airline may propose an alternate booking option which will then be shared with ACA.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E6ACA) → Airport Community System → Airline System (E5AL)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["shipment-bookings"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e5bfdda-d6d5-4a1b-961c-c841256b31bf"}],"id":"a936cb4a-c8d0-401b-be72-6bf85ce4f27b","description":"<p><strong>Requirement Reference</strong>: EQ.E6ACA.10</p>\n<p>ACA creates shipment booking with airlines. Supports JSON, XFFR (XML), and FFR (IMP format).</p>\n","_postman_id":"a936cb4a-c8d0-401b-be72-6bf85ce4f27b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Booking Responses (Airline to ACA)","item":[{"name":"Create Booking Response (JSON)","id":"5d4be32f-3b5a-4386-9593-ca68e913dc33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"8b4cd44d-b0b3-43c2-989c-dc99c58adc8a","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.377Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"Name\": {\n            \"Value\": \"Booking Request\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"335\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2019-11-18T14:33:36\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Response\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFMWN\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFSHA\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": null,\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"LBR\",\n            \"Value\": \"405\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"FTQ\",\n            \"Value\": \"69.0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"ShipmentTypeCode\": {\n            \"Value\": \"T\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"0\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"ProductID\": null,\n        \"SummaryDescription\": {\n            \"Value\": \"MEDICAL SUPPLIES\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"526-42181860\"\n            }\n        },\n        \"ConsignorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"Name\": {\n                \"Value\": \"PACIFIC BLUE DELIVERY\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"96701\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"99-880 IWAENA ST.\"\n                },\n                \"CityName\": {\n                    \"Value\": \"AIEA\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HI\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"HI\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"18084867654\"\n                    }\n                }\n            }\n        },\n        \"RequestorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"IND\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"HNL\"\n            }\n        },\n        \"SpecifiedLogisticsTransportMovement\": [\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"WN1371\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"WN\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T14:50:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T13:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"IND\"\n                        }\n                    }\n                }\n            },\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"HA0017\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"2\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"HA\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T06:05:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"HNL\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T01:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                }\n            }\n        ],\n        \"IncludedMasterConsignmentItem\": [\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"7.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"9.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"6.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"13.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"20.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"16.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"333\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"14\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"333\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"25.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"18.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/booking-responses","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#27142846-4722-47dd-a003-203a8aadfde5\">XRAF</a></li>\n</ul>\n<p><strong>Requirement Reference:</strong> EQ.E6ACA.10</p>\n<p><strong>Use Case</strong>: AL - Process Shipment Booking</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-19</p>\n<p><strong>Description:</strong> Once ACA has submitted a booking request to the airline through ACS, the airline can access and review the booking request details, including the associated quote ID and shipment information, in a digital format. Using ACS, the airline can either accept or reject the booking request. In the case of a rejection, the airline may propose an alternate booking option which will then be shared with ACA.</p>\n<p><strong>Process Flow</strong>: Airline System (E5AL) → Airport Community System → Air Cargo Agent System (E6ACA)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["booking-responses"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d4be32f-3b5a-4386-9593-ca68e913dc33"}],"id":"b45028bb-05e1-499d-bb6f-4162437a07f6","description":"<p><strong>Requirement Reference</strong>: EQ.E6AL.11</p>\n<p>Airline accepts or rejects booking. Can propose alternate booking if rejected.</p>\n","_postman_id":"b45028bb-05e1-499d-bb6f-4162437a07f6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"8f660de3-b811-47bb-b009-5481d31126e4","_postman_id":"8f660de3-b811-47bb-b009-5481d31126e4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"RFQs & Airline Quotes","item":[{"name":"Airline RFQs (ACA to Airline)","item":[{"name":"Create Airline RFQ (JSON)","id":"68a61538-611e-49e8-b20f-2cab1f075f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"ff85fda1-0d81-4917-99cb-bfe04818d115","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.377Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"XRAF-LH2847-20260215-001\"\n        },\n        \"Name\": {\n            \"Value\": \"Rate Information\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"785\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2026-02-15T09:30:00\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"2.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"CONV-XRAF-20260215-8901\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"@schemeID\": \"C\",\n                \"Value\": \"LH_CARGO\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"@schemeID\": \"C\",\n                \"Value\": \"KN_FREIGHT\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"BHD-LH-20260215-001\"\n        },\n        \"ItemQuantity\": {\n            \"Value\": \"3\"\n        }\n    },\n    \"CargoTariff\": {\n        \"ID\": {\n            \"Value\": \"CT-LH-FRAJFK-2026Q1-001\"\n        },\n        \"CarrierAssignedID\": {\n            \"Value\": \"LH-GCR-FRAJFK-001\"\n        },\n        \"StatusCode\": {\n            \"Value\": \"A\"\n        },\n        \"SequenceID\": {\n            \"Value\": \"1\"\n        },\n        \"PriorityCode\": {\n            \"Value\": \"1\"\n        },\n        \"RateCategoryCode\": {\n            \"Value\": \"Q\"\n        },\n        \"RateCategoryGroupName\": {\n            \"Value\": \"General Cargo\"\n        },\n        \"ExclusiveIndicator\": {\n            \"Value\": \"true\"\n        },\n        \"InterlineIndicator\": {\n            \"Value\": \"true\"\n        },\n        \"SellIndicator\": {\n            \"Value\": \"true\"\n        },\n        \"ItemQuantity\": {\n            \"Value\": \"3\"\n        },\n        \"EffectivePeriod\": {\n            \"StartDateTime\": {\n                \"Value\": \"2026-01-01T00:00:00\"\n            },\n            \"EndDateTime\": {\n                \"Value\": \"2026-06-30T23:59:59\"\n            }\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"SPA-LH-KN-2026-001\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"ReferenceDocument\": {\n            \"ID\": {\n                \"Value\": \"TACT-2026-Q1\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"123\"\n            }\n        },\n        \"ApplicableSalesArea\": {\n            \"ID\": {\n                \"Value\": \"SA-EMEA-DE-001\"\n            },\n            \"Name\": {\n                \"Value\": \"EMEA Germany Sales Region\"\n            },\n            \"CityID\": {\n                \"Value\": \"FRA\"\n            },\n            \"CityName\": {\n                \"Value\": \"Frankfurt am Main\"\n            },\n            \"CountrySubDivisionID\": {\n                \"Value\": \"DE-HE\"\n            },\n            \"CountrySubDivisionName\": {\n                \"Value\": \"Hessen\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            },\n            \"CountryName\": {\n                \"Value\": \"Germany\"\n            },\n            \"CurrencyID\": {\n                \"Value\": \"EUR\"\n            },\n            \"CurrencyName\": {\n                \"Value\": \"Euro\"\n            },\n            \"IATAAreaID\": {\n                \"Value\": \"2\"\n            },\n            \"IATAAreaName\": {\n                \"Value\": \"Europe\"\n            },\n            \"IATASubAreaID\": {\n                \"Value\": \"21\"\n            },\n            \"IATASubAreaName\": {\n                \"Value\": \"Western Europe\"\n            },\n            \"CarrierAssignedID\": {\n                \"Value\": \"LH-SA-EMEA-001\"\n            },\n            \"DistributionIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"DistributionDateTime\": {\n                \"Value\": \"2026-01-15T08:00:00\"\n            },\n            \"NotificationIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"DistributionCommunication\": [\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"FX\"\n                    },\n                    \"CompleteNumber\": {\n                        \"Value\": \"+49 69 696 0\"\n                    },\n                    \"FormatUseCode\": {\n                        \"Value\": \"PDF\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"EM\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"cargo.rates@lufthansa-cargo.com\"\n                    },\n                    \"FormatUseCode\": {\n                        \"Value\": \"HTML\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"FT\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"sftp://rates.lufthansa-cargo.com/xraf\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"WS\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"https://api.lufthansa-cargo.com/rates/v2\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"OT\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"https://portal.lufthansa-cargo.com/rates\"\n                    },\n                    \"CompleteNumber\": {\n                        \"Value\": \"+49 69 696 1234\"\n                    }\n                }\n            ]\n        },\n        \"IssuerCarrierParty\": {\n            \"PrimaryID\": {\n                \"Value\": \"LH\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"020\"\n            },\n            \"PrefixID\": {\n                \"Value\": \"020\"\n            },\n            \"Name\": {\n                \"Value\": \"Lufthansa Cargo AG\"\n            },\n            \"LogoIdentification\": {\n                \"Value\": \"LH_CARGO_LOGO\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"60546\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"Flughafen-Bereich West\"\n                },\n                \"CityName\": {\n                    \"Value\": \"Frankfurt am Main\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"Germany\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"Hessen\"\n                },\n                \"PostOfficeBox\": {\n                    \"Value\": \"PO Box 630300\"\n                },\n                \"CityID\": {\n                    \"Value\": \"FRA\"\n                },\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"DE-HE\"\n                },\n                \"DepartmentName\": {\n                    \"Value\": \"Cargo Pricing Department\"\n                }\n            }\n        },\n        \"SpecifiedSectionCarrierParty\": {\n            \"PrimaryID\": {\n                \"Value\": \"LX\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"724\"\n            },\n            \"PrefixID\": {\n                \"Value\": \"724\"\n            },\n            \"Name\": {\n                \"Value\": \"Swiss International Air Lines\"\n            },\n            \"LogoIdentification\": {\n                \"Value\": \"LX_CARGO_LOGO\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"4002\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"Malzgasse 15\"\n                },\n                \"CityName\": {\n                    \"Value\": \"Basel\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"CH\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"Switzerland\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"Basel-Stadt\"\n                },\n                \"PostOfficeBox\": {\n                    \"Value\": \"PO Box 1830\"\n                },\n                \"CityID\": {\n                    \"Value\": \"BSL\"\n                },\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"CH-BS\"\n                },\n                \"DepartmentName\": {\n                    \"Value\": \"Cargo Operations\"\n                }\n            }\n        },\n        \"SpecifiedAssociatedParty\": {\n            \"PrimaryID\": {\n                \"@schemeAgencyID\": \"1\",\n                \"Value\": \"KUEHNE001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"KN-DE-001\"\n            },\n            \"Name\": {\n                \"Value\": \"Kuehne + Nagel International AG\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"Role\": {\n                \"Value\": \"Freight Forwarder\"\n            },\n            \"AccountID\": {\n                \"Value\": \"LH-KN-40012847\"\n            },\n            \"CargoAgentID\": {\n                \"Value\": \"01-2-0012847\"\n            },\n            \"ReferenceID\": {\n                \"Value\": \"KN-REF-2026-00142\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"28195\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"Domshof 18\"\n                },\n                \"CityName\": {\n                    \"Value\": \"Bremen\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"Germany\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"Bremen\"\n                },\n                \"PostOfficeBox\": {\n                    \"Value\": \"PO Box 106009\"\n                },\n                \"CityID\": {\n                    \"Value\": \"BRE\"\n                },\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"DE-HB\"\n                },\n                \"DepartmentName\": {\n                    \"Value\": \"Air Logistics\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"Klaus Mueller\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"+49 421 3004 0\"\n                    }\n                },\n                \"FaxCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"+49 421 3004 199\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"klaus.mueller@kuehne-nagel.com\"\n                    }\n                },\n                \"TelexCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"244830 KNBR D\"\n                    }\n                }\n            }\n        },\n        \"SpecifiedRateEntryEvent\": {\n            \"OccurrenceDateTime\": {\n                \"Value\": \"2026-01-10T14:22:00\"\n            },\n            \"RelatedRateEventParty\": {\n                \"Name\": {\n                    \"Value\": \"Anna Weber\"\n                }\n            }\n        },\n        \"SpecifiedRateApprovalEvent\": {\n            \"OccurrenceDateTime\": {\n                \"Value\": \"2026-01-12T10:15:00\"\n            },\n            \"RelatedRateEventParty\": {\n                \"Name\": {\n                    \"Value\": \"Stefan Braun\"\n                }\n            }\n        },\n        \"SpecifiedRateVerificationEvent\": {\n            \"OccurrenceDateTime\": {\n                \"Value\": \"2026-01-13T16:45:00\"\n            },\n            \"RelatedRateEventParty\": {\n                \"Name\": {\n                    \"Value\": \"Maria Fischer\"\n                }\n            }\n        },\n        \"SpecifiedCargoTariffRate\": {\n            \"PrepaidIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"WeightMeasurementCode\": {\n                \"Value\": \"KGM\"\n            },\n            \"WeightCategoryCode\": {\n                \"Value\": \"A\"\n            },\n            \"CarrierAssignedID\": {\n                \"Value\": \"LH-TR-FRAJFK-GCR-Q500\"\n            },\n            \"PremiumIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"DayOfWeekCode\": {\n                \"Value\": \"1234567\"\n            },\n            \"DensityWeightMeasure\": {\n                \"@unitCode\": \"KGM\",\n                \"Value\": \"167\"\n            },\n            \"DGRClass\": {\n                \"Value\": \"N/A\"\n            },\n            \"TemperatureControlIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"AllInclusiveIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"AgentAllInclusiveIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"CarrierAllInclusiveIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"MinimumChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"85.00\"\n            },\n            \"MaximumChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"15000.00\"\n            },\n            \"NormalChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"2.45\"\n            },\n            \"NormalChargeUnitCode\": {\n                \"Value\": \"KGM\"\n            },\n            \"BaseRateChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"1.95\"\n            },\n            \"MinimumWeightMeasure\": {\n                \"@unitCode\": \"KGM\",\n                \"Value\": \"45\"\n            },\n            \"MaximumWeightMeasure\": {\n                \"@unitCode\": \"KGM\",\n                \"Value\": \"5000\"\n            },\n            \"RoundingFactorNumeric\": {\n                \"Value\": \"0.5\"\n            },\n            \"DiscountPercent\": {\n                \"Value\": \"15\"\n            },\n            \"AdditionalPercent\": {\n                \"Value\": \"5\"\n            },\n            \"PerPieceChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"3.50\"\n            },\n            \"PerHouseAirWaybillChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"25.00\"\n            },\n            \"PerAirWaybillChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"35.00\"\n            },\n            \"AdditionalDiscountPercent\": {\n                \"Value\": \"2.5\"\n            },\n            \"IncrementalIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"NonBusinessHourIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"PricingTypeCode\": {\n                \"Value\": \"380\"\n            },\n            \"InternalRemark\": {\n                \"Value\": \"Q500 rate applicable for general cargo FRA-JFK corridor\"\n            },\n            \"ExternalRemark\": {\n                \"Value\": \"Rate valid for general cargo shipments exceeding 500 kg\"\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"TACT-RULES-2026-SEC4\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2026-01-01T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"380\"\n                },\n                \"Name\": {\n                    \"Value\": \"TACT Rules Section 4 - Rates\"\n                }\n            },\n            \"ApplicableSectorTransportMovement\": {\n                \"DepartureSectorEvent\": {\n                    \"RelatedSectorLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"Frankfurt am Main Airport\"\n                        },\n                        \"CountryID\": {\n                            \"Value\": \"DE\"\n                        },\n                        \"CountryName\": {\n                            \"Value\": \"Germany\"\n                        },\n                        \"ZoneID\": {\n                            \"Value\": \"TC2\"\n                        },\n                        \"ZoneName\": {\n                            \"Value\": \"Traffic Conference Area 2\"\n                        }\n                    }\n                },\n                \"ArrivalSectorEvent\": {\n                    \"RelatedSectorLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"John F. Kennedy International Airport\"\n                        },\n                        \"CountryID\": {\n                            \"Value\": \"US\"\n                        },\n                        \"CountryName\": {\n                            \"Value\": \"United States\"\n                        },\n                        \"ZoneID\": {\n                            \"Value\": \"TC1\"\n                        },\n                        \"ZoneName\": {\n                            \"Value\": \"Traffic Conference Area 1\"\n                        }\n                    }\n                }\n            },\n            \"ApplicableControlledTemperature\": {\n                \"MinimumValueMeasure\": {\n                    \"@unitCode\": \"CEL\",\n                    \"Value\": \"2\"\n                },\n                \"MaximumValueMeasure\": {\n                    \"@unitCode\": \"CEL\",\n                    \"Value\": \"8\"\n                }\n            },\n            \"ApplicableServiceProduct\": {\n                \"ID\": {\n                    \"Value\": \"SVC-GCR-001\"\n                },\n                \"Name\": {\n                    \"Value\": \"General Cargo Rate\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"GCR\"\n                },\n                \"ServiceTypeCode\": {\n                    \"Value\": \"P\"\n                },\n                \"CarrierAssignedID\": {\n                    \"Value\": \"LH-GCR\"\n                }\n            },\n            \"ApplicablePriceGroup\": {\n                \"ID\": {\n                    \"Value\": \"PG-EMEA-NA-001\"\n                },\n                \"Name\": {\n                    \"Value\": \"EMEA to North America\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"INTL\"\n                },\n                \"CarrierAssignedID\": {\n                    \"Value\": \"LH-PG-TC2-TC1\"\n                }\n            },\n            \"ApplicablePriceClassification\": {\n                \"ClassCode\": {\n                    \"Value\": \"Q\"\n                },\n                \"ClassName\": {\n                    \"Value\": \"Quantity Rate\"\n                },\n                \"InclusiveIndicator\": {\n                    \"Value\": \"true\"\n                }\n            },\n            \"ApplicableCommodityClassification\": {\n                \"ClassCode\": {\n                    \"Value\": \"0000\"\n                },\n                \"ClassName\": {\n                    \"Value\": \"General Cargo\"\n                }\n            },\n            \"ApplicableUnitLoadTransportEquipment\": {\n                \"ID\": {\n                    \"Value\": \"AKE-12345-LH\"\n                },\n                \"CharacteristicCode\": {\n                    \"Value\": \"AKE\"\n                },\n                \"OwnerParty\": {\n                    \"PrimaryID\": {\n                        \"Value\": \"LH\"\n                    }\n                }\n            },\n            \"ApplicableTransitLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                },\n                \"Name\": {\n                    \"Value\": \"Frankfurt am Main Airport\"\n                }\n            },\n            \"ApplicableTransitCarrierParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"UA\"\n                },\n                \"AdditionalID\": {\n                    \"Value\": \"016\"\n                },\n                \"PrefixID\": {\n                    \"Value\": \"016\"\n                },\n                \"Name\": {\n                    \"Value\": \"United Airlines\"\n                }\n            },\n            \"ApplicableSPHInstructions\": {\n                \"Description\": {\n                    \"Value\": \"Perishable goods requiring temperature control between 2-8 degrees Celsius\"\n                },\n                \"DescriptionCode\": {\n                    \"Value\": \"PER\"\n                },\n                \"InclusiveIndicator\": {\n                    \"Value\": \"true\"\n                }\n            },\n            \"ApplicableSpaceAllotment\": {\n                \"ID\": {\n                    \"Value\": \"ALT-LH-FRAJFK-2026Q1\"\n                },\n                \"Name\": {\n                    \"Value\": \"FRA-JFK Q1 2026 Allotment\"\n                },\n                \"WeightMeasure\": {\n                    \"@unitCode\": \"TNE\",\n                    \"Value\": \"5.0\"\n                },\n                \"VolumeMeasure\": {\n                    \"@unitCode\": \"MTQ\",\n                    \"Value\": \"25.0\"\n                },\n                \"ReleaseInformation\": {\n                    \"Value\": \"Release 48 hours prior to departure\"\n                },\n                \"OtherInformation\": {\n                    \"Value\": \"Weekly allotment on LH400/LH404\"\n                }\n            },\n            \"ApplicableLocalServiceCharge\": {\n                \"ID\": {\n                    \"Value\": \"LSC-FRA-THC-001\"\n                },\n                \"Description\": {\n                    \"Value\": \"Terminal Handling Charge - Frankfurt\"\n                },\n                \"PayeePartyRoleCode\": {\n                    \"Value\": \"CA\"\n                },\n                \"CategoryCode\": {\n                    \"Value\": \"THC\"\n                }\n            },\n            \"ApplicableFlightGroup\": {\n                \"ID\": {\n                    \"Value\": \"FG-LH-FRAJFK-001\"\n                },\n                \"Name\": {\n                    \"Value\": \"FRA-JFK Daily Service\"\n                },\n                \"Description\": {\n                    \"Value\": \"Daily widebody service Frankfurt to New York JFK\"\n                },\n                \"ApplicableFlightGroupTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"LH400\"\n                    },\n                    \"UsedFlightGroupTransportMeans\": {\n                        \"TypeCode\": {\n                            \"Value\": \"F\"\n                        },\n                        \"BodyTypeCode\": {\n                            \"Value\": \"W\"\n                        },\n                        \"DeckTypeCode\": {\n                            \"Value\": \"M\"\n                        }\n                    },\n                    \"DepartureFlightGroupEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2026-02-15T13:30:00\"\n                        }\n                    },\n                    \"ArrivalFlightGroupEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2026-02-15T16:45:00\"\n                        }\n                    }\n                }\n            },\n            \"ApplicableAddOnServiceCharge\": {\n                \"ID\": {\n                    \"Value\": \"AOSC-FRA-FSC-001\"\n                },\n                \"Description\": {\n                    \"Value\": \"Fuel Surcharge\"\n                },\n                \"CarrierID\": {\n                    \"Value\": \"LH\"\n                },\n                \"AreaID\": {\n                    \"Value\": \"TC2\"\n                },\n                \"LocationID\": {\n                    \"Value\": \"FRA\"\n                },\n                \"ZoneID\": {\n                    \"Value\": \"EU\"\n                },\n                \"MinimumAppliedAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"0.15\"\n                },\n                \"MaximumAppliedAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"0.85\"\n                },\n                \"PerKgAppliedAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"0.45\"\n                },\n                \"AppliedEffectivePeriod\": {\n                    \"StartDateTime\": {\n                        \"Value\": \"2026-01-01T00:00:00\"\n                    },\n                    \"EndDateTime\": {\n                        \"Value\": \"2026-03-31T23:59:59\"\n                    }\n                },\n                \"ApplicablePieceBreakRate\": {\n                    \"SpecialHandlingTypeCode\": {\n                        \"Value\": \"GEN\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"12.5\"\n                    },\n                    \"NormalChargeAmount\": {\n                        \"@currencyID\": \"EUR\",\n                        \"Value\": \"0.45\"\n                    },\n                    \"PerAirWaybillChargeAmount\": {\n                        \"@currencyID\": \"EUR\",\n                        \"Value\": \"15.00\"\n                    },\n                    \"MinimumWeightMeasure\": {\n                        \"@unitCode\": \"KGM\",\n                        \"Value\": \"100\"\n                    }\n                }\n            },\n            \"ApplicableWeightBreakRate\": {\n                \"BreakWeightMeasure\": {\n                    \"@unitCode\": \"KGM\",\n                    \"Value\": \"500\"\n                },\n                \"BreakChargeAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"1.85\"\n                }\n            },\n            \"ApplicableTimeRate\": {\n                \"TimeMeasure\": {\n                    \"@unitCode\": \"DAY\",\n                    \"Value\": \"3\"\n                },\n                \"TimeChargeAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"50.00\"\n                }\n            },\n            \"ApplicableUnitLoadRate\": {\n                \"PivotWeightMeasure\": {\n                    \"@unitCode\": \"KGM\",\n                    \"Value\": \"1500\"\n                },\n                \"PivotChargeAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"2250.00\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/airline-rfqs","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#27142846-4722-47dd-a003-203a8aadfde5\">XRAF</a></li>\n</ul>\n<p><strong>Requirement Reference:</strong> EQ.E3ACA.6</p>\n<p><strong>Use Case</strong>: ACA – Initiate Request for Shipment Quotation on behalf of Consignor</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-12</p>\n<p><strong>Description:</strong> In case of a walk-in customer, the ACA may initiate a quotation request on behalf consignor(s) and submit them to airline(s) seeking quotation.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["airline-rfqs"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"68a61538-611e-49e8-b20f-2cab1f075f80"}],"id":"4f5654fd-7063-48d2-b520-f33b16dd7001","_postman_id":"4f5654fd-7063-48d2-b520-f33b16dd7001","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"7b25c673-3330-43c8-a38e-a15c4a728397","description":"<p>Request for Quote submission and airline quote responses (10 endpoints)</p>\n<p><strong>Requirements</strong>: EQ.E3ACA.6, EQ.E3AL.7</p>\n","_postman_id":"7b25c673-3330-43c8-a38e-a15c4a728397","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Schedule Management","item":[{"name":"Create Single Flight Schedule","id":"eae9b5d6-0841-4c27-b2a6-a47223ae41de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d9abf3c4-65e2-4f1a-9583-f63968d15eea","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.377Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flightNumber\": \"EK-602\",\n    \"originCountry\": \"PK\",\n    \"originAirport\": \"KHI\",\n    \"destinationCountry\": \"AE\",\n    \"destinationAirport\": \"DXB\",\n    \"transitPoint\": \"None\",\n    \"departureDatetime\": \"2025-11-25T02:15:00+05:00\",\n    \"arrivalDatetime\": \"2025-11-25T05:30:00+04:00\",\n    \"aircraftNumber\": \"ABC123\",\n    \"aircraftType\": \"B777-300ER\",\n    \"availableCapacity\": {\n        \"weight\": {\n            \"value\": 15000,\n            \"unit\": \"KGM\"\n        },\n        \"volume\": {\n            \"value\": 120,\n            \"unit\": \"MTQ\"\n        }\n    },\n    \"daysOfWeek\": [\n        \"Monday\",\n        \"Tuesday\",\n        \"Wednesday\",\n        \"Thursday\",\n        \"Friday\",\n        \"Saturday\",\n        \"Sunday\"\n    ],\n    \"validFrom\": \"2025-11-25\",\n    \"validTo\": \"2026-03-28\",\n    \"serviceType\": \"mixed\",\n    \"status\": \"active\",\n    \"notes\": \"Daily service with increased cargo capacity during peak season\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules","description":"<p><strong>Requirement Reference</strong>: EQ.E2AL.5</p>\n<p><strong>Use Case</strong>: AL - Upload Flight Schedule</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-16</p>\n<p><strong>Description</strong>: Flight schedule data sync</p>\n<p><strong>Process Flow</strong>: Airline System (E2AL)→ Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>originCountry</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>originAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destinationCountry</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>destinationAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>transitPoint</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>departureDatetime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>arrivalDatetime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>aircraftNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Alphanumeric format</td>\n</tr>\n<tr>\n<td>aircraftType</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>availableCapacity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include weight and volume</td>\n</tr>\n<tr>\n<td>availableCapacity.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>availableCapacity.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>availableCapacity.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>availableCapacity.volume</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>availableCapacity.volume.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>availableCapacity.volume.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>daysOfWeek</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>List of days of the week</td>\n</tr>\n<tr>\n<td>validFrom</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>validTo</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>serviceType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of [\"mixed\", \"exclusive\"]</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of [\"active\", \"inactive\"]</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","flight-schedules"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"eae9b5d6-0841-4c27-b2a6-a47223ae41de"},{"name":"Bulk Upload Flight Schedules","id":"5c068ff2-418d-4020-868f-e038f5ccdf03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"08c35ae3-65f1-46b1-b699-d92921b2336a","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.377Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"schedules\": [\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.csv\",\n            \"contentType\": \"text/csv\",\n            \"size\": 26214400\n        },\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c01\",\n            \"name\": \"2.csv\",\n            \"contentType\": \"text/csv\",\n            \"size\": 26214400\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/bulk-upload","description":"<p><strong>Global APIs Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EQ.E2AL.5</p>\n<p><strong>Use Case</strong>: AL - Upload Flight Schedule</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-16</p>\n<p><strong>Description</strong>: Flight schedule data sync</p>\n<p><strong>Process Flow</strong>: Airline System (E2AL)→ Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>36</td>\n<td>M</td>\n<td>File ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>File name</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","flight-schedules","bulk-upload"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c068ff2-418d-4020-868f-e038f5ccdf03"},{"name":"Update Flight Schedule","id":"f8609e90-00f9-4611-abc0-acd782d55619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Request-ID","value":"e995f4b6-67cd-4bc2-ac46-4d706e775f7c","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.378Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"departureDatetime\": \"2025-11-25T02:30:00+05:00\",\n    \"arrivalDatetime\": \"2025-11-25T05:45:00+04:00\",\n    \"aircraftType\": \"B777-300ER\",\n    \"availableCapacity\": {\n        \"weight\": {\n            \"value\": 18000,\n            \"unit\": \"KGM\"\n        },\n        \"volume\": {\n            \"value\": 140,\n            \"unit\": \"MTQ\"\n        }\n    },\n    \"status\": \"active\",\n    \"updateReason\": \"Schedule adjusted and capacity increased due to aircraft swap\",\n    \"affectBookings\": true,\n    \"notes\": \"Departure delayed by 15 minutes, aircraft upgraded with higher cargo capacity\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","description":"<p><strong>Requirement Reference</strong>: EQ.E2AL.5</p>\n<p><strong>Use Case</strong>: AL - Upload Flight Schedule</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EQ-CSB-R-01-UC-16</p>\n<p><strong>Description</strong>: Flight schedule data sync</p>\n<p><strong>Process Flow</strong>: Airline System (E2AL)→ Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>departureDatetime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>arrivalDatetime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>aircraftType</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>availableCapacity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include weight and volume</td>\n</tr>\n<tr>\n<td>availableCapacity.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>availableCapacity.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>availableCapacity.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>availableCapacity.volume</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>availableCapacity.volume.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>availableCapacity.volume.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of [\"active\", \"inactive\"]</td>\n</tr>\n<tr>\n<td>updateReason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>affectBookings</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","flight-schedules",":flightNumber"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"flightNumber"}]}},"response":[],"_postman_id":"f8609e90-00f9-4611-abc0-acd782d55619"}],"id":"e3bbc211-18a2-4102-912e-1129c95708ce","_postman_id":"e3bbc211-18a2-4102-912e-1129c95708ce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"b8f84585-3b21-4573-9cf9-041c0d465bf1","_postman_id":"b8f84585-3b21-4573-9cf9-041c0d465bf1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Ops module","item":[{"name":"Import & GHA Operations","item":[{"name":"Flight Data & Documents","item":[{"name":"ACI","item":[{"name":"Receive ACI (Advance Cargo Information)","id":"311b08ce-2636-46b2-a3d1-aa345e9cba00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"89e4f8ea-61f3-4e45-9909-3513fa8ec952","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I4AL.1</p>\n</li>\n<li><p>G.I4AL.1</p>\n</li>\n<li><p>EO.I4GHA.2</p>\n</li>\n<li><p>EO.I4CUS.3</p>\n</li>\n<li><p>G.I4GHA.2</p>\n</li>\n<li><p>G.I4CUS.4</p>\n</li>\n<li><p>EO.I5PSW.5</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Send Advance Cargo Information (ACI) to ACS</p>\n</li>\n<li><p>Receive Advance Cargo Information from ACS</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-1-EOPSI-ACI-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-1-EOPSI-ACI-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description</strong>: Airline system sends Flight Manifest (FFM), Master Air Waybills (FWB), and House Air Waybills (FHL) to ACS via API.</p>\n<p><strong>Process Flow</strong>: Airline System (I4AL) → Airport Community System → GHA System (I4GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","flight-manifests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"311b08ce-2636-46b2-a3d1-aa345e9cba00"}],"id":"b42982e5-55f2-4d0c-834f-95f5e5e7550c","description":"<p>Endpoints for receiving and distributing ACI</p>\n","_postman_id":"b42982e5-55f2-4d0c-834f-95f5e5e7550c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Mail Manifest","item":[{"name":"Receive Mail Manifest","id":"3f57691a-0b50-4a65-a3f4-c12ab02530dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"dee18087-fb35-4f35-8410-7a60192b847a","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.378Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"mailManifestNumber\": \"2109312345\",\n  \"airlineCode\": \"EK\",\n  \"flightNumber\": \"EK1001\",\n  \"origin\": \"KUL\",\n  \"departedAt\": \"2026-01-01T00:00:00Z\",\n  \"destination\": \"KHI\",\n  \"arrivedAt\": \"2026-01-01T04:00:00Z\",\n  \"airmailDispatchNumber\": \"1209432\",\n  \"mawbNumber\": \"176-12309824\",\n  \"pieces\": 12,\n  \"weight\": \"10\",\n  \"weightUnit\": \"KGM\",\n  \"volume\": \"100\",\n  \"volumeUnit\": \"CBM\",\n  \"natureOfGoods\": \"Printed books\",\n  \"inboundAirlineCode\": \"EK\",\n  \"inboundFlightNumber\": \"EK1001\"\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe\">Mail Manifest</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I4GHA.2</p>\n</li>\n<li><p>EO.I4P.4</p>\n</li>\n<li><p>EO.I5PAA.6</p>\n</li>\n<li><p>G.I4P.3</p>\n</li>\n</ul>\n<p><strong>Use Case:</strong> View Mail Manifest in ACS</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EOPSI-ACI-R-01-UC-03</p>\n<p><strong>Description:</strong> ACS displays Mail Manifest received from Airlines to authorized entities.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airport Community System → Airline System</p>\n</li>\n<li><p>Airport Community System → GHA System</p>\n</li>\n<li><p>Airport Community System → Postal Aviation Authority</p>\n</li>\n<li><p>Airport Community System → Pakistan Post (I7P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P2</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"3f57691a-0b50-4a65-a3f4-c12ab02530dd"}],"id":"9d3dc5e2-7172-4c69-9daa-347d4eddec80","_postman_id":"9d3dc5e2-7172-4c69-9daa-347d4eddec80","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"e4a75aa8-2b78-47e0-95eb-061ba798564e","description":"<p>API endpoints for e-Ops Import module covering flight manifest reception, air waybill processing, and document management.</p>\n<p>Requirements covered: EO.I4AL.1 through EO.I8CUS.14</p>\n","_postman_id":"e4a75aa8-2b78-47e0-95eb-061ba798564e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Arrival & Customs","item":[{"name":"Cargo Arrival & Documents","item":[{"name":"Submit Cargo Arrival Information","id":"df18be46-b3b7-4cc5-bada-afc06db33931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a\"\n    },\n    \"Name\": {\n      \"Value\": \"Cargo Status\"\n    },\n    \"TypeCode\": {\n      \"Value\": \"34\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2015-04-03T08:49:48\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"6.00\"\n    },\n    \"SenderParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"QLMBAIB\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"T\",\n          \"Value\": \"QLMBAIB\"\n        }\n      }\n    ],\n    \"RecipientParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"TRGLIVE\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"T\",\n          \"Value\": \"TRGLIVE\"\n        }\n      }\n    ]\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"125-19160481-BKD\"\n    }\n  },\n  \"MasterConsignment\": {\n    \"GrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"1481.0\"\n    },\n    \"PieceQuantity\": {\n      \"Value\": \"0\"\n    },\n    \"LoadTypeCode\": {\n      \"Value\": \"BLK\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"0\"\n    },\n    \"TransportSplitDescription\": {\n      \"Value\": \"T\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"125-19160481\"\n      },\n      \"Name\": {\n        \"Value\": \"Air Waybill\"\n      },\n      \"TypeCode\": {\n        \"Value\": \"740\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"LHR\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"TYO\"\n      }\n    },\n    \"ReportedStatus\": {\n      \"ReasonCode\": {\n        \"Value\": \"BKD\"\n      },\n      \"AssociatedStatusConsignment\": {\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"1481.0\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n          \"Value\": \"T\"\n        },\n        \"SpecifiedLogisticsTransportMovement\": {\n          \"ID\": {\n            \"Value\": \"BA005\"\n          },\n          \"ScheduledArrivalEvent\": {\n            \"ScheduledOccurrenceDateTime\": {\n              \"Value\": \"2015-04-06T00:00:00\"\n            }\n          },\n          \"ArrivalEvent\": {\n            \"ArrivalOccurrenceDateTime\": {\n              \"Value\": \"2015-04-07T09:10:00\"\n            },\n            \"ArrivalDateTimeTypeCode\": {\n              \"Value\": \"S\"\n            }\n          },\n          \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n              \"Value\": \"2015-04-06T13:30:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n              \"Value\": \"S\"\n            }\n          },\n          \"CarrierParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"BA\"\n            }\n          },\n          \"SpecifiedLocation\": [\n            {\n              \"ID\": {\n                \"Value\": \"LHR\"\n              },\n              \"TypeCode\": {\n                \"Value\": \"Airport\"\n              },\n              \"FlightStatusTypeCode\": {\n                \"Value\": \"D\"\n              }\n            },\n            {\n              \"ID\": {\n                \"Value\": \"NRT\"\n              },\n              \"TypeCode\": {\n                \"Value\": \"Airport\"\n              },\n              \"FlightStatusTypeCode\": {\n                \"Value\": \"A\"\n              }\n            }\n          ],\n          \"SpecifiedEvent\": {\n            \"OccurrenceDateTime\": {\n              \"Value\": \"2015-04-06T00:00:00\"\n            },\n            \"DateTimeTypeCode\": {\n              \"Value\": \"S\"\n            }\n          }\n        },\n        \"HandlingOSIInstructions\": {\n          \"Description\": {\n            \"Value\": \"PRODUCT-M-ULD\"\n          },\n          \"DescriptionCode\": {\n            \"Value\": \"OSI\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/cargo-arrivals","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43\">FSU+</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I10CUS.15</p>\n</li>\n<li><p>EO.I10CNE.16</p>\n</li>\n<li><p>EO.I10AL.17</p>\n</li>\n<li><p>EO.I10ACA.18</p>\n</li>\n<li><p>EO.I10CB.19</p>\n</li>\n<li><p>EO.I10CGNR.20</p>\n</li>\n<li><p>G.I10CNE.11</p>\n</li>\n<li><p>G.I10ACA.12</p>\n</li>\n<li><p>G.I10AL.13</p>\n</li>\n<li><p>G.I10CB.14</p>\n</li>\n<li><p>G.I10CUS.15</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Receive Cargo Arrival Information from ACS</p>\n</li>\n<li><p>View Cargo Arrival Information in ACS</p>\n</li>\n<li><p>View Cargo Arrival Information in PSW</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-1-EOPSI-ACI-R-01-UC-06</p>\n<p><strong>Description</strong>: ACS pushes Cargo Arrival Information to GHA and Customs after receiving from Airlines.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airport Community System → GHA System</p>\n</li>\n<li><p>Airport Community System → Airline System (I10AL)</p>\n</li>\n<li><p>Airport Community System → Postal Aviation Authority</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","cargo-arrivals"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"df18be46-b3b7-4cc5-bada-afc06db33931"},{"name":"Upload X-ray Images","id":"8410d15f-e308-4edc-a397-9a33b2fcf3f2","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"95363b12-34c1-41c5-b8c2-29da38e199f8","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.378Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"images\": [\r\n    {\r\n      \"scannedAt\": \"2025-11-24T10:30:00Z\",\r\n      \"scanResult\": \"cleared\",\r\n      \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\r\n      \"name\": \"1.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400,\r\n      \"scannedBy\": \"Operator-001\",\r\n      \"machineId\": \"XRAY-KHI-03\",\r\n      \"angle\": \"front\"\r\n    },\r\n    {\r\n      \"scannedAt\": \"2025-11-24T10:32:00Z\",\r\n      \"scanResult\": \"flagged\",\r\n      \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\r\n      \"name\": \"2.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400,\r\n      \"scannedBy\": \"Operator-001\",\r\n      \"machineId\": \"XRAY-KHI-03\",\r\n      \"angle\": \"top\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: G.I13GHA.19</p>\n<p><strong>Use Case</strong>: Upload x-ray scan images</p>\n<p><strong>Integration Point:</strong> IN_FR-2-EOPSI-CAI-R-01-UC-05</p>\n<p><strong>Image Angles</strong>:</p>\n<ul>\n<li><p>FRONT: Front view</p>\n</li>\n<li><p>SIDE: Side view</p>\n</li>\n<li><p>TOP: Top view</p>\n</li>\n<li><p>DETAIL: Detail/close-up view</p>\n</li>\n<li><p>MULTI_ANGLE: Multiple angles in single image</p>\n</li>\n</ul>\n<p><strong>Process Flow:</strong> GHA System (I9GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>images</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of objects containing scanned image details</td>\n</tr>\n<tr>\n<td><code>images.scannedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>images.scanResult</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"cleared\", \"flagged\", etc.]</td>\n</tr>\n<tr>\n<td><code>images.id</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00)</td>\n</tr>\n<tr>\n<td><code>images.name</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the scanned image file (e.g., 1.png)</td>\n</tr>\n<tr>\n<td><code>images.contentType</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the file (e.g., \"image/png\", \"application/pdf\")</td>\n</tr>\n<tr>\n<td><code>images.scannedBy</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>The operator or system performing the scan (e.g., Operator-001)</td>\n</tr>\n<tr>\n<td><code>images.machineId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier for the scanning machine (e.g., XRAY-KHI-03)</td>\n</tr>\n<tr>\n<td><code>images.angle</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"]</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","security-scans",":id","images"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"scan-12345","key":"id"}]}},"response":[],"_postman_id":"8410d15f-e308-4edc-a397-9a33b2fcf3f2"}],"id":"012e6545-0883-453c-b4f3-ab54fe8886fa","_postman_id":"012e6545-0883-453c-b4f3-ab54fe8886fa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Trucking Operations","item":[{"name":"Create Trucking Request","id":"c84850be-1382-4fcf-809b-8057cb02da31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9ca12e02-9da0-4202-8d97-2be6a77e5a82","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.378Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"requestedBy\": \"aca\",\n  \"mawbNumber\": \"214-12345678\",\n  \"hawbNumbers\": [\"214-12345689\"],\n  \"pickup\": {\n    \"address\": {\n      \"street\": \"123 Industrial Area, Site, Karachi\",\n      \"city\": \"Karachi\",\n      \"postalCode\": \"74000\",\n      \"countryCode\": \"PK\"\n    },\n    \"contactPerson\": \"Ahmed Khan\",\n    \"contactPhone\": \"+92-21-12345678\",\n    \"requestedTime\": \"2025-11-24T09:00:00+05:00\"\n  },\n  \"delivery\": {\n    \"address\": {\n      \"street\": \"123 Industrial Area, Site, Karachi\",\n      \"city\": \"Karachi\",\n      \"postalCode\": \"75200\",\n      \"countryCode\": \"PK\"\n    },\n    \"airport\": \"KHI\",\n    \"ghaName\": \"Pakistan Airport Services\",\n    \"ghaCode\": \"GHA-KHI-01\",\n    \"requestedTime\": \"2025-11-24T14:00:00+05:00\"\n  },\n  \"shipmentDetails\": {\n    \"numberOfPieces\": 10,\n    \"weight\": { \"value\": 500, \"unit\": \"KGM\" },\n    \"dimensions\": { \"length\": 120, \"width\": 80, \"height\": 100, \"unit\": \"CMT\" },\n    \"commodity\": \"Electronics\",\n    \"specialRequirements\": \"Handle with care - Fragile\"\n  },\n  \"requestingParty\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+923001234567\",\n    \"email\": \"john.doe@example.com\",\n    \"iataNumber\": \"0010000893964\",\n    \"cassNumber\": \"81-4 7158/0072\",\n    \"ntn\": \"7937334-0\",\n    \"cnic\": \"35201-1234567-1\"\n  },\n  \"targetTruckers\": [\n    \"trucker-001\",\n    \"trucker-002\"\n  ],\n  \"quoteRequired\": true,\n  \"quoteExpiredAt\": \"2025-11-23T18:00:00Z\",\n  \"requestedDate\": \"2025-11-22\",\n  \"requestedNumberOfVehicles\": \"1\",\n  \"cargoType\": \"general\",\n  \"pieces\": 10,\n  \"weight\": 500,\n  \"specialRequirements\": [],\n  \"truckingCompany\": \"Skylink Trucking Services\",\n  \"offerPricePkr\": 15000,\n  \"remarks\": \"Please ensure careful handling during transport\",\n  \"vehicleType\": \"20FT_CONTAINER_TRUCK\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I24TRK.24</p>\n</li>\n<li><p>G.I24CNE.38</p>\n</li>\n<li><p>G.I24ACA.39</p>\n</li>\n<li><p>G.I25GHA.40</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Create Trucking Request</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EOPSI-TRK-R-01-UC-01</p>\n<p><strong>Description</strong>: ACA/Trader creates a Trucking Request for pick-up via ACS.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent/Trader (I24ACA) → Airport Community System → Trucking Company (I24TRK)</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>requestedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Requesting party code (e.g., ACA)</td>\n</tr>\n<tr>\n<td>pickup</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains pickup details</td>\n</tr>\n<tr>\n<td>pickup.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain full address fields</td>\n</tr>\n<tr>\n<td>pickup.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>pickup.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid city name</td>\n</tr>\n<tr>\n<td>pickup.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>pickup.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>pickup.contactPerson</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Alphabetic + spaces/hyphens</td>\n</tr>\n<tr>\n<td>pickup.contactPhone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>pickup.requestedTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>delivery</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains delivery details</td>\n</tr>\n<tr>\n<td>delivery.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain full address fields</td>\n</tr>\n<tr>\n<td>delivery.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>delivery.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid city name</td>\n</tr>\n<tr>\n<td>delivery.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>delivery.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>delivery.airport</td>\n<td>String</td>\n<td>3 (IATA) / 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>delivery.ghaName</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Valid GHA organization name</td>\n</tr>\n<tr>\n<td>delivery.requestedTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date</td>\n</tr>\n<tr>\n<td>shipmentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains shipment details</td>\n</tr>\n<tr>\n<td>shipmentDetails.numberOfPieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>shipmentDetails.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.length</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.width</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.height</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentDetails.commodity</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid commodity name</td>\n</tr>\n<tr>\n<td>shipmentDetails.specialRequirements</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>quoteRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>quoteExpiredAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>C</td>\n<td>Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>requestedNumberOfVehicles</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Numeric string, positive</td>\n</tr>\n<tr>\n<td>cargoType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be valid enum (e.g., \"general\", \"perishable\", \"dg\")</td>\n</tr>\n<tr>\n<td>pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>specialRequirements</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Free text entries, can be empty</td>\n</tr>\n<tr>\n<td>truckingCompany</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the trucking company</td>\n</tr>\n<tr>\n<td>offerPricePkr</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Price in PKR</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks (e.g., \"Please ensure careful handling during transport\")</td>\n</tr>\n<tr>\n<td>vehicleType</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\")</td>\n</tr>\n<tr>\n<td>requestingParty.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the requesting party</td>\n</tr>\n<tr>\n<td>requestingParty.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>requestingParty.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>requestingParty.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if requestedBy = “aca” and cassNumber is empty</td>\n</tr>\n<tr>\n<td>requestingParty.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if requestedBy = “aca” and iataNumber is empty</td>\n</tr>\n<tr>\n<td>requestingParty.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>C</td>\n<td>Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>requestingParty.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>C</td>\n<td>Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>targetTruckers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of trucker IDs (e.g., [\"trucker-001\", \"trucker-002\"])</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","trucking-requests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c84850be-1382-4fcf-809b-8057cb02da31"},{"name":"Submit Trucking Quote","id":"e32149db-fe83-4b4a-9d4a-c58463d613b9","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"1f03ddcf-0f4a-405c-9116-9260a693a2d0","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.379Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"truckerId\": \"TRK-001\",\n  \"amount\": 15000,\n  \"currency\": \"PKR\",\n  \"validUntil\": \"2025-11-22T18:00:00Z\",\n  \"estimatedDelivery\": \"2025-11-22T14:00:00Z\",\n  \"vehicleType\": \"20ft-container\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","description":"<p><strong>Requirement Reference</strong>: EO.I24TRK.24</p>\n<p><strong>Use Case</strong>: Submit Quote for Trucking Requests in ACS</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EOPSI-TRK-R-01-UC-04</p>\n<p><strong>Description</strong>: Trucking Company submits quote response to ACA via ACS.</p>\n<p><strong>Process Flow</strong>: Trucking Company (I24TRK) → Airport Community System</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>truckerId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique (e.g., TRK-001).</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer or float.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td><code>validUntil</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>estimatedDelivery</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>vehicleType</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","trucking-requests",":requestId","quotes"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"trk-req-001","key":"requestId"}]}},"response":[],"_postman_id":"e32149db-fe83-4b4a-9d4a-c58463d613b9"},{"name":"Accept Trucking Quote","id":"943a3f70-67d5-4251-b067-c8bec70c01c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f2266ebf-2c0e-4240-beb0-974b6633ca4e","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.379Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ghaCode\": \"GHA001\",\r\n  \"confirmedAmount\": 15000,\r\n  \"confirmedCurrency\": \"PKR\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I24TRK.24</p>\n</li>\n<li><p>G.I24CNE.38</p>\n</li>\n<li><p>G.I24ACA.39</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>Accept/Reject Trucking Quotes in ACS</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-3-EOPSI-TRK-R-01-UC-05</p>\n<p><strong>Description</strong>: ACA/Trader user reviews and accepts trucking quote.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent/Trader (I24TRK) → Airport Community System</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ghaCode</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric; must match a valid GHA identifier.</td>\n</tr>\n<tr>\n<td><code>confirmedAmount</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer or float.</td>\n</tr>\n<tr>\n<td><code>confirmedCurrency</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"trk-req-001","key":"requestId"},{"type":"any","value":"quote-001","key":"quoteId"}]}},"response":[],"_postman_id":"943a3f70-67d5-4251-b067-c8bec70c01c7"},{"name":"Reject Trucking Quote","id":"97212d3f-7535-4e05-9573-e6805b302155","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"10ae70b1-48b6-4250-9bfb-7fc4f86e91a1","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.379Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I24TRK.24</p>\n</li>\n<li><p>G.I24CNE.38</p>\n</li>\n<li><p>G.I24ACA.39</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Accept/Reject Trucking Quotes in ACS</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EOPSI-TRK-R-01-UC-05</p>\n<p><strong>Description</strong>: ACA/Trader user reviews and rejects trucking quote.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent/Trader (I24TRK) → Airport Community System</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reason</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed; must not be empty string.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"trk-req-001","key":"requestId"},{"type":"any","value":"quote-001","key":"quoteId"}]}},"response":[],"_postman_id":"97212d3f-7535-4e05-9573-e6805b302155"},{"name":"Accept Trucking Job","id":"3cc3aae6-e1ae-4174-9b72-0d8d2d800ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e28082c9-8e4a-4ce5-9d68-39b5460c4aac","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.379Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ghaCode\": \"GHA001\",\r\n  \"pickup\": {\r\n    \"confirmedTime\": \"2025-11-24T09:00:00+05:00\"\r\n  },\r\n  \"delivery\": {\r\n    \"confirmedTime\": \"2025-11-24T14:00:00+05:00\"\r\n  },\r\n  \"vehicleInfo\": {\r\n    \"vehicleRegistration\": \"KHI-ABC-1234\",\r\n    \"vehicleType\": \"TRUCK\",\r\n    \"driverName\": \"Muhammad Aslam\",\r\n    \"driverCNIC\": \"42101-1234567-1\",\r\n    \"driverPhone\": \"+92-21-12345678\",\r\n    \"dockNumber\": \"LG\",\r\n    \"qrToken\": \"base64:....\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I24TRK.24</p>\n</li>\n<li><p>G.I25GHA.40</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>Accept/Reject Trucking Jobs in ACS</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-3-EOPSI-TRK-R-01-UC-06</p>\n<p><strong>Description</strong>: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver &amp; Vehicle Details to authorized GHAs via API if enabled for EDI.</p>\n<p><strong>Process Flow</strong>: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ghaCode</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and match a valid GHA identifier.</td>\n</tr>\n<tr>\n<td><code>pickup</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain confirmed pickup details.</td>\n</tr>\n<tr>\n<td><code>pickup.confirmedTime</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>delivery</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain confirmed delivery details.</td>\n</tr>\n<tr>\n<td><code>delivery.confirmedTime</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>vehicleInfo</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain vehicle and driver information.</td>\n</tr>\n<tr>\n<td><code>vehicleInfo.vehicleRegistration</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow vehicle registration pattern (e.g., KHI-ABC-1234).</td>\n</tr>\n<tr>\n<td><code>vehicleInfo.vehicleType</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\").</td>\n</tr>\n<tr>\n<td><code>vehicleInfo.driverName</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid person name (letters, spaces, hyphens).</td>\n</tr>\n<tr>\n<td><code>vehicleInfo.driverCNIC</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must match CNIC format XXXXX-XXXXXXX-X.</td>\n</tr>\n<tr>\n<td><code>vehicleInfo.driverPhone</code></td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td><code>vehicleInfo.dockNumber</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid dock identifier (alphanumeric).</td>\n</tr>\n<tr>\n<td><code>vehicleInfo.qrToken</code></td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be valid Base64 or Base64-prefixed token string.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"trk-req-001","key":"requestId"},{"type":"any","value":"job-001","key":"jobId"}]}},"response":[],"_postman_id":"3cc3aae6-e1ae-4174-9b72-0d8d2d800ddb"},{"name":"Reject Trucking Job","id":"091887db-e6a6-497c-b574-7da4da37a1d1","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"a9abc098-251d-4e93-9c7e-6c494ba9e4d2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.379Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.I24TRK.24</p>\n</li>\n<li><p>G.I25GHA.40</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Accept/Reject Trucking Jobs in ACS</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EOPSI-TRK-R-01-UC-06</p>\n<p><strong>Description</strong>: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver &amp; Vehicle Details to authorized GHAs via API if enabled for EDI.</p>\n<p><strong>Process Flow</strong>: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reason</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed; must not be empty string.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"trk-req-001","key":"requestId"},{"type":"any","value":"job-001","key":"jobId"}]}},"response":[],"_postman_id":"091887db-e6a6-497c-b574-7da4da37a1d1"},{"name":"Submit GHA Slot Assignment","id":"46a84964-8669-41e1-86b8-ff404a5cff0b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"9ea6d920-cc70-4b3b-8015-d048f98c6e63","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.379Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"slotNumber\": \"SLOT-A-15\",\n  \"slotTime\": \"2025-11-22T10:00:00Z\",\n  \"gateNumber\": \"Gate-3\",\n  \"bayNumber\": \"Bay-12\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","description":"<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>EO.I26TRK.25</p>\n</li>\n<li><p>G.I25GHA.40</p>\n</li>\n<li><p>G.I27GHA.46</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Send GHA Truck Slot Number to ACS</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EOPSI-TRK-R-01-UC-08</p>\n<p><strong>Description</strong>: GHA sends assigned slot number and time for truck arrival.</p>\n<p><strong>Process Flow</strong>: GHA System (I25GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","trucking-jobs",":jobId","slot"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"trk-job-001","key":"jobId"}]}},"response":[],"_postman_id":"46a84964-8669-41e1-86b8-ff404a5cff0b"}],"id":"2e1d8eb0-2412-45b6-86a9-2cf0d4440934","description":"<p>Endpoints for trucking requests, quotes, and delivery</p>\n","_postman_id":"2e1d8eb0-2412-45b6-86a9-2cf0d4440934","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"369bd624-46fa-463d-9890-2c77ed0d7962","description":"<p>API endpoints for e-Ops Import module covering cargo arrival, trucking, GD processing, and payment operations.</p>\n<p>Requirements covered: EO.I10CUS.15 through EO.I29TRK.32</p>\n<p>Integration Points: Cargo arrival notifications, trucking requests, GD status updates, payment processing</p>\n","_postman_id":"369bd624-46fa-463d-9890-2c77ed0d7962","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Delivery Orders (e-DO)","item":[{"name":"Create e-DO","id":"79fe1557-436a-4aea-b832-657847a020ef","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7c4e8cd3-f80b-44f5-8cf8-6ecd8276f34e","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.379Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"doReference\": \"EDO-GHA-KHI-20251128-001\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumber\": [\n        \"176-12345689\"\n    ],\n    \"shipmentType\": \"CONSOLIDATED\",\n    \"flightNumber\": \"EK-606\",\n    \"origin\": \"DXB\",\n    \"destination\": \"KHI\",\n    \"airlineCode\": \"EK\",\n    \"airlinePrefix\": \"176\",\n    \"arrivalDate\": \"2025-11-28\",\n    \"consignee\": {\n        \"name\": \"XYZ Trading Company\",\n        \"cnic\": \"42101-9876543-2\",\n        \"ntn\": \"1234567-8\",\n        \"accountNumber\": \"ACC12345\",\n        \"contactPerson\": \"Muhammad Hassan\",\n        \"contactNumber\": \"+92-300-9876543\",\n        \"email\": \"hassan@xyztrading.pk\",\n        \"address\": {\n            \"street\": \"123 Main Boulevard\",\n            \"city\": \"Karachi\",\n            \"state\": \"Sindh\",\n            \"postalCode\": \"75500\",\n            \"country\": \"Pakistan\"\n        }\n    },\n    \"aca\": {\n        \"name\": \"Skylink Cargo\",\n        \"code\": \"SKL\",\n        \"contactNumber\": \"+92-21-1234567\"\n    },\n    \"cargo\": {\n        \"pieces\": 10,\n        \"weight\": 500,\n        \"weightUnit\": \"KGM\",\n        \"volume\": 2.5,\n        \"volumeUnit\": \"CBM\",\n        \"commodityDescription\": \"Electronics - Laptop computers\"\n    },\n    \"signatoryDetails\": {\n        \"name\": \"Ahmed Khan\",\n        \"designation\": \"Export Manager\",\n        \"cnicNumber\": \"42101-1234567-1\",\n        \"signatureDatetime\": \"2025-11-27T10:00:00\",\n        \"ipAddress\": \"203.45.67.89\"\n    },\n    \"warehouseLocation\": \"SHED-A-ROW-5-BIN-12\",\n    \"gdNumber\": \"GD-2025-123456\",\n    \"gdStatus\": \"CLEARED\",\n    \"gdClearanceDate\": \"2025-11-28T14:00:00Z\",\n    \"customsDutyPaid\": 50000,\n    \"currency\": \"PKR\",\n    \"releaseConditions\": \"All customs duties paid. Cargo cleared for release.\",\n    \"createdAt\": \"2025-12-04T12:00:00Z\",\n    \"validUntil\": \"2025-12-05T23:59:59Z\",\n    \"remarks\": \"Handle with care - fragile items\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/delivery-orders","description":"<p><strong>Requirement Reference</strong>: G.I15GHA.22</p>\n<p><strong>Use Case</strong>: Send e-DO to ACS</p>\n<p><strong>Integration Point</strong>: IN_FR-6-GHAI-EDO-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA creates electronic Delivery Order (e-DO) for import shipments after customs clearance.</p>\n<p><strong>Shipment Types</strong>:</p>\n<ul>\n<li><p><strong>DIRECT</strong>: Direct shipment (MAWB only) - GHA issues directly to Consignee</p>\n</li>\n<li><p><strong>CONSOLIDATED</strong>: Consolidated shipment (HAWB under MAWB) - GHA issues to ACA who then issues to Consignee</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: GHA System (I15GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p>API Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"CONSOLIDATED\", \"DIRECT\"]</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>arrivalDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains consignee details</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td>consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.contactPerson</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Alphabetic with spaces/hyphens</td>\n</tr>\n<tr>\n<td>consignee.contactNumber</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must be valid email address</td>\n</tr>\n<tr>\n<td>consignee.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Address fields</td>\n</tr>\n<tr>\n<td>consignee.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>consignee.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must be a valid city name</td>\n</tr>\n<tr>\n<td>consignee.address.state</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must be a valid state/province</td>\n</tr>\n<tr>\n<td>consignee.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>consignee.address.country</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Valid country name</td>\n</tr>\n<tr>\n<td>consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>aca</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>ACA details (Air Cargo Agent)</td>\n</tr>\n<tr>\n<td>aca.name</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Valid agent name</td>\n</tr>\n<tr>\n<td>aca.code</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Agent code/abbreviation</td>\n</tr>\n<tr>\n<td>aca.contactNumber</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>cargo</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Cargo info</td>\n</tr>\n<tr>\n<td>cargo.pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>cargo.weight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>cargo.weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure</td>\n</tr>\n<tr>\n<td>cargo.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number if present</td>\n</tr>\n<tr>\n<td>cargo.volumeUnit</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included.</td>\n</tr>\n<tr>\n<td>cargo.commodityDescription</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>signatoryDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Signing party info</td>\n</tr>\n<tr>\n<td>signatoryDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Alphabetic with spaces/hyphens</td>\n</tr>\n<tr>\n<td>signatoryDetails.designation</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text job title</td>\n</tr>\n<tr>\n<td>signatoryDetails.cnicNumber</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>signatoryDetails.signatureDatetime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>signatoryDetails.ipAddress</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must be valid IPv4/IPv6</td>\n</tr>\n<tr>\n<td>warehouseLocation</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text location code</td>\n</tr>\n<tr>\n<td>gdNumber</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>GD ref format (GD-YYYY-XXXXXX)</td>\n</tr>\n<tr>\n<td>gdStatus</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Must be one of [\"CLEARED\", \"HELD\", \"RELEASED\", etc.]</td>\n</tr>\n<tr>\n<td>gdClearanceDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>customsDutyPaid</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>releaseConditions</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","delivery-orders"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"79fe1557-436a-4aea-b832-657847a020ef"},{"name":"Create e-DO Payment","id":"956e1e96-d50b-4da2-9eaf-f953bf8597ad","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"4e274045-dfdc-464c-b401-a353a995804f","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.380Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"doId\": \"edo-12345\",\n  \"payerType\": \"CONSIGNEE\",\n  \"payerId\": \"CNE-123\",\n  \"payerCNIC\": \"42101-9876543-2\",\n  \"payerName\": \"XYZ Trading Company\",\n  \"paymentMethod\": \"PSW_UPS\",\n  \"amount\": 5000,\n  \"currency\": \"PKR\",\n  \"paymentDescription\": \"e-DO fee for AWB 176-12345678\",\n  \"shipmentType\": \"CONSOLIDATED\",\n  \"receiverType\": \"ACA\",\n  \"receiverId\": \"SKL\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/delivery-order-payments","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.I16CNE.24</p>\n</li>\n<li><p>G.I17CNE.25</p>\n</li>\n<li><p>G.I17ACA.26</p>\n</li>\n<li><p>G.I18CNE.27</p>\n</li>\n<li><p>G.I17GHA.29</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Generate Invoice for e-DO fees</p>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-4-EOPSI-PAY-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-4-EOPSI-PAY-R-01-UC-02</p>\n</li>\n<li><p>IN_FR-6-GHAI-EDO-R-01-UC-07</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS sends API request to PSW's UPS to generate PSID for e-DO fee and receives PSID and payment details; ACS notifies ACA, GHA, Consignee, or Customs Broker of payment due.</p>\n<p><strong>Payment Workflows</strong>:</p>\n<p><strong>Consolidated Shipments</strong> (Two-step):</p>\n<ol>\n<li><p>Consignee pays e-DO fee to ACA via PSW UPS</p>\n</li>\n<li><p>ACA receives payment confirmation</p>\n</li>\n<li><p>ACA pays GHA e-DO fee via PSW UPS</p>\n</li>\n<li><p>GHA receives payment and authorizes cargo release</p>\n</li>\n</ol>\n<p><strong>Direct Shipments</strong> (Direct):</p>\n<ol>\n<li><p>Consignee pays e-DO fee to GHA via PSW UPS</p>\n</li>\n<li><p>GHA receives payment and authorizes cargo release</p>\n</li>\n</ol>\n<p><strong>PSW UPS Integration</strong>:</p>\n<ul>\n<li><p>Generates PSID (Payment System ID) for tracking</p>\n</li>\n<li><p>Provides payment link for online/bank payment</p>\n</li>\n<li><p>Sends payment confirmation to all parties</p>\n</li>\n<li><p>Real-time status updates</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>CONSOLIDATED: Consignee System → Airport Community System → Pakistan Single Window UPS → Air Cargo Agent (I17ACA) → GHA System (I20GHA)</p>\n</li>\n<li><p>DIRECT: Consignee System → Airport Community System → Pakistan Single Window UPS → GHA System (I20GHA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>doId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Alphanumeric with dashes/underscores allowed (e.g., edo-12345)</td>\n</tr>\n<tr>\n<td><code>payerType</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc]</td>\n</tr>\n<tr>\n<td><code>payerId</code></td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Required if <code>payerType</code> ≠ <code>INDIVIDUAL</code>; alphanumeric identifier</td>\n</tr>\n<tr>\n<td><code>payerCNIC</code></td>\n<td>String</td>\n<td>15</td>\n<td>C</td>\n<td>Required if payer is an individual; CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td><code>payerName</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td><code>paymentMethod</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"PSW_UPS\", \"CASH\", \"BANK_TRANSFER\", \"CARD\"]</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td><code>paymentDescription</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text description</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"CONSOLIDATED\", \"DIRECT\", etc]</td>\n</tr>\n<tr>\n<td><code>receiverType</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"ACA\", \"GHA\", \"AIRLINE\", \"CONSIGNEE\", etc]</td>\n</tr>\n<tr>\n<td><code>receiverId</code></td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Required when <code>receiverType</code> is organizational; alphanumeric identifier</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","delivery-order-payments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"956e1e96-d50b-4da2-9eaf-f953bf8597ad"}],"id":"18eb7835-944c-4b6f-b00a-0fd6d70ac5ee","_postman_id":"18eb7835-944c-4b6f-b00a-0fd6d70ac5ee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"GHA Handling Invoices","item":[{"name":"Create GHA Handling Invoice","id":"9ee185a2-9837-42a1-b57d-08a973108e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"24dbd40f-3445-466f-a4db-72af1089ad1f","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.380Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumber\": [\n        \"176-12345689\"\n    ],\n    \"gdNumber\": \"GD-2025-123456\",\n    \"clearanceDate\": \"2025-11-28T14:00:00Z\",\n    \"invoiceType\": \"HANDLING_AND_STORAGE\",\n    \"cargo\": {\n        \"pieces\": 10,\n        \"weight\": 500,\n        \"weightUnit\": \"KGM\",\n        \"volume\": 2.5,\n        \"volumeUnit\": \"CBM\"\n    },\n    \"arrivalDate\": \"2025-11-28T20:00:00Z\",\n    \"invoiceDate\": \"2025-11-28T15:00:00Z\",\n    \"handlingFee\": 5000,\n    \"storageDays\": 0,\n    \"freeDays\": 3,\n    \"storageRatePerDay\": 200,\n    \"totalStorageFee\": 0,\n    \"xrayRequired\": true,\n    \"xrayFee\": 1000,\n    \"otherCharges\": 500,\n    \"otherChargesDescription\": \"Documentation & administrative fees\",\n    \"subtotal\": 6500,\n    \"taxRate\": 0.13,\n    \"taxAmount\": 845,\n    \"totalAmount\": 7345,\n    \"currency\": \"PKR\",\n    \"billToType\": \"CONSIGNEE\",\n    \"billToId\": \"CNE-123\",\n    \"billToName\": \"XYZ Trading Company\",\n    \"billToCNIC\": \"42101-9876543-2\",\n    \"dueDate\": \"2025-12-05T23:59:59Z\",\n    \"remarks\": \"Cargo arrived same day, no storage charges\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/gha-handling-invoices","description":"<p><strong>Requirement Reference</strong>: G.I20GHA.31</p>\n<p><strong>Use Case</strong>: Create GHA Handling &amp; Storage Charges Invoice in ACS</p>\n<p><strong>Integration Point</strong>: IN_FR-7-GHAI-HSC-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA creates handling &amp; storage charge invoices through ACS.</p>\n<p><strong>Process Flow</strong>: GHA System (I20GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P2</p>\n<p>API Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition (M/O/C)</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mawbNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>hawbNumber</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>If provided, each must be valid AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>gdNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX)</td>\n</tr>\n<tr>\n<td><code>clearanceDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>invoiceType</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"HANDLING_AND_STORAGE\", \"XRAY\", etc.]</td>\n</tr>\n<tr>\n<td><code>cargo</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains cargo details</td>\n</tr>\n<tr>\n<td><code>cargo.pieces</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td><code>cargo.weight</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td><code>cargo.weightUnit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>cargo.volume</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td><code>cargo.volumeUnit</code></td>\n<td>String</td>\n<td>3</td>\n<td>O</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>invoiceDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>handlingFee</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number or zero</td>\n</tr>\n<tr>\n<td><code>storageDays</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>O</td>\n<td>Non-negative integer</td>\n</tr>\n<tr>\n<td><code>freeDays</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>O</td>\n<td>Non-negative integer</td>\n</tr>\n<tr>\n<td><code>storageRatePerDay</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td><code>totalStorageFee</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must equal (storageDays - freeDays) * storageRatePerDay if &gt;0 else 0</td>\n</tr>\n<tr>\n<td><code>xrayRequired</code></td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>O</td>\n<td><code>true</code> or <code>false</code></td>\n</tr>\n<tr>\n<td><code>xrayFee</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Required if <code>xrayRequired=true</code>; positive number</td>\n</tr>\n<tr>\n<td><code>otherCharges</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number or zero</td>\n</tr>\n<tr>\n<td><code>otherChargesDescription</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges)</td>\n</tr>\n<tr>\n<td><code>taxRate</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Decimal (e.g., <code>0.13</code>) between <code>0–1</code></td>\n</tr>\n<tr>\n<td><code>taxAmount</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must equal <code>subtotal \\\\\\\\* taxRate</code></td>\n</tr>\n<tr>\n<td><code>totalAmount</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must equal <code>subtotal + taxAmount</code></td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td><code>billToType</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc]</td>\n</tr>\n<tr>\n<td><code>billToId</code></td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Required if billToType ≠ INDIVIDUAL</td>\n</tr>\n<tr>\n<td><code>billToName</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td><code>billToCNIC</code></td>\n<td>String</td>\n<td>15</td>\n<td>C</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td><code>dueDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>remarks</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","gha-handling-invoices"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ee185a2-9837-42a1-b57d-08a973108e97"}],"id":"949ebf95-88f2-4b89-91c8-8744fbd0154d","_postman_id":"949ebf95-88f2-4b89-91c8-8744fbd0154d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"1589f9d4-a787-43fd-a9c2-5c7037af59ab","description":"<p>Import module endpoints covering flight arrival to cargo release</p>\n","_postman_id":"1589f9d4-a787-43fd-a9c2-5c7037af59ab","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Export Operations","item":[{"name":"HAWB Management","item":[{"name":"HAWB Draft Management","item":[{"name":"Create Draft HAWB","id":"6a92874a-edf7-498a-96b0-f53d345e3ad5","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-ID","value":"33c10623-bfa8-4c00-ad6b-16c7eefd9df7","description":"<p>Unique identifier for request tracing</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430_020-95947655\"\n    },\n    \"Name\": {\n      \"Value\": \"House Waybill\"\n    },\n    \"TypeCode\": {\n      \"listID\": \"1001\",\n      \"listAgencyID\": \"6\",\n      \"listVersionID\": \"D09A\",\n      \"Value\": \"703\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2016-06-15T15:42:43\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"5.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n    },\n    \"SenderParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"TDVAGT03TEST/AMS1\"\n      }\n    },\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"FRAFMLH\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430\"\n    },\n    \"SignatoryConsignorAuthentication\": {\n      \"Signatory\": {\n        \"Value\": \"GE ENGINE SERVICES INC.\"\n      }\n    },\n    \"SignatoryCarrierAuthentication\": {\n      \"ActualDateTime\": {\n        \"Value\": \"2016-06-15T15:42:43\"\n      },\n      \"Signatory\": {\n        \"Value\": \"020\"\n      },\n      \"IssueAuthenticationLocation\": {\n        \"Name\": {\n          \"Value\": \"JFK\"\n        }\n      }\n    }\n  },\n  \"MasterConsignment\": {\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"59\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"6\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"020-95947655\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"JFK\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      }\n    },\n    \"IncludedHouseConsignment\": {\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"ConsigneeParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"FreightForwarderParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"AssociatedParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"OriginLocation\": {\n        \"ID\": {\n          \"Value\": \"JFK\"\n        }\n      },\n      \"FinalDestinationLocation\": {\n        \"ID\": {\n          \"Value\": \"FRA\"\n        }\n      },\n      \"SpecifiedLogisticsTransportMovement\": {\n        \"StageCode\": {\n          \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n          \"listID\": \"Recommendation 19\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"2\",\n          \"Value\": \"4\"\n        },\n        \"Mode\": {\n          \"Value\": \"AIR TRANSPORT\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            }\n          }\n        }\n      },\n      \"HandlingSPHInstructions\": {\n        \"Description\": {\n          \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"EAP\"\n        }\n      },\n      \"IncludedCustomsNote\": {\n        \"ContentCode\": {\n          \"Value\": \"A\"\n        },\n        \"Content\": {\n          \"Value\": \"BCBP123\"\n        },\n        \"SubjectCode\": {\n          \"Value\": \"IMP\"\n        },\n        \"CountryID\": {\n          \"Value\": \"CH\"\n        }\n      },\n      \"AssociatedReferenceDocument\": {\n        \"ID\": {\n          \"Value\": \"02095947655\"\n        },\n        \"TypeCode\": {\n          \"listID\": \"1001\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"D09A\",\n          \"Value\": \"740\"\n        },\n        \"Name\": {\n          \"Value\": \"Air Waybill\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/draft","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E7ACA.1</p>\n<p><strong>Use Case</strong>: Transmit and Exchange Draft HAWB with Consignor</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EO-AWB-R-01-UC-01</p>\n<p><strong>Description</strong>: The ACS(ACA) shall share the draft HAWB with the Consignor for providing missing information or correction.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E6ACA) → Airport Community System → Consignor System (E7CGNR)</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1</p>\n</li>\n<li><p>P2</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["hawbs","draft"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a92874a-edf7-498a-96b0-f53d345e3ad5"}],"id":"29fd04f2-9ac7-4c33-8f7b-d728f1f83f58","description":"<p>Create and transmit draft HAWB to Consignor for filling missing information, approval, or correction.</p>\n<p><strong>Use Case</strong>: Transmit and Exchange Draft HAWB with Consignor</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>PUSH: ACS(ACA) → Consignor System (P1)</p>\n</li>\n<li><p>POST: ACA System → ACS System (P2)</p>\n</li>\n<li><p>PUSH: ACS System → Consignor System (P2)</p>\n</li>\n</ul>\n","_postman_id":"29fd04f2-9ac7-4c33-8f7b-d728f1f83f58","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Consignor HAWB Completion","item":[{"name":"Complete HAWB","id":"87eaa0ac-f056-4ae9-9465-a1034a08012d","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-ID","value":"d98e41e5-1a55-4c89-99a4-73b723fdf83b","description":"<p>Unique identifier for request tracing</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430_020-95947655\"\n        },\n        \"Name\": {\n            \"Value\": \"House Waybill\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"703\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T15:42:43\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"5.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"TDVAGT03TEST/AMS1\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430\"\n        },\n        \"SignatoryConsignorAuthentication\": {\n            \"Signatory\": {\n                \"Value\": \"GE ENGINE SERVICES INC.\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2016-06-15T15:42:43\"\n            },\n            \"Signatory\": {\n                \"Value\": \"020\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"JFK\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"59\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"6\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"020-95947655\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"JFK\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            }\n        },\n        \"IncludedHouseConsignment\": {\n            \"NilCarriageValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilCustomsValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilInsuranceValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"IncludedTareGrossWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"6\"\n            },\n            \"TotalPieceQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n                \"Value\": \"AIRCRAFT PARTS\"\n            },\n            \"ConsignorParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"ConsigneeParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"FreightForwarderParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"AssociatedParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"OriginLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                }\n            },\n            \"FinalDestinationLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                }\n            },\n            \"SpecifiedLogisticsTransportMovement\": {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"listID\": \"Recommendation 19\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"2\",\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"AIR TRANSPORT\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"020\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    }\n                }\n            },\n            \"HandlingSPHInstructions\": {\n                \"Description\": {\n                    \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n                },\n                \"DescriptionCode\": {\n                    \"Value\": \"EAP\"\n                }\n            },\n            \"IncludedCustomsNote\": {\n                \"ContentCode\": {\n                    \"Value\": \"A\"\n                },\n                \"Content\": {\n                    \"Value\": \"BCBP123\"\n                },\n                \"SubjectCode\": {\n                    \"Value\": \"IMP\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"CH\"\n                }\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"02095947655\"\n                },\n                \"TypeCode\": {\n                    \"listID\": \"1001\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"D09A\",\n                    \"Value\": \"740\"\n                },\n                \"Name\": {\n                    \"Value\": \"Air Waybill\"\n                }\n            },\n            \"IncludedHouseConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"6\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"Information\": {\n                    \"Value\": \"NDA\"\n                },\n                \"NatureIdentificationTransportCargo\": {\n                    \"Identification\": {\n                        \"Value\": \"AIRCRAFT PARTS\"\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"ChargeableWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E7CGNR.2</p>\n<p><strong>Use Case</strong>: HAWB draft received to consignor</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EO-AWB-R-01-UC-02</p>\n<p><strong>Description</strong>: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.</p>\n<p><strong>Process Flow</strong>: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1</p>\n</li>\n<li><p>P2</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["hawbs",":hawbId","complete"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"hawb-KHI12345678","key":"hawbId"}]}},"response":[],"_postman_id":"87eaa0ac-f056-4ae9-9465-a1034a08012d"},{"name":"Request HAWB Amendment","id":"2650ba36-4778-41fe-ac85-6fce4b143cf3","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-ID","value":"0de9ef8f-5004-470c-bfd7-14ce0df97b80","description":"<p>Unique identifier for request tracing</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amendmentType\": \"weight_change\",\n    \"requestedChanges\": [\n        {\n            \"field\": \"weight\",\n            \"currentValue\": \"500\",\n            \"requestedValue\": \"450\",\n            \"reason\": \"Actual weight measurement differs\"\n        }\n    ],\n    \"remarks\": \"Please review weight discrepancy\",\n    \"status\": \"submitted\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","description":"<p><strong>Requirement Reference</strong>: EO.E7CGNR.2</p>\n<p><strong>Use Case</strong>: HAWB draft received to consignor</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EO-AWB-R-01-UC-02</p>\n<p><strong>Description</strong>: The ACS(ACA) shall accept, reject, or restart the quotation upon a Consignor's request for HAWB changes; if the Consignor declines to restart, the process shall terminate.</p>\n<p><strong>Process Flow</strong>: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amendmentType</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>requestedChanges</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of Object</td>\n</tr>\n<tr>\n<td>requestedChanges.field</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must match HAWB field</td>\n</tr>\n<tr>\n<td>requestedChanges.currentValue</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>requestedChanges.requestedValue</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>requestedChanges.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional notes</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of: [\"draft\", \"submitted\", \"under review\"]</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["hawbs",":hawbId","amendment-request"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"hawb-KHI12345678","key":"hawbId"}]}},"response":[],"_postman_id":"2650ba36-4778-41fe-ac85-6fce4b143cf3"},{"name":"Respond to Amendment Request","id":"1f295ba8-d23f-431d-85fc-0575997542cf","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"b2c24889-a4e4-4488-b884-b5c7562d2d39","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"accepted\",\n    \"remarks\": \"The amendment request has been reviewed and the weight discrepancy is accepted.\",\n    \"amendmentType\": \"other_changes\",\n    \"requestedChanges\": [\n        {\n            \"field\": \"GrossWeightMeasure.Value\",\n            \"currentValue\": \"500\",\n            \"requestedValue\": \"450\",\n            \"reason\": \"Actual weight measurement differs\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","description":"<p><strong>Requirement Reference</strong>: EO.E7CGNR.2</p>\n<p><strong>Use Case</strong>: HAWB draft received to consignor</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EO-AWB-R-01-UC-02</p>\n<p><strong>ACA Response Options</strong>:</p>\n<ul>\n<li><p><code>accepted</code> - Accept the amendment</p>\n</li>\n<li><p><code>rejected</code> - Reject with reason</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)</p>\n<p><strong>Priority:</strong></p>\n<ul>\n<li><p>P1</p>\n</li>\n<li><p>P2</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amendmentType</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>requestedChanges</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of Object</td>\n</tr>\n<tr>\n<td>requestedChanges.field</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must match HAWB field</td>\n</tr>\n<tr>\n<td>requestedChanges.currentValue</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>requestedChanges.requestedValue</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>requestedChanges.reason</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Required format as per standard</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional notes</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of: [\"accepted\", \"rejected\"]</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["hawbs",":hawbId","amendment-request","response"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"hawb-KHI12345678","key":"hawbId"}]}},"response":[],"_postman_id":"1f295ba8-d23f-431d-85fc-0575997542cf"}],"id":"b89414f3-1f68-42c7-9f7a-5f6f008293e5","description":"<p>Consignor receives, completes, and confirms draft HAWB. Allows amendments to specific fields.</p>\n<p><strong>Use Case</strong>: HAWB draft received to consignor</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(Consignor) → ACA System (P1)</li>\n<li>POST: Consignor System → ACS System (P2)</li>\n</ul>\n","_postman_id":"b89414f3-1f68-42c7-9f7a-5f6f008293e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Booking List","item":[{"name":"Create Flight Booking List","id":"713b3710-263f-4e72-a704-d5bee0e8cf2f","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-ID","value":"2d0e7633-af7a-4ad8-bd88-b031193d3022","description":"<p>Unique identifier for request tracing</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"KL644-04012018JFK:ec2da33c-b23e-445e-8a8a-6a665ba10450\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Instructions\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"121\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2018-01-03T03:40:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"TESTNICO\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"KL64420180104JFK\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"KL644\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2018-01-04T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"4000\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"20\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"2\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10604123\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"AMS\"\n                        }\n                    },\n                    \"HandlingInstructions\": {\n                        \"Description\": {\n                            \"Value\": \"BUP\"\n                        },\n                        \"DescriptionCode\": {\n                            \"Value\": \"BUP\"\n                        }\n                    },\n                    \"UtilizedUnitLoadTransportEquipment\": {\n                        \"ID\": {\n                            \"Value\": \"1000\"\n                        },\n                        \"LoadedPackageQuantity\": {\n                            \"Value\": \"2\"\n                        },\n                        \"CharacteristicCode\": {\n                            \"Value\": \"ASE\"\n                        },\n                        \"OperationalStatusCode\": {\n                            \"Value\": \"L\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"4000\"\n                        },\n                        \"OperatingParty\": {\n                            \"PrimaryID\": {\n                                \"schemeAgencyID\": \"3\",\n                                \"Value\": \"TW\"\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"100\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"0.6\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"0\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"COURIER MAIL\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10671054\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"DEL\"\n                        }\n                    },\n                    \"HandlingInstructions\": [\n                        {\n                            \"Description\": {\n                                \"Value\": \"UCB\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"UCB\"\n                            }\n                        },\n                        {\n                            \"Description\": {\n                                \"Value\": \"XPS\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"XPS\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"500\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"4.3\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"0\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"VARIOUS GOODS\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10671124\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"DXB\"\n                        }\n                    },\n                    \"HandlingInstructions\": [\n                        {\n                            \"Description\": {\n                                \"Value\": \"XPH\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"XPH\"\n                            }\n                        },\n                        {\n                            \"Description\": {\n                                \"Value\": \"QRT\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"QRT\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1500\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10660705\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"AMS\"\n                        }\n                    },\n                    \"HandlingInstructions\": {\n                        \"Description\": {\n                            \"Value\": \"BUP\"\n                        },\n                        \"DescriptionCode\": {\n                            \"Value\": \"BUP\"\n                        }\n                    },\n                    \"UtilizedUnitLoadTransportEquipment\": {\n                        \"ID\": {\n                            \"Value\": \"1003\"\n                        },\n                        \"LoadedPackageQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"CharacteristicCode\": {\n                            \"Value\": \"ASE\"\n                        },\n                        \"OperationalStatusCode\": {\n                            \"Value\": \"L\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"1500\"\n                        },\n                        \"OperatingParty\": {\n                            \"PrimaryID\": {\n                                \"schemeAgencyID\": \"3\",\n                                \"Value\": \"TW\"\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/flight-booking-lists","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631\">FBL</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E7AL.3</p>\n<p><strong>Use Case</strong>: Airline sends flight booking list to GHA</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EO-SBI-R-01-UC-01</p>\n<p><strong>Description</strong>: The ACS system will transmit flight booking details received from the Airline system to the GHA system in digital format.</p>\n<p><strong>Process Flow</strong>: Airline system (E6AL) → Airport Community System → GHA System (E7GHA)</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1</p>\n</li>\n<li><p>P2</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["flight-booking-lists"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"713b3710-263f-4e72-a704-d5bee0e8cf2f"}],"id":"013aa3cf-9fcd-47c2-ac6e-0c42fd70d8d8","description":"<p>Airline sends flight booking list to GHA systems.</p>\n<p><strong>Use Case</strong>: Airline sends flight booking list to GHA</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(Airline) → GHA System (P1)</li>\n<li>POST: Airline System → ACS System (P2)</li>\n<li>PUSH: ACS System → GHA System (P2)</li>\n</ul>\n","_postman_id":"013aa3cf-9fcd-47c2-ac6e-0c42fd70d8d8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"HAWB/MAWB Consolidation","item":[{"name":"Create MAWB Consolidation","id":"ef4b7a6b-6205-4961-8f43-8fb50d76c12f","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-ID","value":"5c09b85c-323f-4ec5-a6a6-2818be94bf12","description":"<p>Unique identifier for request tracing</p>\n"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/consolidate-hawbs","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E8ACA.6</p>\n<p><strong>Use Case</strong>: Confirmed HAWB Ready/ Multiple HAWB for same Destination</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EO-AWB-R-01-UC-03</p>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>The ACS(ACA) consolidate multiple HAWBs for the same destination into a single MAWB</p>\n</li>\n<li><p>Share MAWB details digitally with WeBOC (Customs Broker)</p>\n</li>\n<li><p>Create and transmit MAWB and assigned HAWB information digitally to Airline system</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Integration)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","mawb","consolidate-hawbs"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef4b7a6b-6205-4961-8f43-8fb50d76c12f"},{"name":"Set HAWBs in MAWB","id":"43db2a6a-e563-426c-a750-10f5f486c7d9","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-ID","value":"056d36bd-f2d1-4293-a4b8-9e5e7564fa5c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"157-12345675_TR43434344\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Manifest\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"785\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2019-01-15T10:09:30\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"XFHL20190115100930018\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": [\n                {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"TESTAGT\"\n                },\n                {\n                    \"schemeID\": \"P\",\n                    \"Value\": \"CSGAGT01TEST/SIN01\"\n                }\n            ]\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": [\n                {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"CCN\"\n                },\n                {\n                    \"schemeID\": \"P\",\n                    \"Value\": \"CSGAIR01HDQFMQR\"\n                }\n            ]\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"157-12345675\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"10000\"\n        },\n        \"ConsignmentItemQuantity\": {\n            \"Value\": \"3\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1234\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"157-12345675\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"SIN\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"DOH\"\n            }\n        },\n        \"IncludedHouseConsignment\": [\n            {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"GrossWeightMeasure\": {\n                    \"Value\": \"8000\"\n                },\n                \"TotalPieceQuantity\": {\n                    \"Value\": \"1000\"\n                },\n                \"SummaryDescription\": {\n                    \"Value\": \"NUTS\"\n                },\n                \"TransportContractDocument\": {\n                    \"ID\": {\n                        \"Value\": \"11AA11111111\"\n                    }\n                },\n                \"OriginLocation\": {\n                    \"ID\": {\n                        \"Value\": \"SIN\"\n                    }\n                },\n                \"FinalDestinationLocation\": {\n                    \"ID\": {\n                        \"Value\": \"DOH\"\n                    }\n                }\n            },\n            {\n                \"SequenceNumeric\": {\n                    \"Value\": \"2\"\n                },\n                \"GrossWeightMeasure\": {\n                    \"Value\": \"1800\"\n                },\n                \"TotalPieceQuantity\": {\n                    \"Value\": \"200\"\n                },\n                \"SummaryDescription\": {\n                    \"Value\": \"BOLTS\"\n                },\n                \"TransportContractDocument\": {\n                    \"ID\": {\n                        \"Value\": \"22AA12121212\"\n                    }\n                },\n                \"OriginLocation\": {\n                    \"ID\": {\n                        \"Value\": \"SIN\"\n                    }\n                },\n                \"FinalDestinationLocation\": {\n                    \"ID\": {\n                        \"Value\": \"DOH\"\n                    }\n                }\n            },\n            {\n                \"SequenceNumeric\": {\n                    \"Value\": \"3\"\n                },\n                \"GrossWeightMeasure\": {\n                    \"Value\": \"200\"\n                },\n                \"TotalPieceQuantity\": {\n                    \"Value\": \"34\"\n                },\n                \"SummaryDescription\": {\n                    \"Value\": \"SCREWS\"\n                },\n                \"TransportContractDocument\": {\n                    \"ID\": {\n                        \"Value\": \"33AA13131313\"\n                    }\n                },\n                \"OriginLocation\": {\n                    \"ID\": {\n                        \"Value\": \"SIN\"\n                    }\n                },\n                \"FinalDestinationLocation\": {\n                    \"ID\": {\n                        \"Value\": \"DOH\"\n                    }\n                },\n                \"HandlingSPHInstructions\": {\n                    \"DescriptionCode\": {\n                        \"Value\": \"VAL\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/{{:awbId}}/status","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71\">FHL</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E8ACA.6</p>\n<p><strong>Use Case</strong>: Confirmed HAWB Ready/ Multiple HAWB for same Destination</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EO-AWB-R-01-UC-03</p>\n<p><strong>Description</strong>: Add additional confirmed HAWBs to existing MAWB consolidation.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Integration)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","mawb","{{:awbId}}","status"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"43db2a6a-e563-426c-a750-10f5f486c7d9"},{"name":"Add HAWB to MAWB","id":"53527aa3-3cb6-4966-8277-ce9320d2fb39","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"9abbec0a-1d82-49d7-85de-5bbc1ce82ff6","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430_020-95947655\"\n        },\n        \"Name\": {\n            \"Value\": \"House Waybill\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"703\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T15:42:43\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"5.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"TDVAGT03TEST/AMS1\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430\"\n        },\n        \"SignatoryConsignorAuthentication\": {\n            \"Signatory\": {\n                \"Value\": \"GE ENGINE SERVICES INC.\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2016-06-15T15:42:43\"\n            },\n            \"Signatory\": {\n                \"Value\": \"020\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"JFK\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"59\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"6\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"020-95947655\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"JFK\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            }\n        },\n        \"IncludedHouseConsignment\": {\n            \"NilCarriageValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilCustomsValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilInsuranceValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"IncludedTareGrossWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"6\"\n            },\n            \"TotalPieceQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n                \"Value\": \"AIRCRAFT PARTS\"\n            },\n            \"ConsignorParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"ConsigneeParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"FreightForwarderParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"AssociatedParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"OriginLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                }\n            },\n            \"FinalDestinationLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                }\n            },\n            \"SpecifiedLogisticsTransportMovement\": {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"listID\": \"Recommendation 19\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"2\",\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"AIR TRANSPORT\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"020\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    }\n                }\n            },\n            \"HandlingSPHInstructions\": {\n                \"Description\": {\n                    \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n                },\n                \"DescriptionCode\": {\n                    \"Value\": \"EAP\"\n                }\n            },\n            \"IncludedCustomsNote\": {\n                \"ContentCode\": {\n                    \"Value\": \"A\"\n                },\n                \"Content\": {\n                    \"Value\": \"BCBP123\"\n                },\n                \"SubjectCode\": {\n                    \"Value\": \"IMP\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"CH\"\n                }\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"02095947655\"\n                },\n                \"TypeCode\": {\n                    \"listID\": \"1001\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"D09A\",\n                    \"Value\": \"740\"\n                },\n                \"Name\": {\n                    \"Value\": \"Air Waybill\"\n                }\n            },\n            \"IncludedHouseConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"6\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"Information\": {\n                    \"Value\": \"NDA\"\n                },\n                \"NatureIdentificationTransportCargo\": {\n                    \"Identification\": {\n                        \"Value\": \"AIRCRAFT PARTS\"\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"ChargeableWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/{{:mawbId}}/add-hawb","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E8ACA.6</p>\n<p><strong>Use Case</strong>: Confirmed HAWB Ready/ Multiple HAWB for same Destination</p>\n<p><strong>Integration Point:</strong> IN_FR-1-EO-AWB-R-01-UC-03</p>\n<p><strong>Description</strong>: Add additional confirmed HAWB to existing MAWB consolidation.</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Integration)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","mawb","{{:mawbId}}","add-hawb"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"53527aa3-3cb6-4966-8277-ce9320d2fb39"}],"id":"0d8d0474-b7b6-4701-8401-e20e6e3998bf","description":"<p>ACA consolidates multiple confirmed HAWBs under one MAWB.</p>\n<p><strong>Use Case</strong>: Confirmed HAWB Ready / Multiple HAWB for same Destination</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(ACA) → WeBOC, Airline System (P1)</li>\n<li>POST: ACA System → ACS System (P2)</li>\n</ul>\n","_postman_id":"0d8d0474-b7b6-4701-8401-e20e6e3998bf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"f5b62571-5c48-489f-8b31-0de0f2a67066","description":"<p>REST API documentation for PSW ACS e-Ops Export module - HAWB and Booking Management.</p>\n<h2 id=\"overview\">Overview</h2>\n<p>This batch covers House Air Waybill (HAWB) creation, transmission, confirmation, and consolidation into Master Air Waybills (MAWB), as well as flight booking list exchange between Airlines and GHAs.</p>\n<h2 id=\"requirements-covered\">Requirements Covered</h2>\n<ul>\n<li><p><strong>EO.E7ACA.1</strong>: Create and transmit draft HAWB to Consignor</p>\n</li>\n<li><p><strong>EO.E7CGNR.2</strong>: HAWB draft received by Consignor (complete, confirm, amend)</p>\n</li>\n<li><p><strong>EO.E7AL.3</strong>: Airline sends flight booking list to GHA</p>\n</li>\n<li><p><strong>EO.E7GHA.4</strong>: GHA receives booking list</p>\n</li>\n<li><p><strong>EO.E8CGNR.5</strong>: HAWB Confirmed</p>\n</li>\n<li><p><strong>EO.E8ACA.6</strong>: HAWB/MAWB Consolidation</p>\n</li>\n<li><p><strong>EO.E8CB.7</strong>: Customs Broker receives HAWB</p>\n</li>\n<li><p><strong>EO.E8CUS.8</strong>: Customs receives HAWB</p>\n</li>\n</ul>\n<h2 id=\"integration-points\">Integration Points</h2>\n<ul>\n<li><p>Integration with external ACA, Consignor, Airline, GHA, Customs Broker, and WeBOC systems</p>\n</li>\n<li><p>Support for IATA Cargo-XML (XFZB, XFWB, XFBL) and Cargo-IMP (FHL, FWB, FBL) message formats</p>\n</li>\n</ul>\n","_postman_id":"f5b62571-5c48-489f-8b31-0de0f2a67066","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"ASI & Risk Assessment","item":[{"name":"Advance Shipment Information","item":[{"name":"Send ASI to Stakeholders","id":"3cc50087-710d-415a-98a8-f414aa9bf6e9","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ddda08bd-7d72-4a8c-ac0f-d2ced5be5445","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.381Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbDetails\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"pieces\": 10,\n            \"weight\": {\n                \"value\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Electronics - Mobile Phones\",\n            \"dimensions\": {\n                \"volume\": 5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234567-8\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234567-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"pieces\": 20,\n            \"weight\": {\n                \"value\": 1000,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Textiles\",\n            \"dimensions\": {\n                \"volume\": 7.5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234667-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        }\n    ],\n    \"shipmentDetails\": {\n        \"departureAirport\": \"KHI\",\n        \"destinationAirport\": \"DXB\",\n        \"consignor\": {\n            \"name\": \"ABC Electronics Ltd\",\n            \"cnic\": \"12345-1234568-9\",\n            \"accountNumber\": \"ACC12345\",\n            \"address\": {\n                \"street\": \"123 Industrial Area\",\n                \"city\": \"Karachi\",\n                \"countryCode\": \"PK\"\n            }\n        },\n        \"consignee\": {\n            \"name\": \"XYZ Trading LLC\",\n            \"cnic\": \"12345-1234667-9\",\n            \"accountNumber\": \"ACC67890\",\n            \"address\": {\n                \"street\": \"456 Business Bay\",\n                \"city\": \"Dubai\",\n                \"countryCode\": \"AE\"\n            }\n        },\n        \"aca\": {\n            \"name\": \"Consolidated Freight Services\",\n            \"iataNumber\": \"0010000893964\",\n            \"cassNumber\": \"81-4 7158/0072\"\n        },\n        \"numberOfPieces\": 30,\n        \"weight\": {\n            \"value\": 1500,\n            \"unit\": \"KGM\"\n        },\n        \"dimensions\": {\n            \"volume\": 12.5,\n            \"unit\": \"MTQ\"\n        },\n        \"hsCodes\": [],\n        \"commodity\": \"Electronics and Textiles\",\n        \"expectedArrivalAtAirport\": \"2025-11-24T14:00:00Z\"\n    },\n    \"flightDetails\": {\n        \"flightNumber\": \"PK300\",\n        \"flightDate\": \"2025-11-25\",\n        \"airline\": \"Pakistan International Airlines\",\n        \"scheduledDeparture\": \"2025-11-25T08:00:00Z\",\n        \"scheduledArrival\": \"2025-11-25T10:30:00Z\"\n    },\n    \"recipients\": [\n        {\n            \"type\": \"gha\",\n            \"id\": \"gha-khi-001\"\n        },\n        {\n            \"type\": \"consignor\",\n            \"id\": \"cgnr-abc-001\"\n        },\n        {\n            \"type\": \"airline\",\n            \"id\": \"al-pk-001\"\n        }\n    ],\n    \"broadcastAll\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/advance-shipment-info","description":"<p><strong>Global APIs References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098\">ASI</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.E9ACA.10</p>\n</li>\n<li><p>EO.E10CGNR.11</p>\n</li>\n<li><p>EO.E10CB.12</p>\n</li>\n<li><p>EO.E10GHA.13</p>\n</li>\n<li><p>EO.E10AL.14</p>\n</li>\n<li><p>EO.E10CUS.15</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Send ASI (Advance Shipment Information) to Stakeholder</p>\n<p><strong>Integration Point:</strong> IN_FR-2-EO-ASI-R-01-UC-01</p>\n<p><strong>Description</strong>: ACS will enable ACA to send ASI (advance shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E9ACA) → Airport Community System → GHA System (E10GHA)</p>\n</li>\n<li><p>Air Cargo Agent System (E9ACA) → Airport Community System → Consignor System (E10CGNR)</p>\n</li>\n<li><p>Air Cargo Agent System (E9ACA) → Airport Community System → Airline System (E10AL)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li>P2</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["advance-shipment-info"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cc50087-710d-415a-98a8-f414aa9bf6e9"}],"id":"58076e1f-21f0-4667-8faf-b26ca24cd377","description":"<p>ACA sends ASI to multiple stakeholders.</p>\n<p><strong>Use Case</strong>: Send ASI (Advance Shipment Information) to Stakeholder</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>Broadcast: ACS(ACA) → GHA, Consignor, Airlines, Customs, CB Systems (P1)</li>\n<li>POST: ACA System → ACS System (P2)</li>\n</ul>\n","_postman_id":"58076e1f-21f0-4667-8faf-b26ca24cd377","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Transport Arrangement","item":[{"name":"Set Transport Arrangement","id":"218e20a5-e717-46a1-bf90-2305310dc60c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b0908268-75e3-4830-954d-a03909d1e707","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.381Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumber\": [\n        \"176-12345689\"\n    ],\n    \"transportArrangement\": \"aca\",\n    \"remarks\": \"ACA will arrange trucking for this shipment\",\n    \"expectedPickupDatetime\": \"2026-01-22T10:57:01Z\",\n    \"pickupLocation\": {\n        \"address\": \"123 Industrial Area, Karachi\",\n        \"contactPerson\": \"Ahmed Khan\",\n        \"contactPhone\": \"+92-21-12345678\"\n    },\n    \"acaCassNumber\": \"81-4 7158/0072\",\n    \"acaIataNumber\": \"0010000893964\",\n    \"ghaCode\": \"GHA1563\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/transport-arrangements","description":"<p><strong>Requirement Reference</strong>: EO.E11ACA.16</p>\n<p><strong>Use Case</strong>: ACS(ACA) is arranging transport to Airport</p>\n<p><strong>Integration Point:</strong> IN_FR-4-EO-TS-R-01-UC-01</p>\n<p><strong>Description</strong>: ACS (ACA) to inform GHA, that they will be arranging transport for the consignment.</p>\n<p><strong>Transport Options</strong>:</p>\n<ul>\n<li><p><code>aca</code> - ACA will arrange trucking (Yes) → E11ACA → E12ACA</p>\n</li>\n<li><p><code>consignor</code> - Consignor will arrange trucking (No) → E11ACA → E12CGNR</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E9ACA) → Airport Community System</p>\n<p><strong>Priority</strong>: P3</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mawbNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>hawbNumber</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain ≥1 HAWB if provided</td>\n</tr>\n<tr>\n<td><code>transportArrangement</code></td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of [\"aca\", \"self\", \"forwarder\"]</td>\n</tr>\n<tr>\n<td><code>remarks</code></td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if <code>transportArrangement='aca'</code></td>\n</tr>\n<tr>\n<td><code>expectedPickupDatetime</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>C</td>\n<td>Required if <code>transportArrangement='aca'</code>; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>pickupLocation</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Required if <code>transportArrangement='aca'</code></td>\n</tr>\n<tr>\n<td><code>pickupLocation.address</code></td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required when <code>pickupLocation</code> present</td>\n</tr>\n<tr>\n<td><code>pickupLocation.contactPerson</code></td>\n<td>String</td>\n<td>100 chars</td>\n<td>C</td>\n<td>Required when <code>pickupLocation</code> present</td>\n</tr>\n<tr>\n<td><code>pickupLocation.contactPhone</code></td>\n<td>String</td>\n<td>20 chars</td>\n<td>C</td>\n<td>Required when <code>pickupLocation</code> present; must match phone pattern <code>+</code> and digits</td>\n</tr>\n<tr>\n<td><code>acaCassNumber</code></td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if <code>transportArrangement='aca'</code> and <code>acaIataNumber</code> is empty</td>\n</tr>\n<tr>\n<td><code>acaIataNumber</code></td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if transportArrangement='aca'and acaCassNumber is empty</td>\n</tr>\n<tr>\n<td><code>ghaCode</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>If provided, must be alphanumeric</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["transport-arrangements"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"218e20a5-e717-46a1-bf90-2305310dc60c"}],"id":"fe3873a7-0306-49b7-902b-71027096d4e9","description":"<p>ACA informs GHA about transport arrangement decisions.</p>\n<p><strong>Use Case</strong>: ACS(ACA) is arranging transport to Airport</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(ACA) → GHA System (P1)</li>\n<li>POST: ACA System → ACS System (P2)</li>\n</ul>\n","_postman_id":"fe3873a7-0306-49b7-902b-71027096d4e9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Risk Assessment","item":[{"name":"Submit Risk Assessment (Customs)","id":"6954999c-bdd9-4fbe-99aa-ac8c9aec34a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b21b488c-ac62-47cf-bdb2-97d1362b239c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.381Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"gdNumber\": \"GD-EXP-2025-001234\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbAssessments\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"riskClassification\": \"green\",\n            \"remarks\": \"No inspection required\"\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"riskClassification\": \"yellow\",\n            \"remarks\": \"Document check required\",\n            \"requiredDocuments\": [\n                \"Commercial Invoice\",\n                \"Packing List\"\n            ]\n        }\n    ],\n    \"overallClassification\": \"yellow\",\n    \"assessedBy\": \"customs-officer-001\",\n    \"assessedAt\": \"2025-11-21T14:00:00Z\",\n    \"validUntil\": \"2025-11-25T23:59:59Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8\">Risk Assessments</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.E11CUS.17</p>\n</li>\n<li><p>EO.E11GHA.18</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Risk Assessment Shared by Customs</p>\n<p><strong>Integration Point</strong>: IN_FR-5-EO-EGD-R-01-UC-02</p>\n<p><strong>Risk Classifications</strong>:</p>\n<ul>\n<li><p><code>green</code> - No inspection required</p>\n</li>\n<li><p><code>yellow</code> - Document check required</p>\n</li>\n<li><p><code>red</code> - Document + physical check of goods required</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["risk-assessments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6954999c-bdd9-4fbe-99aa-ac8c9aec34a6"},{"name":"Update Inspection Result","id":"29a1a17d-8070-4396-8a6d-456375d00e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"ad992ffd-7969-41ab-9ab9-b6690c1d55c4","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.381Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hawbNumber\": \"176-12345700\",\n    \"assessedBy\": \"customs-inspector-001\",\n    \"assessedAt\": \"2025-11-24T16:00:00Z\",\n    \"remarks\": \"All documents verified and in order\",\n    \"riskClassification\": \"green\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8\">Risk Assessments</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E11CUS.17</p>\n<p><strong>Use Case</strong>: Risk Assessment Shared by Customs</p>\n<p><strong>Integration Point</strong>: IN_FR-5-EO-EGD-R-01-UC-03</p>\n<p><strong>Description</strong>: Update risk assessment after inspection.</p>\n<p><strong>Risk Classifications</strong>:</p>\n<ul>\n<li><p><code>green</code> - No inspection required</p>\n</li>\n<li><p><code>yellow</code> - Document check required</p>\n</li>\n<li><p><code>red</code> - Document + physical check of goods required</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>gdNumber</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Format: GD-EXP--, e.g., GD-EXP-2025-001234</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbAssessments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of objects, each containing hawbNumber, riskClassification, remarks</td>\n</tr>\n<tr>\n<td>hawbAssessments.hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbAssessments.riskClassification</td>\n<td>String</td>\n<td>10</td>\n<td>O</td>\n<td>Must be one of: [\"green\", \"yellow\", \"red\"]</td>\n</tr>\n<tr>\n<td>hawbAssessments.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Remarks about the assessment</td>\n</tr>\n<tr>\n<td>hawbAssessments.requiredDocuments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of documents required for inspection, e.g., [\"Commercial Invoice\", \"Packing List\"]</td>\n</tr>\n<tr>\n<td>overallClassification</td>\n<td>String</td>\n<td>10</td>\n<td>O</td>\n<td>Must be one of: [\"green\", \"yellow\", \"red\"]</td>\n</tr>\n<tr>\n<td>assessedBy</td>\n<td>String</td>\n<td>50</td>\n<td>O</td>\n<td>Identifier of the person who made the assessment</td>\n</tr>\n<tr>\n<td>assessedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["risk-assessments",":assessmentId","inspection"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"ra-2025-001234","key":"assessmentId"}]}},"response":[],"_postman_id":"29a1a17d-8070-4396-8a6d-456375d00e21"}],"id":"480ede84-a117-4a73-8009-a27b9e7e4114","description":"<p>Customs shares risk assessment classification with GHA.</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>EO.E11CUS.17: Risk Assessment by Customs</li>\n<li>EO.E11GHA.18: Risk Assessment received by GHA</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>POST: WeBOC → ACS System (P1)</li>\n<li>PUSH: ACS System → GHA System (P1)</li>\n</ul>\n","_postman_id":"480ede84-a117-4a73-8009-a27b9e7e4114","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"ca51a8c7-f075-4606-82a0-486d9d3b3181","description":"<p>REST API documentation for PSW ACS e-Ops Export module - Advanced Shipment Information (ASI) and Risk Assessment.</p>\n<h2 id=\"overview\">Overview</h2>\n<p>This batch covers customs declaration submission, ASI broadcasting to stakeholders, transport arrangement decisions, and risk assessment workflows.</p>\n<h2 id=\"requirements-covered\">Requirements Covered</h2>\n<ul>\n<li><p><strong>EO.E9CB.9</strong>: CB enter shipment details to WeBOC for permission</p>\n</li>\n<li><p><strong>EO.E9ACA.10</strong>: Send ASI to Stakeholders (GHA, Consignor, Airlines, Customs, CB)</p>\n</li>\n<li><p><strong>EO.E10CGNR.11 - EO.E10CUS.15</strong>: Receive ASI</p>\n</li>\n<li><p><strong>EO.E11ACA.16</strong>: ACA arranging transport to Airport</p>\n</li>\n<li><p><strong>EO.E11CUS.17</strong>: Risk Assessment by Customs</p>\n</li>\n<li><p><strong>EO.E11GHA.18</strong>: Risk Assessment received by GHA</p>\n</li>\n</ul>\n","_postman_id":"ca51a8c7-f075-4606-82a0-486d9d3b3181","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Transport & TSM","item":[{"name":"Trucking Requests","item":[{"name":"Create Trucking Request","id":"b95e7849-f3db-4050-a86e-25d8b63cbea0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ec36e470-9a96-40a0-9a7d-0d650d7f06c2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.381Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requestedBy\": \"aca\",\n    \"mawbNumber\": \"214-12345678\",\n    \"hawbNumbers\": [\n        \"214-12345689\"\n    ],\n    \"pickup\": {\n        \"address\": {\n            \"street\": \"123 Industrial Area, Site, Karachi\",\n            \"city\": \"Karachi\",\n            \"postalCode\": \"74000\",\n            \"countryCode\": \"PK\"\n        },\n        \"contactPerson\": \"Ahmed Khan\",\n        \"contactPhone\": \"+92-21-12345678\",\n        \"requestedTime\": \"2025-11-24T09:00:00+05:00\"\n    },\n    \"delivery\": {\n        \"address\": {\n            \"street\": \"123 Industrial Area, Site, Karachi\",\n            \"city\": \"Karachi\",\n            \"postalCode\": \"75200\",\n            \"countryCode\": \"PK\"\n        },\n        \"airport\": \"KHI\",\n        \"ghaName\": \"Pakistan Airport Services\",\n        \"ghaCode\": \"GHA-KHI-01\",\n        \"requestedTime\": \"2025-11-24T14:00:00+05:00\"\n    },\n    \"shipmentDetails\": {\n        \"numberOfPieces\": 10,\n        \"weight\": {\n            \"value\": 500,\n            \"unit\": \"KGM\"\n        },\n        \"dimensions\": {\n            \"length\": 120,\n            \"width\": 80,\n            \"height\": 100,\n            \"unit\": \"CMT\"\n        },\n        \"commodity\": \"Electronics\",\n        \"specialRequirements\": \"Handle with care - Fragile\"\n    },\n    \"requestingParty\": {\n        \"name\": \"John Doe\",\n        \"phone\": \"+923001234567\",\n        \"email\": \"john.doe@example.com\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"ntn\": \"7937334-0\",\n        \"cnic\": \"35201-1234567-1\"\n    },\n    \"targetTruckers\": [\n        \"trucker-001\",\n        \"trucker-002\"\n    ],\n    \"quoteRequired\": true,\n    \"quoteExpiredAt\": \"2025-11-23T18:00:00Z\",\n    \"requestedDate\": \"2025-11-22\",\n    \"requestedNumberOfVehicles\": \"1\",\n    \"cargoType\": \"general\",\n    \"pieces\": 10,\n    \"weight\": 500,\n    \"specialRequirements\": [],\n    \"truckingCompany\": \"Skylink Trucking Services\",\n    \"offerPricePkr\": 15000,\n    \"remarks\": \"Please ensure careful handling during transport\",\n    \"vehicleType\": \"20FT_CONTAINER_TRUCK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.E12ACA.19</p>\n</li>\n<li><p>EO.E12CGNR.20</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transport arranged by ACA/Consignor</p>\n<p><strong>Integration Point</strong>: FR-4-EO-TS-R-01-UC-01</p>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>Pickup Request: ACS enables ACA to contact and request a pickup quota from the Trucker</p>\n</li>\n<li><p>ACS will enable the Consignor to communicate shipment details digitally to the Trucker.</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E11ACA) → Airport Community System → Transporter / Truck Operator (E12TRK)</p>\n</li>\n<li><p>Consignor System (E12CNGR) → Airport Community System → Transporter / Truck Operator (E12TRK)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P3</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>requestedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Requesting party code (e.g., ACA)</td>\n</tr>\n<tr>\n<td>pickup</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains pickup details</td>\n</tr>\n<tr>\n<td>pickup.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain full address fields</td>\n</tr>\n<tr>\n<td>pickup.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>pickup.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid city name</td>\n</tr>\n<tr>\n<td>pickup.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>pickup.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>pickup.contactPerson</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Alphabetic + spaces/hyphens</td>\n</tr>\n<tr>\n<td>pickup.contactPhone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>pickup.requestedTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>delivery</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains delivery details</td>\n</tr>\n<tr>\n<td>delivery.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain full address fields</td>\n</tr>\n<tr>\n<td>delivery.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>delivery.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid city name</td>\n</tr>\n<tr>\n<td>delivery.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>delivery.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>delivery.airport</td>\n<td>String</td>\n<td>3 (IATA) / 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>delivery.ghaName</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Valid GHA organization name</td>\n</tr>\n<tr>\n<td>delivery.requestedTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date</td>\n</tr>\n<tr>\n<td>shipmentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains shipment details</td>\n</tr>\n<tr>\n<td>shipmentDetails.numberOfPieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>shipmentDetails.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.length</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.width</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.height</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentDetails.commodity</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid commodity name</td>\n</tr>\n<tr>\n<td>shipmentDetails.specialRequirements</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>quoteRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>quoteExpiredAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>C</td>\n<td>Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>requestedNumberOfVehicles</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Numeric string, positive</td>\n</tr>\n<tr>\n<td>cargoType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be valid enum (e.g., \"general\", \"perishable\", \"dg\")</td>\n</tr>\n<tr>\n<td>pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>specialRequirements</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Free text entries, can be empty</td>\n</tr>\n<tr>\n<td>truckingCompany</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the trucking company</td>\n</tr>\n<tr>\n<td>offerPricePkr</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Price in PKR</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks (e.g., \"Please ensure careful handling during transport\")</td>\n</tr>\n<tr>\n<td>vehicleType</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\")</td>\n</tr>\n<tr>\n<td>requestingParty.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the requesting party</td>\n</tr>\n<tr>\n<td>requestingParty.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>requestingParty.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>requestingParty.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if requestedBy = “aca” and cassNumber is empty</td>\n</tr>\n<tr>\n<td>requestingParty.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if requestedBy = “aca” and iataNumber is empty</td>\n</tr>\n<tr>\n<td>requestingParty.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>C</td>\n<td>Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>requestingParty.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>C</td>\n<td>Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>targetTruckers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of trucker IDs (e.g., [\"trucker-001\", \"trucker-002\"])</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["trucking-requests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"14419145-536c-4304-935c-a2f1f7c587b5","name":"Create Trucking Request (ACA)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}"}],"body":{"mode":"raw","raw":"{\n  \"requestedBy\": \"aca\",\n  \"mawbNumber\": \"214-12345678\",\n  \"hawbNumbers\": [\"214-12345689\"],\n  \"pickup\": {\n    \"address\": {\n      \"street\": \"123 Industrial Area, Site, Karachi\",\n      \"city\": \"Karachi\",\n      \"postalCode\": \"74000\",\n      \"countryCode\": \"PK\"\n    },\n    \"contactPerson\": \"Ahmed Khan\",\n    \"contactPhone\": \"+92-21-12345678\",\n    \"requestedTime\": \"2025-11-24T09:00:00+05:00\"\n  },\n  \"delivery\": {\n    \"address\": {\n      \"street\": \"123 Industrial Area, Site, Karachi\",\n      \"city\": \"Karachi\",\n      \"postalCode\": \"75200\",\n      \"countryCode\": \"PK\"\n    },\n    \"airport\": \"KHI\",\n    \"ghaName\": \"Pakistan Airport Services\",\n    \"ghaCode\": \"GHA-KHI-01\",\n    \"requestedTime\": \"2025-11-24T14:00:00+05:00\"\n  },\n  \"shipmentDetails\": {\n    \"numberOfPieces\": 10,\n    \"weight\": { \"value\": 500, \"unit\": \"KGM\" },\n    \"dimensions\": { \"length\": 120, \"width\": 80, \"height\": 100, \"unit\": \"CMT\" },\n    \"commodity\": \"Electronics\",\n    \"specialRequirements\": \"Handle with care - Fragile\"\n  },\n  \"requestingParty\": {\n    \"name\": \"John Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"iataNumber\": \"0010000893964\",\n    \"cassNumber\": \"81-4 7158/0072\",\n  },\n  \"targetTruckers\": [\n    \"trucker-001\",\n    \"trucker-002\"\n  ],\n  \"quoteRequired\": true,\n  \"quoteExpiredAt\": \"2025-11-23T18:00:00Z\",\n  \"requestedDate\": \"2025-11-22\",\n  \"requestedNumberOfVehicles\": \"1\",\n  \"cargoType\": \"general\",\n  \"pieces\": 10,\n  \"weight\": 500,\n  \"specialRequirements\": [],\n  \"truckingCompany\": \"Skylink Trucking Services\",\n  \"offerPricePkr\": 15000,\n  \"remarks\": \"Please ensure careful handling during transport\",\n  \"vehicleType\": \"20FT_CONTAINER_TRUCK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4bdc9f48-2203-4f5d-b0e4-8b87b1d763a8","name":"Create Trucking Request (Consignor)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}"}],"body":{"mode":"raw","raw":"{\n  \"requestedBy\": \"consignor\",\n  \"mawbNumber\": \"214-12345678\",\n  \"hawbNumbers\": [\"214-12345689\"],\n  \"pickup\": {\n    \"address\": {\n      \"street\": \"123 Industrial Area, Site, Karachi\",\n      \"city\": \"Karachi\",\n      \"postalCode\": \"74000\",\n      \"countryCode\": \"PK\"\n    },\n    \"contactPerson\": \"Ahmed Khan\",\n    \"contactPhone\": \"+92-21-12345678\",\n    \"requestedTime\": \"2025-11-24T09:00:00+05:00\"\n  },\n  \"delivery\": {\n    \"address\": {\n      \"street\": \"123 Industrial Area, Site, Karachi\",\n      \"city\": \"Karachi\",\n      \"postalCode\": \"75200\",\n      \"countryCode\": \"PK\"\n    },\n    \"airport\": \"KHI\",\n    \"ghaName\": \"Pakistan Airport Services\",\n    \"ghaCode\": \"GHA-KHI-01\",\n    \"requestedTime\": \"2025-11-24T14:00:00+05:00\"\n  },\n  \"shipmentDetails\": {\n    \"numberOfPieces\": 10,\n    \"weight\": { \"value\": 500, \"unit\": \"KGM\" },\n    \"dimensions\": { \"length\": 120, \"width\": 80, \"height\": 100, \"unit\": \"CMT\" },\n    \"commodity\": \"Electronics\",\n    \"specialRequirements\": \"Handle with care - Fragile\"\n  },\n  \"requestingParty\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+923001234567\",\n    \"email\": \"john.doe@example.com\",\n    \"ntn\": \"7937334-0\",\n    \"cnic\": \"35201-1234567-1\"\n  },\n  \"targetTruckers\": [\n    \"trucker-001\",\n    \"trucker-002\"\n  ],\n  \"quoteRequired\": true,\n  \"quoteExpiredAt\": \"2025-11-23T18:00:00Z\",\n  \"requestedDate\": \"2025-11-22\",\n  \"requestedNumberOfVehicles\": \"1\",\n  \"cargoType\": \"general\",\n  \"pieces\": 10,\n  \"weight\": 500,\n  \"specialRequirements\": [],\n  \"truckingCompany\": \"Skylink Trucking Services\",\n  \"offerPricePkr\": 15000,\n  \"remarks\": \"Please ensure careful handling during transport\",\n  \"vehicleType\": \"20FT_CONTAINER_TRUCK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b95e7849-f3db-4050-a86e-25d8b63cbea0"}],"id":"589a0079-ee60-4a85-8e24-d36c02123b0a","description":"<p>ACA or Consignor arranges transport to airport.</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>EO.E12ACA.19: Transport arranged by ACA</li>\n<li>EO.E12CGNR.20: Transport arranged by Consignor</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(ACA/Consignor) → Trucker System (P3)</li>\n<li>POST: Trucker System → ACS(ACA/Consignor) (P3)</li>\n</ul>\n","_postman_id":"589a0079-ee60-4a85-8e24-d36c02123b0a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Trucker Quote & Confirmation","item":[{"name":"Submit Trucking Quote","id":"d21eaa1c-9b47-4bcb-89a9-3dd470a5b5e8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"500a8525-73a5-4a50-8552-ee123f0b6327","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.382Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"truckingRequestId\": \"tr-req-001\",\n    \"quote\": {\n        \"transportPrice\": 15000,\n        \"currency\": \"PKR\",\n        \"priceValidity\": \"2025-11-24T23:59:59Z\",\n        \"vehicleType\": \"Enclosed Truck 10T\",\n        \"estimatedPickupAt\": \"2025-11-24T09:00:00Z\",\n        \"estimatedDeliveryAt\": \"2025-11-24T13:30:00Z\"\n    },\n    \"alternativeDate\": {\n        \"available\": true,\n        \"suggestedDateTime\": \"2025-11-25T08:30:00Z\",\n        \"alternativePrice\": 14000\n    },\n    \"remarks\": \"Standard enclosed truck available\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","description":"<p><strong>Requirement Reference</strong>: EO.E12TRK.21</p>\n<p><strong>Use Case</strong>: Shipment and delivery details received, vehicle information sent.</p>\n<p><strong>Integration Point:</strong> IN_FR-4-EO-TS-R-01-UC-03</p>\n<p><strong>Description</strong>: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)</p>\n</li>\n<li><p>Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P3</p>\n<p><strong>API Parameters</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>truckingRequestId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique.</td>\n</tr>\n<tr>\n<td><code>quote</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing the details for the trucking request quote.</td>\n</tr>\n<tr>\n<td><code>quote.transportPrice</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer or float.</td>\n</tr>\n<tr>\n<td><code>quote.currency</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td><code>quote.priceValidity</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>quote.vehicleType</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\".</td>\n</tr>\n<tr>\n<td><code>quote.estimatedPickupAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>quote.estimatedDeliveryAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br />Must be after <code>estimatedPickupAt</code>.</td>\n</tr>\n<tr>\n<td><code>alternativeDate</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Optional object containing details for an alternative date and price.</td>\n</tr>\n<tr>\n<td><code>alternativeDate.available</code></td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must be a boolean (<code>true</code> or <code>false</code>).</td>\n</tr>\n<tr>\n<td><code>alternativeDate.suggestedDateTime</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>alternativeDate.alternativePrice</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must be a positive integer or float.</td>\n</tr>\n<tr>\n<td><code>remarks</code></td>\n<td>String</td>\n<td>255 chars</td>\n<td>O</td>\n<td>Free text allowed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["trucking-requests",":requestId","quote"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"tr-req-001","key":"requestId"}]}},"response":[],"_postman_id":"d21eaa1c-9b47-4bcb-89a9-3dd470a5b5e8"},{"name":"Accept/Reject Quote (ACA/Consignor)","id":"b6629386-a007-4a69-9df7-01a25596a6e6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"290f15e7-1008-4119-af59-a10f283baf59","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.382Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"quote-001\",\n    \"decision\": \"accepted\",\n    \"acceptedPrice\": 15000,\n    \"confirmedPickupAt\": \"2025-11-24T09:00+05:00\",\n    \"remarks\": \"Please ensure on-time pickup\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","description":"<p><strong>Requirement Reference</strong>: EO.E12TRK.21</p>\n<p><strong>Use Case</strong>: Shipment and delivery details received, vehicle information sent.</p>\n<p><strong>Integration Point:</strong> IN_FR-4-EO-TS-R-01-UC-04</p>\n<p><strong>Description</strong>: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)</p>\n</li>\n<li><p>Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P3</p>\n<p><strong>API Parameters</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>quoteId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique.</td>\n</tr>\n<tr>\n<td><code>decision</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [ \"accepted\", \"rejected\" ]</td>\n</tr>\n<tr>\n<td><code>acceptedPrice</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer or float.</td>\n</tr>\n<tr>\n<td><code>confirmedPickupAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>remarks</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text allowed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["trucking-requests",":requestId","quote-response"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"tr-req-001","key":"requestId"}]}},"response":[],"_postman_id":"b6629386-a007-4a69-9df7-01a25596a6e6"},{"name":"Confirm Vehicle Details (Trucker)","id":"98c24730-633f-4c6d-a08b-98446c9404c2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b7401625-54e4-4f3f-8bf3-61ec09b4ee89","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.382Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"truckingRequestId\": \"tr-req-001\",\n    \"confirmedPrice\": 15000,\n    \"currency\": \"PKR\",\n    \"pickupAt\": \"2025-11-24T09:00:00Z\",\n    \"vehicle\": {\n        \"type\": \"Enclosed Truck 10T\",\n        \"registration\": \"KHI-ABC-1234\",\n        \"make\": \"Hino\",\n        \"model\": \"300 Series\"\n    },\n    \"driver\": {\n        \"name\": \"Muhammad Aslam\",\n        \"cnic\": \"42101-1234567-1\",\n        \"mobilePhone\": \"+92-300-1234567\",\n        \"licenseNumber\": \"KHI-HTV-2024-001\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","description":"<p><strong>Requirement Reference</strong>: EO.E12TRK.21</p>\n<p><strong>Use Case</strong>: Shipment and delivery details received, vehicle information sent.</p>\n<p><strong>Integration Point:</strong> IN_FR-4-EO-TS-R-01-UC-05</p>\n<p><strong>Description</strong>: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)</p>\n</li>\n<li><p>Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P3</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>truckingRequestId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique.</td>\n</tr>\n<tr>\n<td><code>confirmedPrice</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer or float.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td><code>pickupAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>vehicle</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing vehicle details.</td>\n</tr>\n<tr>\n<td><code>vehicle.type</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid vehicle type, e.g., <code>Enclosed Truck 10T</code>.</td>\n</tr>\n<tr>\n<td><code>vehicle.registration</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow vehicle registration pattern (e.g., <code>KHI-ABC-1234</code>).</td>\n</tr>\n<tr>\n<td><code>vehicle.make</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be the make of the vehicle (e.g., <code>Hino</code>).</td>\n</tr>\n<tr>\n<td><code>vehicle.model</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be the model of the vehicle (e.g., <code>300 Series</code>).</td>\n</tr>\n<tr>\n<td><code>driver</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing driver details.</td>\n</tr>\n<tr>\n<td><code>driver.name</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid name with letters, spaces, and hyphens.</td>\n</tr>\n<tr>\n<td><code>driver.cnic</code></td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td><code>driver.mobilePhone</code></td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Must match phone pattern <code>+</code> and digits.</td>\n</tr>\n<tr>\n<td><code>driver.licenseNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow license number pattern (e.g., <code>KHI-HTV-2024-001</code>).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["trucking-requests",":requestId","vehicle-confirmation"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"tr-req-001","key":"requestId"}]}},"response":[],"_postman_id":"98c24730-633f-4c6d-a08b-98446c9404c2"}],"id":"6999093e-2067-4f65-ad23-a4d0ee60edec","description":"<p>Trucker receives shipment details, sends quote, and confirms with vehicle info.</p>\n<p><strong>Use Case</strong>: Shipment and delivery details received, vehicle information sent</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(Trucker) → ACA/Consignor System (P3)</li>\n<li>POST: Trucker System → ACS System (P3)</li>\n</ul>\n","_postman_id":"6999093e-2067-4f65-ad23-a4d0ee60edec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"TSM Slot Request","item":[{"name":"Request TSM Slot","id":"701be4e2-ab59-4ac5-baeb-1ffa44feda53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"557e4d70-3288-4014-8333-3873ed08e5ac","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.382Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requestedBy\": \"aca\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"176-12345689\"\n    ],\n    \"airport\": \"KHI\",\n    \"targetGHA\": \"gha-khi-001\",\n    \"asiReference\": \"asi-20251121-001\",\n    \"vehicle\": {\n        \"type\": \"Enclosed Truck 10T\",\n        \"registration\": \"KHI-ABC-1234\"\n    },\n    \"driver\": {\n        \"cnic\": \"12345-1234567-1\",\n        \"name\": \"Muhammad Aslam\",\n        \"mobilePhone\": \"+92-300-1234567\"\n    },\n    \"requestedSlot\": {\n        \"date\": \"2025-11-24T\",\n        \"preferredTime\": \"14:00\",\n        \"alternativeTimes\": [\n            \"13:00\",\n            \"15:00\"\n        ]\n    },\n    \"shipmentDetails\": {\n        \"pieces\": 10,\n        \"weight\": {\n            \"value\": 500,\n            \"unit\": \"KGM\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-requests","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.E13ACA.22</p>\n</li>\n<li><p>EO.E13CGNR.23</p>\n</li>\n<li><p>G.E13ACA.8</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>:</p>\n<ul>\n<li><p>Obtain TSM delivery slot (time &amp; dock number) and receive vehicle token.</p>\n</li>\n<li><p>Transmission of vehicle &amp; delivery day for Truck Slot Management (TSM) booking</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-06</p>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.</p>\n</li>\n<li><p>ACS will enable ACA to transmit to GHA vehicle details and request unloading slot in digital format.</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)</p>\n</li>\n<li><p>Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Integration)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>requestedBy</code></td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of [\"aca\", \"consignor\"].</td>\n</tr>\n<tr>\n<td><code>mawbNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>hawbNumbers</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain at least one valid HAWB number AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>airport</code></td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td><code>targetGHA</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid Ground Handling Agent (GHA) identifier.</td>\n</tr>\n<tr>\n<td><code>asiReference</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow the predefined reference format (e.g., <code>asi-YYYYMMDD-XXX</code>).</td>\n</tr>\n<tr>\n<td><code>vehicle</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing vehicle details.</td>\n</tr>\n<tr>\n<td><code>vehicle.type</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid vehicle type, e.g., <code>Enclosed Truck 10T</code>.</td>\n</tr>\n<tr>\n<td><code>vehicle.registration</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow vehicle registration pattern (e.g., <code>KHI-ABC-1234</code>).</td>\n</tr>\n<tr>\n<td><code>driver</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing driver details.</td>\n</tr>\n<tr>\n<td><code>driver.name</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid name with letters, spaces, and hyphens.</td>\n</tr>\n<tr>\n<td><code>driver.mobilePhone</code></td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td><code>requestedSlot</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing requested slot details.</td>\n</tr>\n<tr>\n<td><code>requestedSlot.date</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>requestedSlot.preferredTime</code></td>\n<td>Time</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601-1:2019 extended time format (e.g THH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>requestedSlot.alternativeTimes</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of alternative times, ISO 8601-1:2019 extended time format (e.g THH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>shipmentDetails</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing shipment details.</td>\n</tr>\n<tr>\n<td><code>shipmentDetails.pieces</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer.</td>\n</tr>\n<tr>\n<td><code>shipmentDetails.weight</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing weight details.</td>\n</tr>\n<tr>\n<td><code>shipmentDetails.weight.value</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number (integer or float).</td>\n</tr>\n<tr>\n<td><code>shipmentDetails.weight.unit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["tsm","slot-requests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"701be4e2-ab59-4ac5-baeb-1ffa44feda53"}],"id":"3091a090-ee89-4dc9-aefa-9a247348e9fc","description":"<p>ACA or Consignor requests TSM delivery slot from GHA.</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>EO.E13ACA.22: Obtain TSM delivery slot (time &amp; dock number) and receive vehicle token</li>\n<li>EO.E13CGNR.23: Transmit vehicle details and delivery date for TSM booking</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(ACA/Consignor) → GHA System (P1/P2)</li>\n</ul>\n","_postman_id":"3091a090-ee89-4dc9-aefa-9a247348e9fc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"GHA Slot Assignment","item":[{"name":"Assign TSM Slot (GHA)","id":"4de31667-55b7-4285-9167-b60184876220","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7275db11-f519-4836-8516-1affccf2ac68","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.382Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ASI\": {\n        \"mawbNumber\": \"176-12345678\",\n        \"hawbDetails\": [\n            {\n                \"hawbNumber\": \"176-12345689\",\n                \"pieces\": 10,\n                \"weight\": {\n                    \"value\": 500,\n                    \"unit\": \"KGM\"\n                },\n                \"commodity\": \"Electronics - Mobile Phones\",\n                \"dimensions\": {\n                    \"volume\": 5,\n                    \"unit\": \"MTQ\"\n                },\n                \"shipper\": \"ABC Electronics Ltd\",\n                \"consignee\": \"XYZ Trading LLC\"\n            },\n            {\n                \"hawbNumber\": \"176-12345700\",\n                \"pieces\": 20,\n                \"weight\": {\n                    \"value\": 1000,\n                    \"unit\": \"KGM\"\n                },\n                \"commodity\": \"Textiles\",\n                \"dimensions\": {\n                    \"volume\": 7.5,\n                    \"unit\": \"MTQ\"\n                },\n                \"shipper\": \"ABC Electronics Ltd\",\n                \"consignee\": \"XYZ Trading LLC\"\n            }\n        ],\n        \"shipmentDetails\": {\n            \"departureAirport\": \"KHI\",\n            \"destinationAirport\": \"DXB\",\n            \"shipper\": \"ABC Electronics Ltd\",\n            \"consignee\": \"XYZ Trading LLC\",\n            \"agent\": \"Consolidated Freight Services\",\n            \"numberOfPieces\": 30,\n            \"weight\": {\n                \"value\": 1500,\n                \"unit\": \"KGM\"\n            },\n            \"dimensions\": {\n                \"volume\": 12.5,\n                \"unit\": \"MTQ\"\n            },\n            \"commodity\": \"Electronics and Textiles\",\n            \"expectedArrivalAtAirport\": \"2025-11-24T14:00:00Z\"\n        },\n        \"flightDetails\": {\n            \"flightNumber\": \"PK300\",\n            \"flightDate\": \"2025-11-25\",\n            \"scheduledDeparture\": \"2025-11-25T08:00:00Z\",\n            \"scheduledArrival\": \"2025-11-25T10:30:00Z\"\n        },\n        \"recipients\": [\n            {\n                \"type\": \"gha\",\n                \"id\": \"gha-khi-001\"\n            },\n            {\n                \"type\": \"consignor\",\n                \"id\": \"cgnr-abc-001\"\n            },\n            {\n                \"type\": \"airline\",\n                \"id\": \"al-pk-001\"\n            },\n            {\n                \"type\": \"customs_broker\",\n                \"id\": \"cb-001\"\n            },\n            {\n                \"type\": \"customs\",\n                \"id\": \"weboc\"\n            }\n        ]\n    },\n    \"vehicleRegistration\": \"ABC-1234\",\n    \"driverName\": \"John Doe\",\n    \"driverCnic\": \"12345-6789012-3\",\n    \"driverPhone\": \"+92-300-1234567\",\n    \"slotRequestId\": \"tsm-req-001\",\n    \"assignment\": {\n        \"date\": \"2025-11-24\",\n        \"timeSlot\": \"14:00-14:30\",\n        \"dock\": \"D-05\",\n        \"warehouse\": \"Export Cargo Terminal\"\n    },\n    \"vehicleToken\": {\n        \"tokenNumber\": \"VT-KHI-20251124-0145\",\n        \"qrCode\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...\",\n        \"validFrom\": \"2025-11-24T13:30:00Z\",\n        \"validUntil\": \"2025-11-24T15:00:00Z\"\n    },\n    \"instructions\": {\n        \"entryGate\": \"Gate 3 - Cargo Area\",\n        \"reportingPoint\": \"Security Checkpoint C\",\n        \"specialInstructions\": \"Present token at gate. Driver must have valid CNIC.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098\">ASI</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EO.E13GHA.24</p>\n<p><strong>Use Case</strong>: Receive vehicle details, assign time &amp; dock via TSM, and create vehicle token</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-07</p>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>ACS will enable GHA to receive vehicle information digitally from ACA or Consignor</p>\n</li>\n<li><p>ACS will enable GHA to assign time and dock through TSM in ACS and share it with ACA</p>\n</li>\n<li><p>ACS will enable GHA to create a vehicle token in ACS and transmit it digitally to ACA or Consignor</p>\n</li>\n<li><p>If GHA lacks infrastructure or IT capacity to run TSM, ACS will enable GHA to operate TSM via ACS</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)</p>\n</li>\n<li><p>GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ASI</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Main object containing shipment, flight, and recipient details.</td>\n</tr>\n<tr>\n<td><code>vehicleRegistration</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow vehicle registration pattern (e.g., <code>KHI-ABC-1234</code>).</td>\n</tr>\n<tr>\n<td><code>driverName</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid name.</td>\n</tr>\n<tr>\n<td><code>driverCnic</code></td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td><code>driverPhone</code></td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td><code>slotRequestId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique.</td>\n</tr>\n<tr>\n<td><code>assignment</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing assignment details.</td>\n</tr>\n<tr>\n<td><code>assignment.date</code></td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td><code>assignment.timeSlot</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be in <code>HH:mm-HH:mm</code> format.</td>\n</tr>\n<tr>\n<td><code>assignment.dock</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid dock ID.</td>\n</tr>\n<tr>\n<td><code>assignment.warehouse</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid warehouse name.</td>\n</tr>\n<tr>\n<td><code>vehicleToken</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing vehicle token details.</td>\n</tr>\n<tr>\n<td><code>vehicleToken.tokenNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow token number pattern (e.g., <code>VT-KHI-YYYYMMDD-XXXX</code>).</td>\n</tr>\n<tr>\n<td><code>vehicleToken.qrCode</code></td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a valid base64-encoded QR code string.</td>\n</tr>\n<tr>\n<td><code>vehicleToken.validFrom</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>vehicleToken.validUntil</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>instructions</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing instructions for the vehicle.</td>\n</tr>\n<tr>\n<td><code>instructions.entryGate</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid gate ID (e.g., <code>Gate 3 - Cargo Area</code>).</td>\n</tr>\n<tr>\n<td><code>instructions.reportingPoint</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid reporting point (e.g., <code>Security Checkpoint C</code>).</td>\n</tr>\n<tr>\n<td><code>instructions.specialInstructions</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text allowed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["tsm","slot-assignments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4de31667-55b7-4285-9167-b60184876220"},{"name":"Update Slot Assignment","id":"d008af60-a1c8-4a29-90d3-cb24d0f2117a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"a2f21e3b-45db-410f-98f6-566a5587ba64","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.383Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"newTimeSlot\": \"15:00-15:30\",\n    \"newDock\": \"D-07\",\n    \"reason\": \"Original dock unavailable due to maintenance\",\n    \"regenerateToken\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","description":"<p><strong>Requirement Reference</strong>: EO.E13GHA.24</p>\n<p><strong>Use Case</strong>: Receive vehicle details, assign time &amp; dock via TSM, and create vehicle token.</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-07</p>\n<p><strong>Description</strong>: Update slot assignment.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)</p>\n</li>\n<li><p>GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>newTimeSlot</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be in <code>HH:mm-HH:mm</code> format</td>\n</tr>\n<tr>\n<td><code>newDock</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid dock ID (e.g., <code>D-07</code>).</td>\n</tr>\n<tr>\n<td><code>reason</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\").</td>\n</tr>\n<tr>\n<td><code>regenerateToken</code></td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a boolean (<code>true</code> or <code>false</code>).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["tsm","slot-assignments",":assignmentId"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"slot-assign-001","key":"assignmentId"}]}},"response":[],"_postman_id":"d008af60-a1c8-4a29-90d3-cb24d0f2117a"}],"id":"c876e6f8-70a7-4dc4-8360-bdfdc2059250","description":"<p>GHA receives vehicle info, assigns slot via TSM, creates vehicle token.</p>\n<p><strong>Use Case</strong>: Receive vehicle details, assign time &amp; dock via TSM, and create vehicle token</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(GHA) → ACA/Consignor System (P1)</li>\n</ul>\n","_postman_id":"c876e6f8-70a7-4dc4-8360-bdfdc2059250","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Trucker Slot Receipt","item":[{"name":"Acknowledge Slot Receipt","id":"c7e230b3-f1b8-457d-9249-2fa237be1f93","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"348ed5e8-aece-48d7-a0db-d79964ebf539","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.383Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ghaName\": \"GHA-KHI-001\",\n    \"airport\": \"KHI\",\n    \"assignment\": {\n        \"date\": \"2025-11-24\",\n        \"timeSlot\": \"14:00-14:30\",\n        \"dock\": \"D-05\",\n        \"warehouse\": \"Export Cargo Terminal\"\n    },\n    \"acknowledgedAt\": \"2025-11-24T10:00:00Z\",\n    \"driverConfirmed\": true,\n    \"estimatedArrivalAt\": \"2025-11-24T13:45:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","description":"<p><strong>Requirement Reference</strong>: EO.E14TRK.25</p>\n<p><strong>Use Case</strong>: Delivery Slot information received</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-08</p>\n<p><strong>Description</strong>: Trucker acknowledges slot receipt and provides ETA.</p>\n<p><strong>Process Flow</strong>: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1</p>\n</li>\n<li><p>P2</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ghaName</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier for the GHA (Ground Handling Agent)</td>\n</tr>\n<tr>\n<td>airport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>assignment</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include date, timeSlot, dock, warehouse</td>\n</tr>\n<tr>\n<td>assignment.date</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>assignment.timeSlot</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Time slot of the assignment (hh:mm-hh:mm)</td>\n</tr>\n<tr>\n<td>assignment.dock</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Dock number or identifier</td>\n</tr>\n<tr>\n<td>assignment.warehouse</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Warehouse name or identifier</td>\n</tr>\n<tr>\n<td>acknowledgedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>driverConfirmed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Indicates if the driver confirmed the assignment</td>\n</tr>\n<tr>\n<td>estimatedArrivalAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"slot-assign-001","key":"assignmentId"}]}},"response":[],"_postman_id":"c7e230b3-f1b8-457d-9249-2fa237be1f93"}],"id":"ffc41800-cc0a-4b4e-856a-8500dfc6d60e","description":"<p>Trucker receives assigned delivery slot information.</p>\n<p><strong>Use Case</strong>: Delivery Slot information received</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(GHA) → Trucker System (P1/P2)</li>\n</ul>\n","_postman_id":"ffc41800-cc0a-4b4e-856a-8500dfc6d60e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"5777d3a0-4dde-417e-9856-023891d0ae60","description":"<p>REST API documentation for PSW ACS e-Ops Export module - Transport Arrangement and Truck Slot Management (TSM).</p>\n<h2 id=\"overview\">Overview</h2>\n<p>This batch covers trucking arrangement between ACA/Consignor and Truckers, and Truck Slot Management (TSM) for airport delivery coordination with GHA.</p>\n<h2 id=\"requirements-covered\">Requirements Covered</h2>\n<ul>\n<li><p><strong>EO.E12ACA.19</strong>: Transport arranged by ACA (pickup request/confirmation)</p>\n</li>\n<li><p><strong>EO.E12CGNR.20</strong>: Transport arranged by Consignor</p>\n</li>\n<li><p><strong>EO.E12TRK.21</strong>: Shipment &amp; delivery details / Vehicle information</p>\n</li>\n<li><p><strong>EO.E13ACA.22</strong>: Obtain TSM delivery slot and vehicle token (ACA)</p>\n</li>\n<li><p><strong>EO.E13CGNR.23</strong>: TSM booking (Consignor)</p>\n</li>\n<li><p><strong>EO.E13GHA.24</strong>: Receive vehicle info, assign slot, create token (GHA)</p>\n</li>\n<li><p><strong>EO.E14TRK.25</strong>: Delivery slot information received (Trucker)</p>\n</li>\n</ul>\n","_postman_id":"5777d3a0-4dde-417e-9856-023891d0ae60","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Airport Operations","item":[{"name":"Vehicle Arrival","item":[{"name":"Report Vehicle Arrival","id":"cd7e26f3-6dd3-48dd-a6c6-1ed8eead48e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"22e62df2-acf0-4e61-9973-b956a6b4381e","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.383Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"slotAssignmentId\": \"slot-assign-001\",\n    \"vehicleToken\": \"VT-KHI-20251124-0145\",\n    \"arrivalMethod\": \"qr_scan\",\n    \"arrivalDetails\": {\n        \"arrivedAt\": \"2025-11-24T13:55:00Z\",\n        \"entryGate\": \"Gate 3\",\n        \"vehicleRegistration\": \"KHI-ABC-1234\",\n        \"driverName\": \"Muhammad Aslam\",\n        \"driverCnic\": \"42101-1234567-1\"\n    },\n    \"geolocation\": {\n        \"value\": \"+27.5916+086.5640/\",\n        \"accuracy\": 10\n    },\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"KHI12345678\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.E15TRK.26</p>\n</li>\n<li><p>G.E15GHA.11</p>\n</li>\n<li><p>G.E15TRK.12</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Vehicle arrives at the Airport</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-09</p>\n<p><strong>Description</strong>: ACS will enable Trucker to send this arrival at the airport information in digital format.</p>\n<p><strong>Arrival Methods</strong>:</p>\n<ul>\n<li><p>QR token scan at gate</p>\n</li>\n<li><p>ACS portal check-in</p>\n</li>\n<li><p>Mobile application (Geofencing)</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)</p>\n</li>\n<li><p>Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)</p>\n</li>\n<li><p>Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Broadcast)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>slotAssignmentId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique.</td>\n</tr>\n<tr>\n<td><code>vehicleToken</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow token number pattern (e.g., <code>VT-KHI-YYYYMMDD-XXXX</code>).</td>\n</tr>\n<tr>\n<td><code>arrivalMethod</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a predefined value [\"qr_scan\", \"manual_check\"]</td>\n</tr>\n<tr>\n<td><code>arrivalDetails</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing arrival details.</td>\n</tr>\n<tr>\n<td><code>arrivalDetails.arrivedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>arrivalDetails.entryGate</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid gate name (e.g., <code>Gate 3</code>).</td>\n</tr>\n<tr>\n<td><code>arrivalDetails.vehicleRegistration</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow vehicle registration pattern (e.g., <code>KHI-ABC-1234</code>).</td>\n</tr>\n<tr>\n<td><code>arrivalDetails.driverName</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid name with letters, spaces, and hyphens.</td>\n</tr>\n<tr>\n<td><code>arrivalDetails.driverCnic</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must match CNIC format <code>XXXXX-XXXXXXX-X</code>.</td>\n</tr>\n<tr>\n<td><code>geolocation</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing geolocation details.</td>\n</tr>\n<tr>\n<td><code>geolocation.value</code></td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/)</td>\n</tr>\n<tr>\n<td><code>geolocation.accuracy</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number representing the accuracy of the geolocation in meters.</td>\n</tr>\n<tr>\n<td><code>mawbNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>hawbNumbers</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain at least one valid HAWB number in AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["vehicle-arrivals"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd7e26f3-6dd3-48dd-a6c6-1ed8eead48e8"},{"name":"Confirm Cargo Unloading (GHA)","id":"c353f052-5223-4b60-b01f-280db818aee8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"cef92de9-8d8a-497e-afe5-c43e676851c3","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.383Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vehicleArrivalId\": \"arr-20251124-001\",\n    \"unloadingDetails\": {\n        \"startedAt\": \"2025-11-24T14:10:00Z\",\n        \"endedAt\": \"2025-11-24T14:40:00Z\",\n        \"dock\": \"D-05\",\n        \"receivedPieces\": 10,\n        \"receivedWeight\": {\n            \"value\": 500,\n            \"unit\": \"KGM\"\n        },\n        \"conditionOnReceipt\": \"good\",\n        \"discrepancies\": []\n    },\n    \"receivedBy\": \"GHA Staff - Badge #12345\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","description":"<p><strong>Requirement Reference</strong>: EO.E15TRK.26</p>\n<p><strong>Use Case</strong>: Vehicle arrives at the Airport</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-09</p>\n<p><strong>Description</strong>: GHA confirms cargo unloading completion.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)</p>\n</li>\n<li><p>Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)</p>\n</li>\n<li><p>Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Broadcast)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vehicleArrivalId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique, following the format (<code>arr-YYYYMMDD-XXX</code>).</td>\n</tr>\n<tr>\n<td><code>unloadingDetails</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing unloading details.</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.startedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.endedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.dock</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid dock ID (e.g., <code>D-05</code>).</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.receivedPieces</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer.</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.receivedWeight.value</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number (integer or float).</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.receivedWeight.unit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.conditionOnReceipt</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a one of [\"good\", \"damaged\", \"missing\"]</td>\n</tr>\n<tr>\n<td><code>unloadingDetails.discrepancies</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of discrepancies, if any.</td>\n</tr>\n<tr>\n<td><code>receivedBy</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid staff or recipient name (e.g., <code>GHA Staff - Badge #12345</code>).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"arr-20251124-001","key":"arrivalId"}]}},"response":[],"_postman_id":"c353f052-5223-4b60-b01f-280db818aee8"}],"id":"e4cd3137-59f3-40d1-ac9b-d6c00f1c49ea","description":"<p>Vehicle arrives at airport and stakeholders are notified.</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>EO.E15TRK.26: Vehicle arrives at the Airport (Trucker sends)</li>\n<li>EO.E15CB.27, EO.E15ACA.28, EO.E15CGNR.29: Stakeholders receive notification</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>Broadcast: ACS(Trucker) → GHA, Consignor, ACA, CB Systems (P1)</li>\n<li>POST: Trucker System → ACS System (P2)</li>\n</ul>\n","_postman_id":"e4cd3137-59f3-40d1-ac9b-d6c00f1c49ea","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Mail Operations","item":[{"name":"Report Mail Arrival","id":"da65efe7-1241-4896-ae5c-690e4aa6c192","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"35cac2a8-9ab8-4f61-8dcf-1d718529f8c2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.383Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"airport\": \"KHI\",\n    \"arrivedAt\": \"2025-11-24T10:00:00Z\",\n    \"mailBags\": [\n        {\n            \"bagNumber\": \"PKKHI20251124001\",\n            \"origin\": \"KHI\",\n            \"destination\": \"DXB\",\n            \"weight\": {\n                \"value\": 25,\n                \"unit\": \"KGM\"\n            },\n            \"mailClass\": \"priority\",\n            \"itemCount\": 150\n        },\n        {\n            \"bagNumber\": \"PKKHI20251124002\",\n            \"origin\": \"KHI\",\n            \"destination\": \"LHR\",\n            \"weight\": {\n                \"value\": 30,\n                \"unit\": \"KGM\"\n            },\n            \"mailClass\": \"standard\",\n            \"itemCount\": 200\n        }\n    ],\n    \"totalBags\": 2,\n    \"totalWeight\": {\n        \"value\": 55,\n        \"unit\": \"KGM\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/arrivals","description":"<p><strong>Requirement Reference</strong>: EO.E17P.30</p>\n<p><strong>Use Case</strong>: Mail arrives at airport post facilities</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-11</p>\n<p><strong>Description</strong>: ACS will enable Pakistan Post to share mail arrival at airport information with relevant stakeholders.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Pakistan Post (E1P) → Airport Community System → GHA System</p>\n</li>\n<li><p>Pakistan Post (E1P) → Airport Community System → Airline System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Push)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>airport</code></td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16</td>\n</tr>\n<tr>\n<td><code>arrivedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>mailBags</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of objects containing mail bag details.</td>\n</tr>\n<tr>\n<td><code>mailBags.bagNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid bag number format (e.g., <code>PKKHI20251124001</code>).</td>\n</tr>\n<tr>\n<td><code>mailBags.origin</code></td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16</td>\n</tr>\n<tr>\n<td><code>mailBags.destination</code></td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16</td>\n</tr>\n<tr>\n<td><code>mailBags.weight.value</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number (integer or float).</td>\n</tr>\n<tr>\n<td><code>mailBags.weight.unit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>mailBags.mailClass</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of the predefined mail classes (e.g., <code>priority</code>, <code>standard</code>).</td>\n</tr>\n<tr>\n<td><code>mailBags.itemCount</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer.</td>\n</tr>\n<tr>\n<td><code>totalBags</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer, representing the total number of bags.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing total weight details.</td>\n</tr>\n<tr>\n<td><code>totalWeight.value</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number (integer or float).</td>\n</tr>\n<tr>\n<td><code>totalWeight.unit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["mail","arrivals"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"da65efe7-1241-4896-ae5c-690e4aa6c192"},{"name":"Submit X-ray Scan Results","id":"e45ca335-a251-4b89-997a-7034f73bf7f4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"650b2c40-ba40-4b0e-b7b7-35476c77f888","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.383Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailArrivalId\": \"mail-arr-001\",\n    \"scanResults\": [\n        {\n            \"bagNumber\": \"PKKHI20251124001\",\n            \"scannedAt\": \"2025-11-24T10:30:00Z\",\n            \"scanResult\": \"cleared\",\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.png\",\n            \"contentType\": \"image/png\",\n            \"scannedBy\": \"Operator-001\",\n            \"machineId\": \"XRAY-KHI-03\",\n            \"angle\": \"front\"\n        },\n        {\n            \"bagNumber\": \"PKKHI20251124002\",\n            \"scannedAt\": \"2025-11-24T10:32:00Z\",\n            \"scanResult\": \"flagged\",\n            \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\n            \"name\": \"2.png\",\n            \"contentType\": \"image/png\",\n            \"scannedBy\": \"Operator-001\",\n            \"machineId\": \"XRAY-KHI-03\",\n            \"angle\": \"top\"\n        }\n    ],\n    \"notifyPSW\": true,\n    \"notifyANF\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/xray-scans","description":"<p><strong>Requirement Reference</strong>: EO.E18P.31</p>\n<p><strong>Use Case</strong>: Mail scanned by X-ray and accepted</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-12</p>\n<p><strong>Description</strong>: ACS to enable Pakistan Post to digitally transmit X-ray scans of mail bags to PSW and ANF.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)</p>\n</li>\n<li><p>Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Push)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mailArrivalId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique, following the format (<code>mail-arr-XXX</code>).</td>\n</tr>\n<tr>\n<td><code>scanResults</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of objects containing scan results for each mail bag.</td>\n</tr>\n<tr>\n<td><code>scanResults.bagNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must match the mail bag number format (e.g., <code>PKKHI20251124001</code>).</td>\n</tr>\n<tr>\n<td><code>scanResults.scannedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>scanResults.scanResult</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of the predefined scan results (<code>cleared</code>, <code>flagged</code>, etc.).</td>\n</tr>\n<tr>\n<td><code>scanResults.name</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be the file name, e.g., <code>1.jpg</code>.</td>\n</tr>\n<tr>\n<td><code>scanResults.contentType</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid MIME type (e.g., <code>image/png</code>, <code>application/pdf</code>).</td>\n</tr>\n<tr>\n<td><code>scanResults.value</code></td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Base64-encoded content representing the scanned image or file.</td>\n</tr>\n<tr>\n<td><code>scanResults.scannedBy</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be the name or ID of the person or system who performed the scan (e.g., <code>Operator-001</code>).</td>\n</tr>\n<tr>\n<td><code>scanResults.machineId</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid machine ID (e.g., <code>XRAY-KHI-03</code>).</td>\n</tr>\n<tr>\n<td><code>notifyPSW</code></td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a boolean (<code>true</code> or <code>false</code>).</td>\n</tr>\n<tr>\n<td><code>notifyANF</code></td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a boolean (<code>true</code> or <code>false</code>).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["mail","xray-scans"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e45ca335-a251-4b89-997a-7034f73bf7f4"},{"name":"Update Mail Bag Status","id":"eed9058e-261c-4c68-94e1-715391eacf93","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"405b4826-0cce-4c66-a599-5086ea9a3732","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.384Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bagNumber\": \"PKKHI20251124002\",\n    \"newStatus\": \"cleared_after_inspection\",\n    \"inspectionResult\": {\n        \"inspectedBy\": \"Customs Officer - Badge #789\",\n        \"inspectedAt\": \"2025-11-24T11:00:00Z\",\n        \"findings\": \"No prohibited items found\",\n        \"clearanceCode\": \"CLR-2024-001234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","description":"<p><strong>Requirement Reference</strong>: EO.E18P.31</p>\n<p><strong>Use Case</strong>: Update mail bag status after inspection.</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EO-TS-R-01-UC-12</p>\n<p><strong>Description</strong>: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)</p>\n</li>\n<li><p>Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1 (Push)</p>\n</li>\n<li><p>P2 (External Systems)</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bagNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must match the mail bag number format (e.g., PKKHI20251124002)</td>\n</tr>\n<tr>\n<td>newStatus</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of the predefined statuses (e.g., \"cleared_after_inspection\")</td>\n</tr>\n<tr>\n<td>inspectionResult</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include inspectedBy, inspectedAt, findings, clearanceCode</td>\n</tr>\n<tr>\n<td>inspectionResult.inspectedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\")</td>\n</tr>\n<tr>\n<td>inspectionResult.inspectedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>inspectionResult.findings</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Results of the inspection (e.g., \"No prohibited items found\")</td>\n</tr>\n<tr>\n<td>inspectionResult.clearanceCode</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Unique clearance code (e.g., \"CLR-2024-001234\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["mail","bags",":bagNumber","status"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"PKKHI20251124002","key":"bagNumber"}]}},"response":[],"_postman_id":"eed9058e-261c-4c68-94e1-715391eacf93"}],"id":"6757adc7-6b02-4419-a104-4522ca7f519b","description":"<p>Pakistan Post mail processing at airport.</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>EO.E17P.30: Mail arrives at airport post facilities</li>\n<li>EO.E18P.31: Mail scanned by X-ray and accepted</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>PUSH: ACS(Pakistan Post) → GHA, Airline, Customs, PSW, ANF Systems (P1/P2)</li>\n</ul>\n","_postman_id":"6757adc7-6b02-4419-a104-4522ca7f519b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Manifest (PAA)","item":[{"name":"Submit Flight Manifest and Departure Message","id":"444de16e-c178-422f-9360-1027b9f74728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c2715754-4919-4879-9341-72aca8079a00","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.384Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/flight-manifests","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EO.E36PAA.32</p>\n</li>\n<li><p>EO.E37PAA.33</p>\n</li>\n<li><p>EO.E38PAA.34</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Flight Manifest and Departure Messages Received (Statistical Purposes)</p>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-3-EO-SBI-R-01-UC-03</p>\n</li>\n<li><p>IN_FR-3-EO-SBI-R-01-UC-04</p>\n</li>\n<li><p>IN_FR-3-EO-SBI-R-01-UC-05</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable PAA to receive Flight manifest data including departure message in digital format for statistical purpose.</p>\n<p><strong>Process Flow</strong>: Postal Aviation Authority System (E36PAA) → Airport Community System → GHA System (E36GHA)</p>\n<p><strong>Priority</strong>:</p>\n<ul>\n<li><p>P1</p>\n</li>\n<li><p>P2</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["flight-manifests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"444de16e-c178-422f-9360-1027b9f74728"}],"id":"d23c6368-1f27-4bcb-96fd-d718398bc0ef","description":"<p>Flight manifest and departure messages for PAA statistical purposes.</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li>EO.E36PAA.32: Flight Manifest Received</li>\n<li>EO.E37PAA.33: Departure message received</li>\n<li>EO.E38PAA.34: Updated flight manifest received</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li>POST: ACS(PAA) ↔ GHA System (P1/P2)</li>\n</ul>\n","_postman_id":"d23c6368-1f27-4bcb-96fd-d718398bc0ef","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"638b1e7c-634b-4741-b16f-584d386bf0e3","description":"<p>REST API documentation for PSW ACS e-Ops Export module - Airport Operations, Mail Processing, and Flight Manifest.</p>\n<h2 id=\"overview\">Overview</h2>\n<p>This batch covers vehicle arrival at airport, mail operations by Pakistan Post, and flight manifest/departure message transmission for PAA statistical purposes.</p>\n<h2 id=\"requirements-covered\">Requirements Covered</h2>\n<ul>\n<li><p><strong>EO.E15TRK.26</strong>: Vehicle arrives at the Airport</p>\n</li>\n<li><p><strong>EO.E15CB.27, EO.E15ACA.28, EO.E15CGNR.29</strong>: Vehicle arrival notifications</p>\n</li>\n<li><p><strong>EO.E17P.30</strong>: Mail arrives at airport post facilities</p>\n</li>\n<li><p><strong>EO.E18P.31</strong>: Mail scanned by X-ray and accepted</p>\n</li>\n<li><p><strong>EO.E36PAA.32</strong>: Flight Manifest Received (Statistical)</p>\n</li>\n<li><p><strong>EO.E37PAA.33</strong>: Departure message received</p>\n</li>\n<li><p><strong>EO.E38PAA.34</strong>: Updated flight manifest received</p>\n</li>\n</ul>\n<h2 id=\"endpoints-18\">Endpoints: 18</h2>\n","_postman_id":"638b1e7c-634b-4741-b16f-584d386bf0e3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"a2d855eb-51f6-4116-be16-102456b19d5f","_postman_id":"a2d855eb-51f6-4116-be16-102456b19d5f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"GHA Export module","item":[{"name":"Flight Booking List","item":[{"name":"Flight Booking List (JSON)","id":"f8c94204-2546-495b-91ea-6392190306bf","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"ef4848ea-0da1-4b0f-91fb-a51a049318c0"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"KL644-04012018JFK:ec2da33c-b23e-445e-8a8a-6a665ba10450\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Instructions\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"121\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2018-01-03T03:40:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"TESTNICO\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"KL64420180104JFK\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"KL644\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2018-01-04T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"4000\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"20\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"2\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10604123\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"AMS\"\n                        }\n                    },\n                    \"HandlingInstructions\": {\n                        \"Description\": {\n                            \"Value\": \"BUP\"\n                        },\n                        \"DescriptionCode\": {\n                            \"Value\": \"BUP\"\n                        }\n                    },\n                    \"UtilizedUnitLoadTransportEquipment\": {\n                        \"ID\": {\n                            \"Value\": \"1000\"\n                        },\n                        \"LoadedPackageQuantity\": {\n                            \"Value\": \"2\"\n                        },\n                        \"CharacteristicCode\": {\n                            \"Value\": \"ASE\"\n                        },\n                        \"OperationalStatusCode\": {\n                            \"Value\": \"L\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"4000\"\n                        },\n                        \"OperatingParty\": {\n                            \"PrimaryID\": {\n                                \"schemeAgencyID\": \"3\",\n                                \"Value\": \"TW\"\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"100\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"0.6\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"0\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"COURIER MAIL\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10671054\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"DEL\"\n                        }\n                    },\n                    \"HandlingInstructions\": [\n                        {\n                            \"Description\": {\n                                \"Value\": \"UCB\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"UCB\"\n                            }\n                        },\n                        {\n                            \"Description\": {\n                                \"Value\": \"XPS\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"XPS\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"500\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"4.3\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"0\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"VARIOUS GOODS\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10671124\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"DXB\"\n                        }\n                    },\n                    \"HandlingInstructions\": [\n                        {\n                            \"Description\": {\n                                \"Value\": \"XPH\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"XPH\"\n                            }\n                        },\n                        {\n                            \"Description\": {\n                                \"Value\": \"QRT\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"QRT\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1500\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10660705\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"AMS\"\n                        }\n                    },\n                    \"HandlingInstructions\": {\n                        \"Description\": {\n                            \"Value\": \"BUP\"\n                        },\n                        \"DescriptionCode\": {\n                            \"Value\": \"BUP\"\n                        }\n                    },\n                    \"UtilizedUnitLoadTransportEquipment\": {\n                        \"ID\": {\n                            \"Value\": \"1003\"\n                        },\n                        \"LoadedPackageQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"CharacteristicCode\": {\n                            \"Value\": \"ASE\"\n                        },\n                        \"OperationalStatusCode\": {\n                            \"Value\": \"L\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"1500\"\n                        },\n                        \"OperatingParty\": {\n                            \"PrimaryID\": {\n                                \"schemeAgencyID\": \"3\",\n                                \"Value\": \"TW\"\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/flight-bookings/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631\">FBL</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E7AL.1</p>\n</li>\n<li><p>G.E7GHA.2</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Send and Receive Flight Booking List</p>\n<p><strong>Integration Point</strong>: IN_FR-1-GHA-SBI-R-01-UC-01</p>\n<p><strong>Description</strong>: Airline sends &amp; GHA receives Flight Booking List</p>\n<p><strong>Process Flow</strong>: Airline System (E6AL) → Airport Community System → GHA System (E7GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","flight-bookings","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8c94204-2546-495b-91ea-6392190306bf"}],"id":"a4b6e4cf-8f6d-48ed-b183-3b4eebe404b1","_postman_id":"a4b6e4cf-8f6d-48ed-b183-3b4eebe404b1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"ASI Distribution","item":[{"name":"Receive ASI from ACA","id":"f5e923d8-d30e-4810-bb70-41d198dd8af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"bb645e41-2905-4ab4-9829-5a818c2e41b8"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbDetails\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"pieces\": 10,\n            \"weight\": {\n                \"value\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Electronics - Mobile Phones\",\n            \"dimensions\": {\n                \"volume\": 5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234567-8\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234567-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"pieces\": 20,\n            \"weight\": {\n                \"value\": 1000,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Textiles\",\n            \"dimensions\": {\n                \"volume\": 7.5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234667-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        }\n    ],\n    \"shipmentDetails\": {\n        \"departureAirport\": \"KHI\",\n        \"destinationAirport\": \"DXB\",\n        \"consignor\": {\n            \"name\": \"ABC Electronics Ltd\",\n            \"cnic\": \"12345-1234568-9\",\n            \"accountNumber\": \"ACC12345\",\n            \"address\": {\n                \"street\": \"123 Industrial Area\",\n                \"city\": \"Karachi\",\n                \"countryCode\": \"PK\"\n            }\n        },\n        \"consignee\": {\n            \"name\": \"XYZ Trading LLC\",\n            \"cnic\": \"12345-1234667-9\",\n            \"accountNumber\": \"ACC67890\",\n            \"address\": {\n                \"street\": \"456 Business Bay\",\n                \"city\": \"Dubai\",\n                \"countryCode\": \"AE\"\n            }\n        },\n        \"aca\": {\n            \"name\": \"Consolidated Freight Services\",\n            \"iataNumber\": \"0010000893964\",\n            \"cassNumber\": \"81-4 7158/0072\"\n        },\n        \"numberOfPieces\": 30,\n        \"weight\": {\n            \"value\": 1500,\n            \"unit\": \"KGM\"\n        },\n        \"dimensions\": {\n            \"volume\": 12.5,\n            \"unit\": \"MTQ\"\n        },\n        \"hsCodes\": [],\n        \"commodity\": \"Electronics and Textiles\",\n        \"expectedArrivalAtAirport\": \"2025-11-24T14:00:00Z\"\n    },\n    \"flightDetails\": {\n        \"flightNumber\": \"PK300\",\n        \"flightDate\": \"2025-11-25\",\n        \"airline\": \"Pakistan International Airlines\",\n        \"scheduledDeparture\": \"2025-11-25T08:00:00Z\",\n        \"scheduledArrival\": \"2025-11-25T10:30:00Z\"\n    },\n    \"recipients\": [\n        {\n            \"type\": \"gha\",\n            \"id\": \"gha-khi-001\"\n        },\n        {\n            \"type\": \"consignor\",\n            \"id\": \"cgnr-abc-001\"\n        },\n        {\n            \"type\": \"airline\",\n            \"id\": \"al-pk-001\"\n        }\n    ],\n    \"broadcastAll\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/export/asi-submissions/receipts","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098\">ASI</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E9ACA.3</p>\n</li>\n<li><p>G.E10GHA.4</p>\n</li>\n<li><p>G.E11CUS.5</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Distribute Advanced Shipment Information</p>\n<p><strong>Integration Point</strong>: IN_FR-2-GHA-ASI-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS will enable ACA to send ASI (advanced shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E8ACA) → Airport Community System → GHA System (E10GHA)</p>\n</li>\n<li><p>Air Cargo Agent System (E8ACA) → Airport Community System → Consignor System (E10CGNR)</p>\n</li>\n<li><p>Air Cargo Agent System (E8ACA) → Airport Community System → Airline System (E10AL)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","export","asi-submissions","receipts"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5e923d8-d30e-4810-bb70-41d198dd8af5"}],"id":"7fa55dce-0f8b-4d1c-8e8c-72295693fbc1","_postman_id":"7fa55dce-0f8b-4d1c-8e8c-72295693fbc1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Risk Assessment","item":[{"name":"Risk Assessment from Customs","id":"5f6c3188-6cbc-4530-9acf-ba4be2bf1f2d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"81333167-cf0c-4721-bc0a-88bfa15abace"}],"body":{"mode":"raw","raw":"{\n    \"gdNumber\": \"GD-EXP-2025-001234\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbAssessments\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"riskClassification\": \"green\",\n            \"remarks\": \"No inspection required\"\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"riskClassification\": \"yellow\",\n            \"remarks\": \"Document check required\",\n            \"requiredDocuments\": [\n                \"Commercial Invoice\",\n                \"Packing List\"\n            ]\n        }\n    ],\n    \"overallClassification\": \"yellow\",\n    \"assessedBy\": \"customs-officer-001\",\n    \"assessedAt\": \"2025-11-21T14:00:00Z\",\n    \"validUntil\": \"2025-11-25T23:59:59Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/export/risk-assessments/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8\">Risk Assessment</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E11GHA.6</p>\n</li>\n<li><p>G.E12GHA.7</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Receive Risk Assessment</p>\n</li>\n<li><p>Transmit Risk Assessment</p>\n</li>\n</ul>\n<p><strong>Description:</strong> ACS (Customs) to share risk assessment classification assignment for each consignment and item with EPO and GHA digitally.</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Airport Community System → GHA System (E12GHA)</p>\n</li>\n<li><p>GHA System (E11GHA) → Airport Community System → Air Cargo Agent System (E20ACA)</p>\n</li>\n<li><p>GHA System (E11GHA) → Airport Community System → Consignor System (E20CNGR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","export","risk-assessments","receipts"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f6c3188-6cbc-4530-9acf-ba4be2bf1f2d"}],"id":"aea8e4c3-803e-45f1-b46f-c111d9974ab4","_postman_id":"aea8e4c3-803e-45f1-b46f-c111d9974ab4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"TSM Requests and Slot","item":[{"name":"TSM Request","id":"39b2bc22-74c1-4f4a-bd4b-481c244b30e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"21b1a2c0-9196-46a1-847d-72ec0093808d"}],"body":{"mode":"raw","raw":"{\n    \"requestReference\": \"TSM-ACA-KHI-2025-001\",\n    \"requestedBy\": \"ACA\",\n    \"hawbNumber\": \"SKL-00012345\",\n    \"mawbNumber\": [\n        \"176-12345678\"\n    ],\n    \"acaName\": \"Skylink Cargo\",\n    \"acaCassNumber\": \"81-4 7158/0072\",\n    \"acaIataNumber\": \"0010000893964\",\n    \"requestedDate\": \"2025-11-28\",\n    \"requestedTimeWindow\": \"09:00-12:00\",\n    \"vehicle\": {\n        \"registrationNumber\": \"KHI-1234\",\n        \"driverName\": \"Ahmed Khan\",\n        \"driverCnic\": \"42101-1234567-1\",\n        \"driverPhone\": \"+92-300-1234567\",\n        \"driverLicense\": \"DL-KHI-12345\",\n        \"vehicleType\": \"20FT_CONTAINER_TRUCK\"\n    },\n    \"cargo\": {\n        \"pieces\": 10,\n        \"weight\": 500,\n        \"weightUnit\": \"KGM\",\n        \"volume\": 2.5,\n        \"volumeUnit\": \"CBM\",\n        \"commodityDescription\": \"Electronics\"\n    },\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"specialRequirements\": \"Temperature controlled truck required\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/tsm-requests/receipts","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E13ACA.8</p>\n</li>\n<li><p>G.E13CGNR.9</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Request Truck Delivery Slot</p>\n<p><strong>Integration Point:</strong> IN_FR-1-GHA-SBI-R-01-UC-09</p>\n<p><strong>Description:</strong> ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)</p>\n</li>\n<li><p>Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be unique; alphanumeric with separators (e.g., TSM-ACA-KHI-2025-001)</td>\n</tr>\n<tr>\n<td>requestedBy</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Requesting party code</td>\n</tr>\n<tr>\n<td>hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>Array</td>\n<td>70</td>\n<td>O</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>acaName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of ACA</td>\n</tr>\n<tr>\n<td>acaCassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if acaIataNumber is empty</td>\n</tr>\n<tr>\n<td>acaIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if acaCassNumber is empty</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>requestedTimeWindow</td>\n<td>String</td>\n<td>11</td>\n<td>M</td>\n<td>Time window format HH:MM-HH:MM</td>\n</tr>\n<tr>\n<td>vehicle</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include registrationNumber, driverName, driverCNIC, driverMobile, driverLicense, vehicleType</td>\n</tr>\n<tr>\n<td>vehicle.registrationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid vehicle registration number</td>\n</tr>\n<tr>\n<td>vehicle.driverName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Driver full name</td>\n</tr>\n<tr>\n<td>vehicle.driverCnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>vehicle.driverPhone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>vehicle.driverLicense</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Valid driver license number</td>\n</tr>\n<tr>\n<td>vehicle.vehicleType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be predefined vehicle type (e.g., 20FT_CONTAINER_TRUCK)</td>\n</tr>\n<tr>\n<td>cargo</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include pieces, weight, weightUnit, volume, volumeUnit, commodityDescription</td>\n</tr>\n<tr>\n<td>cargo.pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>cargo.weight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>cargo.weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>cargo.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>cargo.volumeUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>cargo.commodityDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the cargo</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>35</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>specialRequirements</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text special handling requirements</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","tsm-requests","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"39b2bc22-74c1-4f4a-bd4b-481c244b30e0"},{"name":"Assign TSM Slot and Generate Vehicle Token","id":"8823feb9-2429-41ce-9695-0bdc7b542c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"a05bb0ed-0a1f-4f85-a817-de8ccb4dc5d7","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ASI\": {\n        \"mawbNumber\": \"176-12345678\",\n        \"hawbDetails\": [\n            {\n                \"hawbNumber\": \"176-12345689\",\n                \"pieces\": 10,\n                \"weight\": {\n                    \"value\": 500,\n                    \"unit\": \"KGM\"\n                },\n                \"commodity\": \"Electronics - Mobile Phones\",\n                \"dimensions\": {\n                    \"volume\": 5,\n                    \"unit\": \"MTQ\"\n                },\n                \"shipper\": \"ABC Electronics Ltd\",\n                \"consignee\": \"XYZ Trading LLC\"\n            },\n            {\n                \"hawbNumber\": \"176-12345700\",\n                \"pieces\": 20,\n                \"weight\": {\n                    \"value\": 1000,\n                    \"unit\": \"KGM\"\n                },\n                \"commodity\": \"Textiles\",\n                \"dimensions\": {\n                    \"volume\": 7.5,\n                    \"unit\": \"MTQ\"\n                },\n                \"shipper\": \"ABC Electronics Ltd\",\n                \"consignee\": \"XYZ Trading LLC\"\n            }\n        ],\n        \"shipmentDetails\": {\n            \"departureAirport\": \"KHI\",\n            \"destinationAirport\": \"DXB\",\n            \"shipper\": \"ABC Electronics Ltd\",\n            \"consignee\": \"XYZ Trading LLC\",\n            \"agent\": \"Consolidated Freight Services\",\n            \"numberOfPieces\": 30,\n            \"weight\": {\n                \"value\": 1500,\n                \"unit\": \"KGM\"\n            },\n            \"dimensions\": {\n                \"volume\": 12.5,\n                \"unit\": \"MTQ\"\n            },\n            \"commodity\": \"Electronics and Textiles\",\n            \"expectedArrivalAtAirport\": \"2025-11-24T14:00:00Z\"\n        },\n        \"flightDetails\": {\n            \"flightNumber\": \"PK300\",\n            \"flightDate\": \"2025-11-25\",\n            \"scheduledDeparture\": \"2025-11-25T08:00:00Z\",\n            \"scheduledArrival\": \"2025-11-25T10:30:00Z\"\n        },\n        \"recipients\": [\n            {\n                \"type\": \"gha\",\n                \"id\": \"gha-khi-001\"\n            },\n            {\n                \"type\": \"consignor\",\n                \"id\": \"cgnr-abc-001\"\n            },\n            {\n                \"type\": \"airline\",\n                \"id\": \"al-pk-001\"\n            },\n            {\n                \"type\": \"customs_broker\",\n                \"id\": \"cb-001\"\n            },\n            {\n                \"type\": \"customs\",\n                \"id\": \"weboc\"\n            }\n        ]\n    },\n    \"ghaContact\": {\n        \"name\": \"Karachi Ground Handling Agent\",\n        \"ghaCode\": \"GHA-KHI-01\",\n        \"phone\": \"+92-21-1234567\",\n        \"email\": \"ops@gha-khi.pk\",\n    },\n    \"vehicleRegistration\": \"ABC-1234\",\n    \"driverName\": \"John Doe\",\n    \"driverCnic\": \"12345-6789012-3\",\n    \"driverPhone\": \"+92-300-1234567\",\n    \"slotRequestId\": \"tsm-req-001\",\n    \"assignment\": {\n        \"date\": \"2025-11-24\",\n        \"timeSlot\": \"14:00-14:30\",\n        \"dock\": \"D-05\",\n        \"warehouse\": \"Export Cargo Terminal\"\n    },\n    \"vehicleToken\": {\n        \"tokenNumber\": \"VT-KHI-20251124-0145\",\n        \"qrCode\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...\",\n        \"validFrom\": \"2025-11-24T13:30:00Z\",\n        \"validUntil\": \"2025-11-24T15:00:00Z\"\n    },\n    \"instructions\": {\n        \"entryGate\": \"Gate 3 - Cargo Area\",\n        \"reportingPoint\": \"Security Checkpoint C\",\n        \"specialInstructions\": \"Present token at gate. Driver must have valid CNIC.\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/tsm-slots","description":"<p><strong>Requirement Reference</strong>: G.E13GHA.10</p>\n<p><strong>Use Case</strong>: Process Truck Slot</p>\n<p><strong>Integration Point:</strong> IN_FR-1-GHA-SBI-R-01-UC-09</p>\n<p><strong>Description:</strong> ACS will enable the Consignor to request unloading slot allocation from GHA in digital format.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)</p>\n</li>\n<li><p>GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ASI</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Main object containing shipment, flight, and recipient details.</td>\n</tr>\n<tr>\n<td>ghaContact</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Object containing GHA information.</td>\n</tr>\n<tr>\n<td>ghaContact.name</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must be a valid GHA name</td>\n</tr>\n<tr>\n<td>ghaContact.ghaCode</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must follow GHA code format.</td>\n</tr>\n<tr>\n<td>ghaContact.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>ghaContact.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>vehicleRegistration</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow vehicle registration pattern (e.g., KHI-ABC-1234).</td>\n</tr>\n<tr>\n<td>driverName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid name.</td>\n</tr>\n<tr>\n<td>driverCnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>driverPhone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>slotRequestId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be alphanumeric and unique.</td>\n</tr>\n<tr>\n<td>assignment</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing assignment details.</td>\n</tr>\n<tr>\n<td>assignment.date</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>assignment.timeSlot</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be in HH:mm-HH:mm format.</td>\n</tr>\n<tr>\n<td>assignment.dock</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid dock ID.</td>\n</tr>\n<tr>\n<td>assignment.warehouse</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must be a valid warehouse name.</td>\n</tr>\n<tr>\n<td>vehicleToken</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing vehicle token details.</td>\n</tr>\n<tr>\n<td>vehicleToken.tokenNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must follow token number pattern (e.g., VT-KHI-YYYYMMDD-XXXX).</td>\n</tr>\n<tr>\n<td>vehicleToken.qrCode</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a valid base64-encoded QR code string.</td>\n</tr>\n<tr>\n<td>vehicleToken.validFrom</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>vehicleToken.validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>instructions</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing instructions for the vehicle.</td>\n</tr>\n<tr>\n<td>instructions.entryGate</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid gate ID (e.g., Gate 3 - Cargo Area).</td>\n</tr>\n<tr>\n<td>instructions.reportingPoint</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid reporting point (e.g., Security Checkpoint C).</td>\n</tr>\n<tr>\n<td>instructions.specialInstructions</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text allowed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","tsm-slots"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8823feb9-2429-41ce-9695-0bdc7b542c8b"}],"id":"09c17ef7-dab5-4428-ab9a-54227e6d8e36","description":"<p>TSM (Truck Slot Management) request reception from ACA and Consignor for export cargo delivery</p>\n","_postman_id":"09c17ef7-dab5-4428-ab9a-54227e6d8e36","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Vehicle Arrival and Unloading","item":[{"name":"Validate Vehicle Arrival at Gate","id":"dd387e18-ddb4-4447-8106-77d7667957ed","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"833f937d-cce9-4d3b-830d-a7412f12478e"}],"body":{"mode":"raw","raw":"{\n    \"vehicleToken\": \"VT-2025-11-28-A5-001\",\n    \"tokenType\": \"QR_CODE\",\n    \"registrationNumber\": \"KHI-1234\",\n    \"arrivalDateTime\": \"2025-11-28T10:25:00+05:00\",\n    \"gateNumber\": \"GATE-2\",\n    \"dockNumber\": \"DOCK-A5\",\n    \"driverName\": \"Ahmed Khan\",\n    \"driverCnic\": \"42101-1234567-1\",\n    \"driverLicense\": \"DL-KHI-98765\",\n    \"driverPhone\": \"+92-300-1234567\",\n    \"hawbNumber\": [\n        \"214-98765443\"\n    ],\n    \"mawbNumber\": \"214-98765432\",\n    \"tsmRequestId\": \"TSM-ACA-12345\",\n    \"assignedSlotTime\": \"2025-11-28T10:30:00+05:00\",\n    \"validatedBy\": {\n        \"ghaStaffName\": \"Imran Ahmed\",\n        \"ghaStaffId\": \"GHA-STAFF-001\",\n        \"gateScannerId\": \"SCANNER-GATE2-01\"\n    },\n    \"confirmationMethods\": [\n        \"QR code\",\n        \"SMS confirmation\",\n        \"App based confirmation\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/export/vehicle-arrivals/validations","description":"<p><strong>Requirement Reference</strong>: G.E15GHA.11</p>\n<p><strong>Use Case</strong>: Validate Vehicle Arrival</p>\n<p><strong>Integration Point:</strong> IN_FR-1-GHA-SBI-R-01-UC-09</p>\n<p><strong>Description:</strong> GHA validates vehicle token at arrival</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E15GHA) → Airport Community System → Consignor System (E15CGNR)</p>\n</li>\n<li><p>GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E15ACA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vehicleToken</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be unique; format VT-YYYY-MM-DD-XXX-NNN</td>\n</tr>\n<tr>\n<td>tokenType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of the predefined token types (e.g., QR_CODE, BARCODE)</td>\n</tr>\n<tr>\n<td>registrationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid vehicle registration number</td>\n</tr>\n<tr>\n<td>arrivalDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>gateNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Valid gate identifier</td>\n</tr>\n<tr>\n<td>dockNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Valid dock identifier</td>\n</tr>\n<tr>\n<td>driverName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Driver full name</td>\n</tr>\n<tr>\n<td>driverCnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>driverLicense</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Valid driver license number</td>\n</tr>\n<tr>\n<td>driverPhone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>hawbNumber</td>\n<td>Array</td>\n<td>70</td>\n<td>M</td>\n<td>Array of HAWB numbers; AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>tsmRequestId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must reference a valid TSM request</td>\n</tr>\n<tr>\n<td>assignedSlotTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>validatedBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ghaStaffName, ghaStaffId, gateScannerId</td>\n</tr>\n<tr>\n<td>validatedBy.ghaStaffName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of GHA staff who validated the entry</td>\n</tr>\n<tr>\n<td>validatedBy.ghaStaffId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid GHA staff identifier</td>\n</tr>\n<tr>\n<td>validatedBy.gateScannerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid gate scanner identifier</td>\n</tr>\n<tr>\n<td>confirmationMethods</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must be from predefined methods (QR code, SMS, App)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","export","vehicle-arrivals","validations"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd387e18-ddb4-4447-8106-77d7667957ed"},{"name":"Send Vehicle Arrival","id":"41e5f801-5e8a-41b7-a91d-76b8a70145b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"7d575bea-0d27-4ef7-9191-244bf401c76d","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ghaCode\": \"GHA-KHI-01\",\n    \"vehicleToken\": \"VT-2025-11-28-A5-001\",\n    \"registrationNumber\": \"KHI-1234\",\n    \"arrivalDateTime\": \"2025-11-28T10:25:00Z\",\n    \"arrivalMethod\": \"QR_CODE_SCAN\",\n    \"gateNumber\": \"GATE-2\",\n    \"driverName\": \"Ahmed Khan\",\n    \"driverCnic\": \"42101-1234567-1\",\n    \"driverMobile\": \"+92-300-1234567\",\n    \"geolocation\": {\n        \"value\": \"+27.5916+086.5640/\",\n        \"accuracy\": 10\n    },\n    \"remarks\": \"Arrived 5 minutes ahead of scheduled time\",\n    \"tokenValidation\": \"QR_CODE\",\n    \"geofencingMethod\": \"App based\",\n    \"acsPortalAccess\": true,\n    \"dockAssignment\": \"DOCK-A5\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/vehicle-arrivals/receipts","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E15TRK.12</p>\n</li>\n<li><p>G.E15CB.13</p>\n</li>\n<li><p>G.E15ACA.14</p>\n</li>\n<li><p>G.E15CGNR.15</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Send/Receive Vehicle Arrival</p>\n<p><strong>Integration Point:</strong> IN_FR-1-GHA-SBI-R-01-UC-09</p>\n<p><strong>Description:</strong> Trucker sends arrival info to GHA and CB receives the notification.</p>\n<p><strong>Process Flow</strong>: Transporter / Truck Operator (E14TRK) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ghaCode</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid GHA identifier (e.g., GHA-KHI-01)</td>\n</tr>\n<tr>\n<td>vehicleToken</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must reference a valid vehicle token</td>\n</tr>\n<tr>\n<td>registrationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid vehicle registration number</td>\n</tr>\n<tr>\n<td>arrivalDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>arrivalMethod</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"QR_CODE_SCAN\", \"MANUAL\", \"SMS_CODE\", \"APP_BASED\"]</td>\n</tr>\n<tr>\n<td>gateNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Valid gate identifier</td>\n</tr>\n<tr>\n<td>driverName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Driver full name</td>\n</tr>\n<tr>\n<td>driverCnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>driverPhone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>geolocation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must include latitude and longitude</td>\n</tr>\n<tr>\n<td>geolocation.value</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/)</td>\n</tr>\n<tr>\n<td>geolocation.accuracy</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Accuracy in meters</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text remarks</td>\n</tr>\n<tr>\n<td>tokenValidation</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of predefined validation types (e.g., QR_CODE)</td>\n</tr>\n<tr>\n<td>geofencingMethod</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Method used for geofencing (e.g., App based)</td>\n</tr>\n<tr>\n<td>acsPortalAccess</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Indicates whether ACS portal access is granted</td>\n</tr>\n<tr>\n<td>dockAssignment</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Assigned dock identifier (e.g., DOCK-A5)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","vehicle-arrivals","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"41e5f801-5e8a-41b7-a91d-76b8a70145b6"},{"name":"Record Vehicle Unloading Status","id":"8aa3c88a-a985-4461-b571-7edb1d4a11c3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e85cec4a-81bf-43b8-943a-81f2cec909d1","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.385Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vehicleArrivalId\": \"arr-12345\",\n    \"vehicleToken\": \"VT-2025-11-28-A5-001\",\n    \"registrationNumber\": \"KHI-1234\",\n    \"dockNumber\": \"DOCK-A5\",\n    \"unloadingStartTime\": \"2025-11-28T10:40:00Z\",\n    \"unloadingCompletionTime\": \"2025-11-28T11:25:00Z\",\n    \"dockOutTime\": \"2025-11-28T11:30:00Z\",\n    \"unloadedCargo\": {\n        \"pieces\": 10,\n        \"weight\": 500,\n        \"weightUnit\": \"KGM\",\n        \"volume\": 2.5,\n        \"volumeUnit\": \"CBM\"\n    },\n    \"unloadingStatus\": \"COMPLETED\",\n    \"warehouseLocation\": \"SHED-A-ROW-12-BIN-05\",\n    \"discrepancies\": [],\n    \"remarks\": \"Unloading completed successfully. All pieces intact.\",\n    \"ghaStaffName\": \"Usman Ali\",\n    \"ghaStaffId\": \"GHA-STAFF-123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/vehicle-unloading-records","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E17GHA.16</p>\n</li>\n<li><p>G.E17CB.17</p>\n</li>\n<li><p>G.E17ACA.18</p>\n</li>\n<li><p>G.E17CGNR.19</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit &amp; Receive Unloading Info</p>\n<p><strong>Integration Point:</strong> IN_FR-1-GHA-SBI-R-01-UC-09</p>\n<p><strong>Description</strong>: GHA signals unloading completion to all interested parties</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E17ACA)</p>\n</li>\n<li><p>GHA System (E15GHA) → Airport Community System → Consignor System (E17CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vehicleArrivalId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be unique; format <code>arr-XXXXX</code></td>\n</tr>\n<tr>\n<td>vehicleToken</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must reference a valid vehicle token</td>\n</tr>\n<tr>\n<td>registrationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid vehicle registration number</td>\n</tr>\n<tr>\n<td>dockNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Valid dock number (e.g., DOCK-A5)</td>\n</tr>\n<tr>\n<td>unloadingStartTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>unloadingCompletionTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>dockOutTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>unloadedCargo</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include pieces, weight, weightUnit, volume, volumeUnit</td>\n</tr>\n<tr>\n<td>unloadedCargo.pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>unloadedCargo.weight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>unloadedCargo.weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>unloadedCargo.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>unloadedCargo.volumeUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>unloadingStatus</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"STARTED\", \"IN_PROGRESS\", \"COMPLETED\", \"COMPLETED_WITH_DISCREPANCY\", \"SUSPENDED\"]</td>\n</tr>\n<tr>\n<td>warehouseLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Warehouse location identifier (e.g., SHED-A-ROW-12-BIN-05)</td>\n</tr>\n<tr>\n<td>discrepancies</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of any discrepancies found during unloading</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks</td>\n</tr>\n<tr>\n<td>ghaStaffName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of GHA staff responsible for unloading</td>\n</tr>\n<tr>\n<td>ghaStaffId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique GHA staff identifier (e.g., GHA-STAFF-123)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","vehicle-unloading-records"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8aa3c88a-a985-4461-b571-7edb1d4a11c3"}],"id":"2d7d40ac-50ad-429d-8a4f-12184c5df288","_postman_id":"2d7d40ac-50ad-429d-8a4f-12184c5df288","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Dangerous Goods Declaration (e-DGD)","item":[{"name":"Send e-DGD","id":"19b56937-2a12-40fa-ac49-9aa4e7dadd6c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"3168bb1e-819e-46d0-8d95-fe9d16b0bdc1","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"DGD-086-22694324-001\"\n        },\n        \"Name\": {\n            \"Value\": \"Shipper's Declaration for Dangerous Goods\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"961\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2009-05-25T10:00:00\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"CONV-22547361\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FASHION_ES\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"ABC_AIRLINE\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ProcessType\": {\n            \"Value\": \"D\"\n        },\n        \"IncludedHeaderNote\": {\n            \"ContentCode\": {\n                \"Value\": \"D\"\n            },\n            \"Content\": {\n                \"Value\": \"This space can be used for any additional text\"\n            }\n        },\n        \"SignatoryConsignorAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2009-05-25T10:00:00\"\n            },\n            \"Statement\": {\n                \"Value\": \"I hereby declare that the contents of this consignment are fully and\\n        accurately described above by the proper shipping name, and are\\n        classified, packaged, marked and labelled/placarded, and are in all\\n        respects in proper condition for transport according to applicable\\n        international and national governmental regulations. I declare that all\\n        of the applicable air transport requirements have been met.\"\n            },\n            \"Signatory\": {\n                \"Value\": \"BILL SMITH\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"La Coruna\"\n                }\n            },\n            \"ProviderConsignorAuthenticationParty\": {\n                \"DefinedConsignorAuthenticationContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"B. Smith, Dispatch Officer\"\n                    }\n                }\n            }\n        },\n        \"SignatoryDeclarantAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2009-05-25T10:00:00\"\n            },\n            \"Statement\": {\n                \"Value\": \"I hereby declare that the goods described above have been packed/loaded\\n        into the container/vehicle identified above in accordance with the\\n        applicable provision.\"\n            },\n            \"Signatory\": {\n                \"Value\": \"MANUEL MATURA\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"Barcelona\"\n                }\n            },\n            \"ProviderAuthenticationParty\": {\n                \"Name\": {\n                    \"Value\": \"FASHION\"\n                },\n                \"DefinedTradeContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"M. Mantura\"\n                    },\n                    \"JobTitle\": {\n                        \"Value\": \"Shipping Manager\"\n                    }\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"CarrierAssignedID\": {\n            \"Value\": \"086-22694324\"\n        },\n        \"IncludedHouseConsignment\": {\n            \"ConsignorAssignedID\": {\n                \"Value\": \"SE66888\"\n            },\n            \"FreightForwarderAssignedID\": {\n                \"Value\": \"18165884\"\n            },\n            \"IncludedTareGrossWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"46\"\n            },\n            \"TotalTareWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"37\"\n            },\n            \"ConsignorParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"FASHION_ES\"\n                },\n                \"Name\": {\n                    \"Value\": \"FASHION\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"15006\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"11, Ramon y Cajal\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"La Coruna\"\n                    },\n                    \"CountryID\": {\n                        \"Value\": \"ES\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Spain\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"B. Smith\"\n                    },\n                    \"DepartmentName\": {\n                        \"Value\": \"Dispatch\"\n                    },\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"+34 981 55 47 33\"\n                        }\n                    }\n                }\n            },\n            \"ConsigneeParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"WILDMARKET_CA\"\n                },\n                \"Name\": {\n                    \"Value\": \"Wild Market\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"H2Z 1V5\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"100, Rene-Levesque Blvd. West\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"Montreal\"\n                    },\n                    \"CountryID\": {\n                        \"Value\": \"CA\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Canada\"\n                    },\n                    \"CountrySubDivisionName\": {\n                        \"Value\": \"Quebec\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"Receiving Department\"\n                    },\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"+1 011 448 4050\"\n                        }\n                    }\n                }\n            },\n            \"AssociatedParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"ABC_AIRLINE\"\n                },\n                \"Name\": {\n                    \"Value\": \"ABC Airline\"\n                },\n                \"RoleCode\": {\n                    \"Value\": \"CA\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"CityName\": {\n                        \"Value\": \"Canada\"\n                    },\n                    \"CountryID\": {\n                        \"Value\": \"CA\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Canada\"\n                    }\n                }\n            },\n            \"OriginLocation\": {\n                \"ID\": {\n                    \"Value\": \"BCN\"\n                },\n                \"Name\": {\n                    \"Value\": \"Barcelona Airport\"\n                }\n            },\n            \"FinalDestinationLocation\": {\n                \"ID\": {\n                    \"Value\": \"YUL\"\n                },\n                \"Name\": {\n                    \"Value\": \"Montreal-Dorval Airport\"\n                }\n            },\n            \"SpecifiedLogisticsTransportMovement\": {\n                \"StageCode\": {\n                    \"Value\": \"Main\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"AIR TRANSPORT\"\n                },\n                \"ID\": {\n                    \"Value\": \"BA1234\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"Airbus A380\"\n                    }\n                },\n                \"LoadingEvent\": {\n                    \"ActualOccurrenceDateTime\": {\n                        \"Value\": \"2009-05-25T14:00:00\"\n                    },\n                    \"OccurrenceLoadingLocation\": {\n                        \"ID\": {\n                            \"Value\": \"BCN\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"Barcelona Airport\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        }\n                    }\n                },\n                \"UnloadingEvent\": {\n                    \"ActualOccurrenceDateTime\": {\n                        \"Value\": \"2009-05-25T20:30:00\"\n                    },\n                    \"OccurrenceUnloadingLocation\": {\n                        \"ID\": {\n                            \"Value\": \"YUL\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"Montreal-Dorval Airport\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        }\n                    }\n                }\n            },\n            \"HandlingInstructions\": {\n                \"Description\": {\n                    \"Value\": \"Health Department\"\n                },\n                \"ExclusiveUsageIndicator\": {\n                    \"Value\": \"false\"\n                }\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"086-22694324\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"740\"\n                },\n                \"Name\": {\n                    \"Value\": \"Air Waybill\"\n                }\n            },\n            \"FinalDestinationCountry\": {\n                \"ID\": {\n                    \"Value\": \"CA\"\n                },\n                \"Name\": {\n                    \"Value\": \"CANADA\"\n                }\n            },\n            \"ExportCountry\": {\n                \"ID\": {\n                    \"Value\": \"ES\"\n                },\n                \"Name\": {\n                    \"Value\": \"Spain\"\n                }\n            },\n            \"RelatedCommercialTradeTransaction\": {\n                \"IncludedCommercialTradeLineItem\": [\n                    {\n                        \"SequenceNumeric\": {\n                            \"Value\": \"1\"\n                        },\n                        \"Information\": {\n                            \"Value\": \"Flammable liquid\"\n                        },\n                        \"SpecifiedProductTradeDelivery\": {\n                            \"SpecifiedProductRegulatedGoods\": {\n                                \"ApplicableProductDangerousGoods\": {\n                                    \"UNDGIdentificationCode\": {\n                                        \"Value\": \"UN2339\"\n                                    },\n                                    \"PackagingDangerLevelCode\": {\n                                        \"Value\": \"II\"\n                                    },\n                                    \"PackingInstructionTypeCode\": {\n                                        \"Value\": \"305\"\n                                    },\n                                    \"GrossWeightMeasure\": {\n                                        \"unitCode\": \"KGM\",\n                                        \"Value\": \"15\"\n                                    },\n                                    \"HazardClassificationID\": {\n                                        \"Value\": \"3\"\n                                    },\n                                    \"MarinePollutantIndicator\": {\n                                        \"Value\": \"false\"\n                                    },\n                                    \"NetWeightMeasure\": {\n                                        \"unitCode\": \"LTR\",\n                                        \"Value\": \"2\"\n                                    },\n                                    \"ProperShippingName\": {\n                                        \"Value\": \"2-Bromobutane\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"SequenceNumeric\": {\n                            \"Value\": \"2\"\n                        },\n                        \"Information\": {\n                            \"Value\": \"Toxic liquid\"\n                        },\n                        \"SpecifiedProductTradeDelivery\": {\n                            \"SpecifiedProductRegulatedGoods\": {\n                                \"ApplicableProductDangerousGoods\": {\n                                    \"UNDGIdentificationCode\": {\n                                        \"Value\": \"UN2653\"\n                                    },\n                                    \"PackagingDangerLevelCode\": {\n                                        \"Value\": \"II\"\n                                    },\n                                    \"PackingInstructionTypeCode\": {\n                                        \"Value\": \"609\"\n                                    },\n                                    \"GrossWeightMeasure\": {\n                                        \"unitCode\": \"KGM\",\n                                        \"Value\": \"16\"\n                                    },\n                                    \"HazardClassificationID\": {\n                                        \"Value\": \"6.1\"\n                                    },\n                                    \"MarinePollutantIndicator\": {\n                                        \"Value\": \"false\"\n                                    },\n                                    \"NetWeightMeasure\": {\n                                        \"unitCode\": \"LTR\",\n                                        \"Value\": \"2\"\n                                    },\n                                    \"ProperShippingName\": {\n                                        \"Value\": \"Benzyl iodide\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"SequenceNumeric\": {\n                            \"Value\": \"3\"\n                        },\n                        \"Information\": {\n                            \"Value\": \"Flammable liquid\"\n                        },\n                        \"SpecifiedProductTradeDelivery\": {\n                            \"SpecifiedProductRegulatedGoods\": {\n                                \"ApplicableProductDangerousGoods\": {\n                                    \"UNDGIdentificationCode\": {\n                                        \"Value\": \"UN2049\"\n                                    },\n                                    \"PackagingDangerLevelCode\": {\n                                        \"Value\": \"III\"\n                                    },\n                                    \"PackingInstructionTypeCode\": {\n                                        \"Value\": \"309\"\n                                    },\n                                    \"GrossWeightMeasure\": {\n                                        \"unitCode\": \"KGM\",\n                                        \"Value\": \"15\"\n                                    },\n                                    \"HazardClassificationID\": {\n                                        \"Value\": \"3\"\n                                    },\n                                    \"MarinePollutantIndicator\": {\n                                        \"Value\": \"false\"\n                                    },\n                                    \"NetWeightMeasure\": {\n                                        \"unitCode\": \"LTR\",\n                                        \"Value\": \"5\"\n                                    },\n                                    \"ProperShippingName\": {\n                                        \"Value\": \"Diethylbenzene\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"SpecifiedLogisticsPackage\": [\n                    {\n                        \"ItemQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"15\"\n                        },\n                        \"NetWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"14\"\n                        },\n                        \"LevelCode\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SequenceNumeric\": {\n                            \"Value\": \"1\"\n                        },\n                        \"AllPackedInOneIndicator\": {\n                            \"Value\": \"false\"\n                        },\n                        \"UsedSupplyChainPackaging\": {\n                            \"TypeCode\": {\n                                \"Value\": \"4G\"\n                            },\n                            \"Type\": {\n                                \"Value\": \"Fibreboard box\"\n                            }\n                        },\n                        \"IncludedPackagedTradeLineItem\": {\n                            \"SequenceNumeric\": {\n                                \"Value\": \"1\"\n                            }\n                        }\n                    },\n                    {\n                        \"ItemQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"NetWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"15\"\n                        },\n                        \"LevelCode\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SequenceNumeric\": {\n                            \"Value\": \"2\"\n                        },\n                        \"AllPackedInOneIndicator\": {\n                            \"Value\": \"false\"\n                        },\n                        \"UsedSupplyChainPackaging\": {\n                            \"TypeCode\": {\n                                \"Value\": \"4G\"\n                            },\n                            \"Type\": {\n                                \"Value\": \"Fibreboard box\"\n                            }\n                        },\n                        \"IncludedPackagedTradeLineItem\": {\n                            \"SequenceNumeric\": {\n                                \"Value\": \"2\"\n                            }\n                        }\n                    },\n                    {\n                        \"ItemQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"15\"\n                        },\n                        \"NetWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"14\"\n                        },\n                        \"LevelCode\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SequenceNumeric\": {\n                            \"Value\": \"3\"\n                        },\n                        \"AllPackedInOneIndicator\": {\n                            \"Value\": \"false\"\n                        },\n                        \"UsedSupplyChainPackaging\": {\n                            \"TypeCode\": {\n                                \"Value\": \"4G\"\n                            },\n                            \"Type\": {\n                                \"Value\": \"Fibreboard box\"\n                            }\n                        },\n                        \"IncludedPackagedTradeLineItem\": {\n                            \"SequenceNumeric\": {\n                                \"Value\": \"3\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"ApplicableTransportDangerousGoods\": {\n                \"HazardTypeCode\": {\n                    \"Value\": \"NON-RADIOACTIVE\"\n                },\n                \"AircraftLimitationInformation\": {\n                    \"Value\": \"PASSENGER AND CARGO AIRCRAFT\"\n                },\n                \"ComplianceDeclarationInformation\": {\n                    \"Value\": \"Failure to comply in all respects with the applicable Dangerous Goods\\n          Regulations may be in breach of the applicable law, subject to legal\\n          penalties.\"\n                },\n                \"ShipperDeclarationInformation\": {\n                    \"Value\": \"This shipment is within the limitations prescribed for PASSENGER AND\\n          CARGO AIRCRAFT and has been prepared in accordance with IATA Dangerous\\n          Goods Regulations.\"\n                },\n                \"EmergencyDangerousGoodsContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"Health Department\"\n                    },\n                    \"DirectEmergencyTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"+34 981 34 23 99\"\n                        },\n                        \"AdditionalInformation\": {\n                            \"Value\": \"24 hour emergency contact\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/dangerous-goods-declarations/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949\">SDG</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E19CGNR.20</p>\n</li>\n<li><p>G.E20AL.23</p>\n</li>\n<li><p>G.E20PAA.24</p>\n</li>\n<li><p>G.E20CUS.25</p>\n</li>\n<li><p>G.E20ACA.26</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Send e-DGD</p>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-3-GHA-DGD-R-01-UC-02</p>\n</li>\n<li><p>IN_FR-3-GHA-DGD-R-01-UC-04</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Consignor System (E19CGNR) → Airport Community System → Air Cargo Agent System (E19ACA)</p>\n</li>\n<li><p>Ground Handling Agent System (E19GHA) → Airport Community System → Air Cargo Agent System (E20ACA)</p>\n</li>\n<li><p>Ground Handling Agent System (E19GHA) → Airport Community System → Airline System (E20AL)</p>\n</li>\n<li><p>Ground Handling Agent System (E19GHA) → Airport Community System → Postal Aviation Authority System (E20PAA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","dangerous-goods-declarations","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"19b56937-2a12-40fa-ac49-9aa4e7dadd6c"},{"name":"Send MAWB/HAWB with DG","id":"098e18f6-3801-4cbd-8e24-9641573c715b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"f611d4ba-cea1-4037-afc5-a561927bd141","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/mawb-hawb-receipts/xfwb","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949\">SDG</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E19ACA.21</p>\n</li>\n<li><p>G.E19GHA.22</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Send e-DGD</p>\n<p><strong>Integration Point</strong>: IN_FR-3-GHA-DGD-R-01-UC-04</p>\n<p><strong>Description:</strong> ACA submits e-DGD and draft MAWB HAWB to GHA for dangerous goods check</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E19ACA) → Airport Community System → Ground Handling Agent System (E19GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","mawb-hawb-receipts","xfwb"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"098e18f6-3801-4cbd-8e24-9641573c715b"}],"id":"41d8edd5-cc18-407d-a029-dea6d7d01a26","description":"<p>Electronic Dangerous Goods Declaration submission and distribution with multi-format support</p>\n","_postman_id":"41d8edd5-cc18-407d-a029-dea6d7d01a26","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Cargo Acceptance","item":[{"name":"Cargo Acceptances (FSU FOH)","id":"8073a2dd-0f6d-4bb6-bc97-9ef9fc74fc5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"f9e33cb2-87b7-4a3d-852e-118705c5e9be"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363FOH_164fb2c6-f208-41c6-99a2-9d8f22bb0312\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363-FOH\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"3861\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61538363\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"GRU\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"FOH\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"3861\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"GRU\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Departure\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:41:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/cargo-acceptances","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43\">FSU+</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E21GHA.28</p>\n</li>\n<li><p>G.E21ACA.29</p>\n</li>\n<li><p>G.E21CUS.30</p>\n</li>\n<li><p>G.E21AL.31</p>\n</li>\n<li><p>G.E21CGNR.32</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Finalize Physical Cargo Acceptance</p>\n<p><strong>Integration Point:</strong> IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA records actual weight/dimensions, transmit FSU with FOH status.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)</p>\n</li>\n<li><p>GHA System (E20GHA) → Airport Community System → Airline System (E21AL)</p>\n</li>\n<li><p>GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","cargo-acceptances"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8073a2dd-0f6d-4bb6-bc97-9ef9fc74fc5e"},{"name":"Cargo Acceptances (IATA XFSU FOH)","id":"42efa415-76e1-4a73-b7fc-5accdd5b0ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"a5a2ad30-f7cb-4e56-b971-33d67c0f364f"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61538363FOH_164fb2c6-f208-41c6-99a2-9d8f22bb0312</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61538363-FOH</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61538363</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>GRU</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>LHR</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>FOH</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">25</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <SpecifiedLocation>\n                        <ID>GRU</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T10:41:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/cargo-acceptances","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43\">FSU+</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E21GHA.28</p>\n</li>\n<li><p>G.E21ACA.29</p>\n</li>\n<li><p>G.E21CUS.30</p>\n</li>\n<li><p>G.E21AL.31</p>\n</li>\n<li><p>G.E21CGNR.32</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Finalize Physical Cargo Acceptance</p>\n<p><strong>Integration Point:</strong> IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA records actual weight/dimensions, transmit FSU with FOH status.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)</p>\n</li>\n<li><p>GHA System (E20GHA) → Airport Community System → Airline System (E21AL)</p>\n</li>\n<li><p>GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","cargo-acceptances"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"42efa415-76e1-4a73-b7fc-5accdd5b0ae5"}],"id":"4a0effcc-e84b-4b02-a51a-120b50eef2bf","_postman_id":"4a0effcc-e84b-4b02-a51a-120b50eef2bf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Declarations","item":[{"name":"Send Undertaking Declarations","id":"4a2586ad-9b94-479c-9394-13d202a75d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"e9f443bf-dd50-4e2f-86c7-1d8eed7db3bb"}],"body":{"mode":"raw","raw":"{\n    \"declarationReference\": \"UTD-KEL-20251128-001\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"214-12345689\"\n    ],\n    \"shipmentInformation\": {\n        \"numberOfPieces\": 30,\n        \"totalGrossWeight\": {\n            \"value\": 1500,\n            \"unit\": \"KGM\"\n        },\n        \"origin\": \"KHI\",\n        \"destination\": \"DXB\",\n        \"commodity\": \"Mobile Phone Accessories\",\n        \"specialInstructions\": \"Handle with care - fragile\"\n    },\n    \"consignor\": {\n        \"name\": \"Karachi Electronics Ltd\",\n        \"address\": \"Plot 45, Industrial Area, Karachi\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\",\n        \"contactName\": \"Ahmed Khan\",\n        \"phone\": \"+92-300-1234567\",\n        \"email\": \"ahmed@electronics.pk\",\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"12345-1234568-9\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"declarationType\": \"GENERAL_DECLARATION\",\n    \"declarationText\": \"I, Ahmed Khan, on behalf of Karachi Electronics Ltd, hereby declare that the goods described in this shipment are accurately described, properly packaged, marked and labeled, and are in proper condition for carriage by air according to applicable dangerous goods regulations. I declare that all information provided is true and accurate to the best of my knowledge.\",\n    \"undertakings\": [\n        {\n            \"undertakingType\": \"ACCURATE_DESCRIPTION\",\n            \"description\": \"All goods are accurately described as Mobile Phone Accessories\"\n        },\n        {\n            \"undertakingType\": \"PROPER_PACKAGING\",\n            \"description\": \"Goods are properly packaged in cartons with adequate protection\"\n        },\n        {\n            \"undertakingType\": \"NO_DANGEROUS_GOODS\",\n            \"description\": \"Shipment does not contain dangerous goods or prohibited items\"\n        },\n        {\n            \"undertakingType\": \"ACCURATE_VALUE\",\n            \"description\": \"Declared value of PKR 150,000 is accurate and true\"\n        }\n    ],\n    \"inspectionStatus\": \"PENDING\",\n    \"inspectionRequired\": false,\n    \"signatoryDetails\": {\n        \"name\": \"Ahmed Khan\",\n        \"designation\": \"Export Manager\",\n        \"cnicNumber\": \"42101-1234567-1\",\n        \"signatureDateTime\": \"2025-11-27T10:00:00Z\",\n        \"ipAddress\": \"203.45.67.89\"\n    },\n    \"attachments\": [\n        {\n            \"documentType\": \"COMPANY_LETTERHEAD\",\n            \"fileName\": \"company_letterhead.pdf\",\n            \"fileSize\": 524288,\n            \"fileHash\": \"sha256:abc123...\"\n        }\n    ],\n    \"submittedBy\": \"Karachi Electronics Ltd\",\n    \"submittedAt\": \"2025-11-27T10:00:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/undertaking-declarations","description":"<p><strong>Global API references:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: G.E22CGNR.33</p>\n<p><strong>Use Case</strong>: Update Inspection Status</p>\n<p><strong>Integration Point</strong>: IN_FR-1-GHA-SBI-R-01-UC-03</p>\n<p><strong>Description:</strong> Consignor sends undertaking declaration</p>\n<p><strong>Process Flow</strong>: Consignor System (E22CGNR) → Airport Community System → Air Cargo Agent System (E22ACA)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>declarationReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., UTD-KEL-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentInformation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must contain shipment summary information</td>\n</tr>\n<tr>\n<td>shipmentInformation.numberOfPieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>shipmentInformation.totalGrossWeight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipmentInformation.totalGrossWeight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>shipmentInformation.totalGrossWeight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipmentInformation.origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>shipmentInformation.destination</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>shipmentInformation.commodity</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Structured commodity description (plain text, no special characters)</td>\n</tr>\n<tr>\n<td>shipmentInformation.specialInstructions</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the consignor</td>\n</tr>\n<tr>\n<td>consignor.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City name</td>\n</tr>\n<tr>\n<td>consignor.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>consignor.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>consignor.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name</td>\n</tr>\n<tr>\n<td>consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number</td>\n</tr>\n<tr>\n<td>declarationType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid declaration type (e.g., \"GENERAL_DECLARATION\")</td>\n</tr>\n<tr>\n<td>declarationText</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>undertakings</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of undertakings, each containing <code>undertakingType</code> and <code>description</code></td>\n</tr>\n<tr>\n<td>undertakings.undertakingType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of undertaking (e.g., \"ACCURATE_DESCRIPTION\")</td>\n</tr>\n<tr>\n<td>undertakings.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the undertaking</td>\n</tr>\n<tr>\n<td>inspectionStatus</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Valid inspection status (e.g., \"PENDING\")</td>\n</tr>\n<tr>\n<td>inspectionRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>signatoryDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, designation, cnicNumber, signatureDate, signatureTime, ipAddress</td>\n</tr>\n<tr>\n<td>signatoryDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the signatory</td>\n</tr>\n<tr>\n<td>signatoryDetails.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the signatory</td>\n</tr>\n<tr>\n<td>signatoryDetails.cnicNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>signatoryDetails.signatureDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>signatoryDetails.ipAddress</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid IPv4/IPv6</td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of attachment objects containing <code>documentType</code>, <code>fileName</code>, <code>fileSize</code>, <code>fileHash</code></td>\n</tr>\n<tr>\n<td>attachments.documentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of document (e.g., \"COMPANY_LETTERHEAD\")</td>\n</tr>\n<tr>\n<td>attachments.fileName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the attached file</td>\n</tr>\n<tr>\n<td>attachments.fileSize</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the file in bytes</td>\n</tr>\n<tr>\n<td>attachments.fileHash</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Hash of the file (e.g., sha256:abc123...)</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the declaration</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","undertaking-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a2586ad-9b94-479c-9394-13d202a75d26"},{"name":"Security Declarations","id":"50a7c26f-f74c-417d-957c-50dda411a547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"7e2a92a3-7f55-4ab8-92fa-0a4df3bddbdc"}],"body":{"mode":"raw","raw":"{\n    \"securityDeclarationReference\": \"SECDEC-SAC-20251127-001\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"176-12345689\",\n        \"176-12345700\"\n    ],\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"aca\": {\n        \"name\": \"Swift Air Cargo\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"iataNumber\": \"0010000893964\",\n        \"address\": \"Cargo Complex, Jinnah International Airport, Karachi\",\n        \"contactName\": \"Ali Raza\",\n        \"phone\": \"+92-21-34567890\",\n        \"email\": \"ali@swiftcargo.pk\"\n    },\n    \"undertakingDeclarationRef\": \"UTD-KEL-20251128-001\",\n    \"shipmentSecurityDetails\": {\n        \"securityControlsApplied\": true,\n        \"screeningPerformed\": true,\n        \"screeningMethod\": \"X-RAY\",\n        \"screeningDate\": \"2025-11-27\",\n        \"screeningLocation\": \"SAC Warehouse - KHI\",\n        \"secureChainOfCustody\": true,\n        \"tamperProofPackaging\": true,\n        \"accessControlMeasures\": [\n            \"24/7 CCTV surveillance\",\n            \"Biometric access control\",\n            \"Security guard presence\",\n            \"Visitor log maintenance\"\n        ]\n    },\n    \"regulatoryCompliance\": {\n        \"icaoAnnex17Compliance\": true,\n        \"ncaspCompliance\": true,\n        \"iataStandards\": true,\n        \"localRegulations\": true,\n        \"certificateNumbers\": [\n            \"ICAO-CERT-12345\",\n            \"NCASP-CERT-67890\"\n        ]\n    },\n    \"dangerousGoods\": {\n        \"present\": false,\n        \"dgdReference\": null,\n        \"unNumbers\": [],\n        \"properShippingNames\": [],\n        \"dgClasses\": []\n    },\n    \"valueDeclaration\": {\n        \"highValue\": true,\n        \"declaredValue\": 150000,\n        \"currency\": \"PKR\",\n        \"insuranceCoverage\": true,\n        \"insurancePolicyNumber\": \"INS-POL-98765\"\n    },\n    \"securityDeclarationText\": \"I, Ali Raza, on behalf of Swift Air Cargo (License: ACA-PK-12345), hereby declare that this shipment has been subjected to security controls in accordance with ICAO Annex 17, Pakistan NCASP, and IATA security standards. The shipment has been screened using X-ray equipment, maintained under secure chain of custody, and packaged with tamper-proof seals. We confirm that all security measures have been applied and the shipment is safe for air transport.\",\n    \"signatoryDetails\": {\n        \"name\": \"Ali Raza\",\n        \"designation\": \"Security Manager\",\n        \"certificationNumber\": \"SEC-CERT-45678\",\n        \"signatureDateTime\": \"2025-11-27T11:00:00Z\",\n        \"digitalSignature\": \"base64-encoded-signature\",\n        \"ipAddress\": \"203.45.67.90\"\n    },\n    \"attachments\": [\n        {\n            \"documentType\": \"SECURITY_CERTIFICATE\",\n            \"fileName\": \"aca_security_cert.pdf\",\n            \"fileSize\": 1048576,\n            \"fileHash\": \"sha256:def456...\"\n        },\n        {\n            \"documentType\": \"SCREENING_REPORT\",\n            \"fileName\": \"xray_screening_report.pdf\",\n            \"fileSize\": 524288,\n            \"fileHash\": \"sha256:ghi789...\"\n        }\n    ],\n    \"submittedBy\": \"Swift Air Cargo\",\n    \"submittedAt\": \"2025-11-27T11:00:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/security-declarations","description":"<p><strong>Global API references:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E22ACA.34,</p>\n</li>\n<li><p>G.E22GHA.35</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Submit &amp; Receive Security Declaration</p>\n<p><strong>Integration Point</strong>: IN_FR-1-GHA-SBI-R-01-UC-06</p>\n<p><strong>Description:</strong> ACA submits security declaration to GHA for regulatory compliance</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E22ACA) → Airport Community System → GHA System (E22GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>securityDeclarationReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., SECDEC-SAC-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>aca</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cassNumber, iataNumber, address, contactName, phone, email</td>\n</tr>\n<tr>\n<td>aca.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the ACA</td>\n</tr>\n<tr>\n<td>aca.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>aca.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>aca.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the ACA (e.g., \"Cargo Complex, Jinnah International Airport, Karachi\")</td>\n</tr>\n<tr>\n<td>aca.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name</td>\n</tr>\n<tr>\n<td>aca.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>aca.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>undertakingDeclarationRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., UTD-KEL-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include securityControlsApplied, screeningPerformed, screeningMethod, screeningDate, screeningLocation, secureChainOfCustody, tamperProofPackaging, accessControlMeasures</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.securityControlsApplied</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.screeningPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.screeningMethod</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Screening method (e.g., \"X-RAY\")</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.screeningDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.screeningLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Location where screening took place</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.secureChainOfCustody</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.tamperProofPackaging</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>shipmentSecurityDetails.accessControlMeasures</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of access control measures (e.g., [\"24/7 CCTV surveillance\", \"Biometric access control\"])</td>\n</tr>\n<tr>\n<td>regulatoryCompliance</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include icaoAnnex17Compliance, ncaspCompliance, iataStandards, localRegulations, certificateNumbers</td>\n</tr>\n<tr>\n<td>regulatoryCompliance.icaoAnnex17Compliance</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>regulatoryCompliance.ncaspCompliance</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>regulatoryCompliance.iataStandards</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>regulatoryCompliance.localRegulations</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>regulatoryCompliance.certificateNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of certificate numbers (e.g., [\"ICAO-CERT-12345\", \"NCASP-CERT-67890\"])</td>\n</tr>\n<tr>\n<td>dangerousGoods</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include present, dgdReference, unNumbers, properShippingNames, dgClasses</td>\n</tr>\n<tr>\n<td>dangerousGoods.present</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>dangerousGoods.dgdReference</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Dangerous goods declaration reference</td>\n</tr>\n<tr>\n<td>dangerousGoods.unNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of UN numbers</td>\n</tr>\n<tr>\n<td>dangerousGoods.properShippingNames</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of proper shipping names</td>\n</tr>\n<tr>\n<td>dangerousGoods.dgClasses</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of dangerous goods classes</td>\n</tr>\n<tr>\n<td>valueDeclaration</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include highValue, declaredValue, currency, insuranceCoverage, insurancePolicyNumber</td>\n</tr>\n<tr>\n<td>valueDeclaration.highValue</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>valueDeclaration.declaredValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Declared value</td>\n</tr>\n<tr>\n<td>valueDeclaration.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>valueDeclaration.insuranceCoverage</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true or false)</td>\n</tr>\n<tr>\n<td>valueDeclaration.insurancePolicyNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Insurance policy number</td>\n</tr>\n<tr>\n<td>securityDeclarationText</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Security declaration text (max 1024 characters)</td>\n</tr>\n<tr>\n<td>signatoryDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, designation, cnicNumber, signatureDateTime, digitalSignature, ipAddress</td>\n</tr>\n<tr>\n<td>signatoryDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the signatory</td>\n</tr>\n<tr>\n<td>signatoryDetails.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the signatory</td>\n</tr>\n<tr>\n<td>signatoryDetails.cnicNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>signatoryDetails.signatureDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>signatoryDetails.digitalSignature</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Base64-encoded digital signature</td>\n</tr>\n<tr>\n<td>signatoryDetails.ipAddress</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid IPv4/IPv6</td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of attachment objects containing documentType, fileName, fileSize, fileHash</td>\n</tr>\n<tr>\n<td>attachments.documentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of document (e.g., \"SECURITY_CERTIFICATE\")</td>\n</tr>\n<tr>\n<td>attachments.fileName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the attached file</td>\n</tr>\n<tr>\n<td>attachments.fileSize</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the file in bytes</td>\n</tr>\n<tr>\n<td>attachments.fileHash</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Hash of the file (e.g., sha256:def456...)</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the declaration</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","security-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"50a7c26f-f74c-417d-957c-50dda411a547"},{"name":"e-CSD Submissions","id":"d38ecd07-ed93-4194-a157-4fa7b1081486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"ca249456-e9c4-4e5b-bf9d-595a545c198b"}],"body":{"mode":"raw","raw":"{\n    \"ecsdReference\": \"ECSD-GHA-KHI-20251127-001\",\n    \"issuerEntity\": {\n        \"category\": \"RA\",\n        \"identifier\": \"GHA-PK-12345\",\n        \"name\": \"Pakistan Cargo Terminal - GHA\"\n    },\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"SAC-HAWB-001\",\n        \"SAC-HAWB-002\"\n    ],\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"transits\": [\n        \"JED\"\n    ],\n    \"securityStatus\": {\n        \"status\": \"PASSED\",\n        \"securityStatusReason\": \"\",\n        \"receivedFrom\": \"code1\",\n        \"screeningMethod\": \"code1\",\n        \"groundsForExemption\": \"code1\",\n        \"otherScreeningMethods\": [\n            \"code1\",\n            \"code2\"\n        ]\n    },\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"recipientEntity\": {\n        \"category\": \"RA\",\n        \"identifier\": \"GHA-PK-67890\",\n        \"name\": \"Pakistan Cargo Terminal - GHA\"\n    },\n    \"commodityContent\": \"Mobile Phone Accessories - Electronic Goods\",\n    \"screeningDetails\": {\n        \"primaryScreeningMethod\": \"X-RAY\",\n        \"primaryScreeningRef\": \"XRAY-GHA-KHI-20251127-001\",\n        \"secondaryScreeningPerformed\": true,\n        \"secondaryScreeningMethod\": \"EDD\",\n        \"secondaryScreeningRef\": \"EDD-GHA-KHI-20251127-002\",\n        \"screeningResult\": \"CLEAR\",\n        \"screeningDateTime\": \"2025-11-27T13:00:00Z\"\n    },\n    \"personIssuingSecurity\": {\n        \"name\": \"Hassan Ali\",\n        \"designation\": \"Security Supervisor\",\n        \"certificationNumber\": \"SEC-SUPER-56789\",\n        \"certificationExpiry\": \"2026-12-31\",\n        \"signature\": \"base64-encoded-signature\"\n    },\n    \"issuedAt\": \"2025-11-27T14:30:00Z\",\n    \"placeOfIssuance\": \"Karachi - Jinnah International Airport\",\n    \"additionalSecurityInformation\": \"This is to certify that the consignment described above has been subjected to security controls that comply with ICAO Annex 17, Pakistan NCASP, and IATA security standards. The cargo has been screened using X-ray and Explosive Detection Dog methods. All screening results are CLEAR. The cargo has been maintained under secure chain of custody with tamper-proof seals applied. This consignment is safe for air transport.\",\n    \"distributionList\": [\n        \"AIRLINE\",\n        \"EPO\",\n        \"CUSTOMS\"\n    ],\n    \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n    \"submittedAt\": \"2025-11-27T14:35:00Z\",\n    \"file\": {\n        \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n        \"name\": \"1.pdf\",\n        \"contentType\": \"application/pdf\",\n        \"size\": 26214400\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/e-csd-submissions","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca\">CSD</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E28GHA.41</p>\n</li>\n<li><p>G.E28AL.42</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit and Receive e-CSD</p>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-1-GHA-SBI-R-01-UC-10</p>\n</li>\n<li><p>IN_FR-1-GHA-SBI-R-01-UC-12</p>\n</li>\n</ul>\n<p><strong>Description:</strong> GHA issues e-Consignment Security Declaration and distributes to airline and regulators</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E28GHA) → Airport Community System → Airline System (E28AL)</p>\n</li>\n<li><p>GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ecsdReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>33 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>transits</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of transit locations (e.g., [\"JED\"])</td>\n</tr>\n<tr>\n<td>securityStatus</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods</td>\n</tr>\n<tr>\n<td>securityStatus.status</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status of the security (e.g., \"PASSED\")</td>\n</tr>\n<tr>\n<td>securityStatus.securityStatusReason</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Reason for security status (if applicable)</td>\n</tr>\n<tr>\n<td>securityStatus.receivedFrom</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Received from entity code (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.screeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening method used (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.groundsForExemption</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Grounds for exemption (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.otherScreeningMethods</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of additional screening methods (e.g., [\"code1\", \"code2\"])</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>recipientEntity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include category, identifier, name</td>\n</tr>\n<tr>\n<td>recipientEntity.category</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Category of the recipient entity (e.g., \"RA\")</td>\n</tr>\n<tr>\n<td>recipientEntity.identifier</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier for the recipient entity</td>\n</tr>\n<tr>\n<td>recipientEntity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the recipient entity</td>\n</tr>\n<tr>\n<td>commodityContent</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>screeningDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Primary screening method (e.g., \"X-RAY\")</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Secondary screening method (e.g., \"EDD\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, designation, certificationNumber, certificationExpiry, signature</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Certification number of the issuer</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.signature</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Base64-encoded signature</td>\n</tr>\n<tr>\n<td>issuedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>placeOfIssuance</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Place where the security declaration was issued</td>\n</tr>\n<tr>\n<td>additionalSecurityInformation</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Additional security information (max 1024 characters)</td>\n</tr>\n<tr>\n<td>distributionList</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of distribution list (e.g., [\"AIRLINE\", \"EPO\", \"CUSTOMS\"])</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the declaration</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include id, name, contentType, size</td>\n</tr>\n<tr>\n<td>file.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the file</td>\n</tr>\n<tr>\n<td>file.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the file</td>\n</tr>\n<tr>\n<td>file.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the file (e.g., \"application/pdf\")</td>\n</tr>\n<tr>\n<td>file.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the file in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","e-csd-submissions"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d38ecd07-ed93-4194-a157-4fa7b1081486"}],"id":"6d3d84b8-db5b-4d3e-a2b9-9185110d97bf","_postman_id":"6d3d84b8-db5b-4d3e-a2b9-9185110d97bf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Documents","item":[{"name":"Send Final Shipping Documents","id":"7e098d17-0b87-4fa3-91ad-3ff5352cdc2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"bc23d154-a85e-49af-9576-28844e17c85d","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.386Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement References:</strong></p>\n<ul>\n<li><p>G.E23ACA.36</p>\n</li>\n<li><p>G.E24GHA.37</p>\n</li>\n</ul>\n<p><strong>Use Case:</strong> Receive Final Shipping Documents</p>\n<p><strong>Integration Point</strong>: IN_FR-1-GHA-SBI-R-01-UC-17</p>\n<p><strong>Description</strong>: ACA provides final MAWB/HAWB after consolidation</p>\n<p><strong>Process Flow</strong>: Air Cargo Agent System (E23ACA) → Airport Community System → GHA System (E24GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"7e098d17-0b87-4fa3-91ad-3ff5352cdc2f"}],"id":"592a8b09-61c3-4bc7-9972-3bd28a5fe9cf","_postman_id":"592a8b09-61c3-4bc7-9972-3bd28a5fe9cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Scans","item":[{"name":"Security Scans (Primary X-ray)","id":"6c1bf305-3219-410f-8a0b-c586c9d6e45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"56d6e037-05a8-4a2b-8f18-8de394e613d1"}],"body":{"mode":"raw","raw":"{\n    \"scanReference\": \"XRAY-GHA-KHI-20251127-001\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"176-12345689\",\n        \"176-12345700\"\n    ],\n    \"scanType\": \"X-RAY\",\n    \"scanMethod\": \"PRIMARY_SCREENING\",\n    \"scanResult\": \"CLEAR\",\n    \"scanLocation\": \"GHA Warehouse - KHI Terminal 2\",\n    \"scanFacility\": {\n        \"facilityName\": \"Pakistan Cargo Terminal\",\n        \"facilityCode\": \"GHA-KHI-002\",\n        \"certificationNumber\": \"PCAA-CERT-67890\",\n        \"certificationExpiry\": \"2026-12-31\"\n    },\n    \"scanEquipment\": {\n        \"equipmentType\": \"X-RAY_SCANNER\",\n        \"manufacturer\": \"Smiths Detection\",\n        \"model\": \"HI-SCAN 6040aTiX\",\n        \"serialNumber\": \"SD-XRAY-12345\",\n        \"calibrationDate\": \"2025-11-01\",\n        \"nextCalibrationDue\": \"2026-11-01\"\n    },\n    \"scanOperator\": {\n        \"name\": \"Hassan Ali\",\n        \"employeeId\": \"GHA-OPR-001\",\n        \"certificationNumber\": \"XRAY-CERT-88990\",\n        \"certificationExpiry\": \"2026-06-30\"\n    },\n    \"scanDetails\": {\n        \"scanDateTime\": \"2025-11-27T13:00:00Z\",\n        \"scanDuration\": \"120\",\n        \"scanDurationUnit\": \"seconds\",\n        \"numberOfPasses\": 2,\n        \"imageResolution\": \"HIGH\",\n        \"penetrationLevel\": \"STANDARD\"\n    },\n    \"findings\": {\n        \"suspiciousItems\": false,\n        \"anomaliesDetected\": false,\n        \"description\": \"Scan reveals electronic items consistent with declared goods (mobile phone accessories). No suspicious or prohibited items detected. Packaging integrity intact.\",\n        \"secondaryScreeningRequired\": false\n    },\n    \"images\": [\n        {\n            \"scannedAt\": \"2025-11-24T10:30:00Z\",\n            \"scanResult\": \"cleared\",\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.png\",\n            \"contentType\": \"image/png\",\n            \"size\": 26214400,\n            \"scannedBy\": \"Operator-001\",\n            \"machineId\": \"XRAY-KHI-03\",\n            \"angle\": \"front\"\n        },\n        {\n            \"scannedAt\": \"2025-11-24T10:32:00Z\",\n            \"scanResult\": \"flagged\",\n            \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\n            \"name\": \"2.png\",\n            \"contentType\": \"image/png\",\n            \"size\": 26214400,\n            \"scannedBy\": \"Operator-001\",\n            \"machineId\": \"XRAY-KHI-03\",\n            \"angle\": \"top\"\n        }\n    ],\n    \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n    \"submittedAt\": \"2025-11-27T13:05:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/security-scans","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E26GHA.38</p>\n</li>\n<li><p>G.E26CUS.39</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Submit Cargo for Security Screening</p>\n<p><strong>Integration Point</strong>: IN_FR-5-GHA-SSR-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA performs X-ray scan and submits results to Customs for risk analysis</p>\n<p><strong>Process Flow</strong>: GHA System (E24GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scanReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>scanType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of scan (e.g., \"X-RAY\")</td>\n</tr>\n<tr>\n<td>scanMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Scan method (e.g., \"PRIMARY_SCREENING\")</td>\n</tr>\n<tr>\n<td>scanResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Scan result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>scanLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Location where the scan was performed</td>\n</tr>\n<tr>\n<td>scanFacility</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include facilityName, facilityCode, certificationNumber, certificationExpiry</td>\n</tr>\n<tr>\n<td>scanFacility.facilityName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the scan facility</td>\n</tr>\n<tr>\n<td>scanFacility.facilityCode</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Facility code (e.g., \"GHA-KHI-002\")</td>\n</tr>\n<tr>\n<td>scanFacility.certificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Certification number for the scan facility</td>\n</tr>\n<tr>\n<td>scanFacility.certificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>scanEquipment</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include equipmentType, manufacturer, model, serialNumber, calibrationDate, nextCalibrationDue</td>\n</tr>\n<tr>\n<td>scanEquipment.equipmentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of equipment (e.g., \"X-RAY_SCANNER\")</td>\n</tr>\n<tr>\n<td>scanEquipment.manufacturer</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Manufacturer of the equipment</td>\n</tr>\n<tr>\n<td>scanEquipment.model</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Model of the equipment</td>\n</tr>\n<tr>\n<td>scanEquipment.serialNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Serial number of the equipment</td>\n</tr>\n<tr>\n<td>scanEquipment.calibrationDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>scanEquipment.nextCalibrationDue</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>scanOperator</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, employeeId, certificationNumber, certificationExpiry</td>\n</tr>\n<tr>\n<td>scanOperator.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the scan operator</td>\n</tr>\n<tr>\n<td>scanOperator.employeeId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Employee ID of the operator</td>\n</tr>\n<tr>\n<td>scanOperator.certificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Certification number of the operator</td>\n</tr>\n<tr>\n<td>scanOperator.certificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>scanDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include scanDateTime, scanDuration, scanDurationUnit, numberOfPasses, imageResolution, penetrationLevel</td>\n</tr>\n<tr>\n<td>scanDetails.scanDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>scanDetails.scanDuration</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Duration of the scan (in seconds)</td>\n</tr>\n<tr>\n<td>scanDetails.scanDurationUnit</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Unit of time for scan duration (e.g., \"seconds\")</td>\n</tr>\n<tr>\n<td>scanDetails.numberOfPasses</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Number of times the scan was performed</td>\n</tr>\n<tr>\n<td>scanDetails.imageResolution</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Image resolution (e.g., \"HIGH\", \"LOW\")</td>\n</tr>\n<tr>\n<td>scanDetails.penetrationLevel</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Penetration level (e.g., \"STANDARD\")</td>\n</tr>\n<tr>\n<td>findings</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include suspiciousItems, anomaliesDetected, description, secondaryScreeningRequired</td>\n</tr>\n<tr>\n<td>findings.suspiciousItems</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether suspicious items were detected (true/false)</td>\n</tr>\n<tr>\n<td>findings.anomaliesDetected</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether anomalies were detected (true/false)</td>\n</tr>\n<tr>\n<td>findings.description</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Description of the scan findings</td>\n</tr>\n<tr>\n<td>findings.secondaryScreeningRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether secondary screening is required (true/false)</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle</td>\n</tr>\n<tr>\n<td>images.scannedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>images.scanResult</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Result of the scan (e.g., \"cleared\", \"flagged\")</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the image</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the image file</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the image (e.g., \"image/png\")</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the image in bytes</td>\n</tr>\n<tr>\n<td>images.scannedBy</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Name or ID of the operator who scanned the image</td>\n</tr>\n<tr>\n<td>images.machineId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Machine ID used for scanning</td>\n</tr>\n<tr>\n<td>images.angle</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Angle at which the image was taken (e.g., \"front\", \"top\")</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the scan details</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","security-scans"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c1bf305-3219-410f-8a0b-c586c9d6e45d"},{"name":"Secondary Screenings (EDD/ETD)","id":"e12b507c-526b-4a9e-8e4d-052c37b8757a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"b3c4148a-4a5b-4a58-88e2-b450f7c570c9"}],"body":{"mode":"raw","raw":"{\n    \"screeningReference\": \"EDD-GHA-KHI-20251127-002\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"176-12345678\"\n    ],\n    \"primaryScanRef\": \"XRAY-GHA-KHI-20251127-001\",\n    \"screeningTrigger\": \"X-RAY_SUSPICIOUS\",\n    \"screeningType\": \"EDD\",\n    \"screeningMethod\": \"EXPLOSIVE_DETECTION_DOG\",\n    \"screeningResult\": \"CLEAR\",\n    \"screeningLocation\": \"GHA Warehouse - KHI Terminal 2\",\n    \"screeningDateTime\": \"2025-11-27T14:00:00Z\",\n    \"eddDetails\": {\n        \"dogName\": \"Bruno\",\n        \"dogBreed\": \"German Shepherd\",\n        \"dogCertificationNumber\": \"EDD-DOG-45678\",\n        \"dogCertificationExpiry\": \"2026-03-31\",\n        \"dogLastTrainingDate\": \"2025-11-15\",\n        \"handlerName\": \"Imran Ahmed\",\n        \"handlerCertificationNumber\": \"EDD-HANDLER-12345\",\n        \"handlerCertificationExpiry\": \"2026-08-31\"\n    },\n    \"screeningProcess\": {\n        \"numberOfPasses\": 3,\n        \"screeningDuration\": 300,\n        \"screeningDurationUnit\": \"SEC\",\n        \"packagesOpened\": false,\n        \"physicalInspectionPerformed\": false\n    },\n    \"findings\": {\n        \"explosivesDetected\": false,\n        \"suspiciousReaction\": false,\n        \"description\": \"EDD Bruno completed 3 passes around cargo. No alert behavior observed. Dog remained calm throughout screening. No indication of explosives or prohibited substances.\",\n        \"furtherActionRequired\": false,\n        \"furtherActionType\": null\n    },\n    \"images\": [\n        {\n            \"scannedAt\": \"2025-11-24T10:30:00Z\",\n            \"scanResult\": \"cleared\",\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.png\",\n            \"contentType\": \"image/png\",\n            \"size\": 26214400,\n            \"scannedBy\": \"Operator-001\",\n            \"machineId\": \"XRAY-KHI-03\",\n            \"angle\": \"front\"\n        },\n        {\n            \"scannedAt\": \"2025-11-24T10:32:00Z\",\n            \"scanResult\": \"flagged\",\n            \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\n            \"name\": \"2.png\",\n            \"contentType\": \"image/png\",\n            \"size\": 26214400,\n            \"scannedBy\": \"Operator-001\",\n            \"machineId\": \"XRAY-KHI-03\",\n            \"angle\": \"top\"\n        }\n    ],\n    \"photosAttached\": true,\n    \"videoRecorded\": true,\n    \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n    \"submittedAt\": \"2025-11-27T14:10:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/secondary-screenings","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: G.E27GHA.40</p>\n<p><strong>Use Case</strong>: Secondary scanning, EDD, ETD</p>\n<p><strong>Integration Point</strong>: IN_FR-5-GHA-SSR-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA to send secondary scan information digitally to ACA, Airline, EPO and customs</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>GHA System (E26GHA) → Airport Community System → Air Cargo Agent System</p>\n</li>\n<li><p>GHA System (E26GHA) → Airport Community System → Airline System</p>\n</li>\n<li><p>GHA System (E26GHA) → Airport Community System → Express Parcel Operator System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>screeningReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>primaryScanRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>screeningTrigger</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\")</td>\n</tr>\n<tr>\n<td>screeningType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of screening (e.g., \"EDD\")</td>\n</tr>\n<tr>\n<td>screeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\")</td>\n</tr>\n<tr>\n<td>screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>screeningLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Location where the screening took place</td>\n</tr>\n<tr>\n<td>screeningDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>eddDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry</td>\n</tr>\n<tr>\n<td>eddDetails.dogName</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Name of the dog used for screening (e.g., \"Bruno\")</td>\n</tr>\n<tr>\n<td>eddDetails.dogBreed</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Breed of the dog (e.g., \"German Shepherd\")</td>\n</tr>\n<tr>\n<td>eddDetails.dogCertificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Dog's certification number (e.g., \"EDD-DOG-45678\")</td>\n</tr>\n<tr>\n<td>eddDetails.dogCertificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>eddDetails.dogLastTrainingDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>eddDetails.handlerName</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Name of the handler (e.g., \"Imran Ahmed\")</td>\n</tr>\n<tr>\n<td>eddDetails.handlerCertificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Handler's certification number (e.g., \"EDD-HANDLER-12345\")</td>\n</tr>\n<tr>\n<td>eddDetails.handlerCertificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>screeningProcess</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed</td>\n</tr>\n<tr>\n<td>screeningProcess.numberOfPasses</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Number of passes performed during screening</td>\n</tr>\n<tr>\n<td>screeningProcess.screeningDuration</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Duration of the screening (in seconds)</td>\n</tr>\n<tr>\n<td>screeningProcess.screeningDurationUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure</td>\n</tr>\n<tr>\n<td>screeningProcess.packagesOpened</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>screeningProcess.physicalInspectionPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>findings</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType</td>\n</tr>\n<tr>\n<td>findings.explosivesDetected</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether explosives were detected (true/false)</td>\n</tr>\n<tr>\n<td>findings.suspiciousReaction</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether suspicious reactions were observed (true/false)</td>\n</tr>\n<tr>\n<td>findings.description</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Description of the scan findings</td>\n</tr>\n<tr>\n<td>findings.furtherActionRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether further action is required (true/false)</td>\n</tr>\n<tr>\n<td>findings.furtherActionType</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Type of further action required (e.g., null, \"secondary screening\")</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle</td>\n</tr>\n<tr>\n<td>images.scannedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>images.scanResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Scan result (e.g., \"cleared\", \"flagged\")</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the image</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the image file</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the image (e.g., \"image/png\")</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the image in bytes</td>\n</tr>\n<tr>\n<td>images.scannedBy</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Name or ID of the operator who scanned the image</td>\n</tr>\n<tr>\n<td>images.machineId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Machine ID used for scanning</td>\n</tr>\n<tr>\n<td>images.angle</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Angle at which the image was taken (e.g., \"front\", \"top\")</td>\n</tr>\n<tr>\n<td>photosAttached</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether photos are attached (true/false)</td>\n</tr>\n<tr>\n<td>videoRecorded</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether video was recorded (true/false)</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the screening details</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","secondary-screenings"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e12b507c-526b-4a9e-8e4d-052c37b8757a"}],"id":"8e903e46-d2fe-4ddd-8e85-ac4a9e6ceb40","_postman_id":"8e903e46-d2fe-4ddd-8e85-ac4a9e6ceb40","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Authorizations","item":[{"name":"Allow Loading Authorization","id":"9be995a5-5571-4672-b320-0fa2c17a8295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"8ad7799c-753d-461d-910c-821283665038"}],"body":{"mode":"raw","raw":"{\n    \"authorizationReference\": \"WBC-ALW-20251128-001\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"176-12345689\",\n        \"176-12345700\"\n    ],\n    \"gdNumber\": \"GD-EXP-2025-123456\",\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"authorizationType\": \"FULL_CLEARANCE\",\n    \"clearanceStatus\": \"APPROVED\",\n    \"customsDecision\": \"ALLOW_LOADING\",\n    \"inspectionRequired\": false,\n    \"inspectionCompleted\": true,\n    \"inspectionResult\": \"CLEAR\",\n    \"additionalConditions\": [],\n    \"restrictions\": [],\n    \"authorizedBy\": {\n        \"officerName\": \"Tariq Mahmood\",\n        \"officerId\": \"WBC-OFF-12345\",\n        \"designation\": \"Deputy Collector\",\n        \"customsStation\": \"KHI-AIRPORT\"\n    },\n    \"authorizedAt\": \"2025-11-27T16:30:00Z\",\n    \"validUntil\": \"2025-11-28T14:00:00Z\",\n    \"remarks\": \"All security and customs checks completed. Cargo cleared for loading.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/allow-loading-authorizations/receipts","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E29CUS.43</p>\n</li>\n<li><p>G.E29GHA.44</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Final Customs Clearance for Loading</p>\n<p><strong>Integration Point</strong>: IN_FR-6-GHA-GDAE-R-01-UC-01</p>\n<p><strong>Description:</strong> Customs gives final \"Allow Loading\" authorization</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Airport Community System → GHA System (E29GHA)</p>\n</li>\n<li><p>Airport Community System → Airline System (E29AL)</p>\n</li>\n<li><p>Airport Community System → Air Cargo Agent System (E29ACA)</p>\n</li>\n<li><p>Airport Community System → Consignor System (E29CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorizationReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., WBC-ALW-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>gdNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., GD-EXP-YYYY-XXXXX)</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>authorizationType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of authorization (e.g., \"FULL_CLEARANCE\")</td>\n</tr>\n<tr>\n<td>clearanceStatus</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status of clearance (e.g., \"APPROVED\")</td>\n</tr>\n<tr>\n<td>customsDecision</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Decision by customs (e.g., \"ALLOW_LOADING\")</td>\n</tr>\n<tr>\n<td>inspectionRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>inspectionCompleted</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>inspectionResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Result of inspection (e.g., \"CLEAR\")</td>\n</tr>\n<tr>\n<td>additionalConditions</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of additional conditions (can be empty)</td>\n</tr>\n<tr>\n<td>restrictions</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of restrictions (can be empty)</td>\n</tr>\n<tr>\n<td>authorizedBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include officerName, officerId, designation, customsStation</td>\n</tr>\n<tr>\n<td>authorizedBy.officerName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the officer who authorized the clearance</td>\n</tr>\n<tr>\n<td>authorizedBy.officerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Officer ID</td>\n</tr>\n<tr>\n<td>authorizedBy.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Officer's designation (e.g., \"Deputy Collector\")</td>\n</tr>\n<tr>\n<td>authorizedBy.customsStation</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Customs station where the clearance was authorized</td>\n</tr>\n<tr>\n<td>authorizedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>1024</td>\n<td>O</td>\n<td>Remarks or additional information (max 1024 characters)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","allow-loading-authorizations","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9be995a5-5571-4672-b320-0fa2c17a8295"}],"id":"ffe10995-3944-4150-ad65-4f06054cca1c","_postman_id":"ffe10995-3944-4150-ad65-4f06054cca1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Invoices & Payments","item":[{"name":"Create GHA Invoice","id":"9df68930-cb9b-4a2f-a4ee-61c7630a5939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"b3725b4b-011d-4712-aca1-51114a1b9339"}],"body":{"mode":"raw","raw":"{\n    \"invoiceNumber\": \"GHA-KHI-INV-20251128-001\",\n    \"invoiceType\": \"CARGO_ACCEPTANCE\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"176-12345689\",\n        \"176-12345700\"\n    ],\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"ghaDetails\": {\n        \"name\": \"Karachi Ground Services\",\n        \"code\": \"KGS-KHI\",\n        \"address\": \"Airport Cargo Terminal, Karachi\",\n        \"taxId\": \"TIN-1234567890\",\n        \"contactName\": \"Rashid Ali\",\n        \"phone\": \"+92-21-1234567\",\n        \"email\": \"billing@kgs.pk\"\n    },\n    \"billedTo\": {\n        \"partyType\": \"ACA\",\n        \"name\": \"Swift Air Cargo\",\n        \"code\": \"SAC-KHI-001\",\n        \"address\": \"Plot 12, Industrial Area, Karachi\",\n        \"taxId\": \"TIN-9876543210\",\n        \"contactName\": \"Imran Sheikh\",\n        \"phone\": \"+92-300-9876543\",\n        \"email\": \"accounts@swiftcargo.pk\"\n    },\n    \"chargeBreakdown\": [\n        {\n            \"chargeCode\": \"ACC\",\n            \"chargeDescription\": \"Cargo Acceptance Fee\",\n            \"basis\": \"PER_KILOGRAM\",\n            \"quantity\": 250.5,\n            \"unitPrice\": 50.00,\n            \"amount\": 12525.00,\n            \"currency\": \"PKR\"\n        },\n        {\n            \"chargeCode\": \"HND\",\n            \"chargeDescription\": \"Handling Fee\",\n            \"basis\": \"PER_SHIPMENT\",\n            \"quantity\": 1,\n            \"unitPrice\": 5000.00,\n            \"amount\": 5000.00,\n            \"currency\": \"PKR\"\n        },\n        {\n            \"chargeCode\": \"SCN\",\n            \"chargeDescription\": \"Security Screening\",\n            \"basis\": \"PER_PIECE\",\n            \"quantity\": 10,\n            \"unitPrice\": 200.00,\n            \"amount\": 2000.00,\n            \"currency\": \"PKR\"\n        },\n        {\n            \"chargeCode\": \"DOC\",\n            \"chargeDescription\": \"Documentation Fee\",\n            \"basis\": \"FLAT_FEE\",\n            \"quantity\": 1,\n            \"unitPrice\": 1500.00,\n            \"amount\": 1500.00,\n            \"currency\": \"PKR\"\n        }\n    ],\n    \"subtotal\": 21025.00,\n    \"taxDetails\": [\n        {\n            \"taxType\": \"GST\",\n            \"taxRate\": 17.0,\n            \"taxableAmount\": 21025.00,\n            \"taxAmount\": 3574.25\n        }\n    ],\n    \"totalTax\": 3574.25,\n    \"totalAmount\": 24599.25,\n    \"currency\": \"PKR\",\n    \"invoiceDate\": \"2025-11-27T17:00:00Z\",\n    \"dueDate\": \"2025-11-28T12:00:00Z\",\n    \"paymentTerms\": \"Due before cargo loading\",\n    \"paymentMethod\": \"PSW_UPS\",\n    \"notes\": \"Payment required before cargo can be loaded onto aircraft. Use PSW UPS gateway for instant payment confirmation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/gha-invoices","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E30GHA.45</p>\n</li>\n<li><p>G.E30ACA.46</p>\n</li>\n<li><p>G.E30CB.47</p>\n</li>\n<li><p>G.E30CGNR.48</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Issue &amp; Distribute Ground Handling Invoice</p>\n<p><strong>Integration Point</strong>: IN_FR-7-GHA-CASC-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA issues invoice for storage/acceptance charges to all liable parties</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>GHA System (E29GHA) → Airport Community System → Air Cargo Agent System (E30ACA)</p>\n</li>\n<li><p>GHA System (E29GHA) → Airport Community System → Consignor System (E30CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invoiceNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., GHA-KHI-INV-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>invoiceType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of the invoice (e.g., \"CARGO_ACCEPTANCE\")</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>ghaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, code, address, taxId, contactName, phone, email</td>\n</tr>\n<tr>\n<td>ghaDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the GHA (e.g., \"Karachi Ground Services\")</td>\n</tr>\n<tr>\n<td>ghaDetails.code</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>GHA code (e.g., \"KGS-KHI\")</td>\n</tr>\n<tr>\n<td>ghaDetails.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the GHA (e.g., \"Airport Cargo Terminal, Karachi\")</td>\n</tr>\n<tr>\n<td>ghaDetails.taxId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>GHA tax ID (e.g., \"TIN-1234567890\")</td>\n</tr>\n<tr>\n<td>ghaDetails.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name for the GHA</td>\n</tr>\n<tr>\n<td>ghaDetails.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>ghaDetails.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>billedTo</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include partyType, name, code, address, taxId, contactName, phone, email</td>\n</tr>\n<tr>\n<td>billedTo.partyType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Party type (e.g., \"ACA\")</td>\n</tr>\n<tr>\n<td>billedTo.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the billed entity (e.g., \"Swift Air Cargo\")</td>\n</tr>\n<tr>\n<td>billedTo.code</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Billed entity code (e.g., \"SAC-KHI-001\")</td>\n</tr>\n<tr>\n<td>billedTo.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the billed entity</td>\n</tr>\n<tr>\n<td>billedTo.taxId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Billed entity tax ID (e.g., \"TIN-9876543210\")</td>\n</tr>\n<tr>\n<td>billedTo.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the billed entity</td>\n</tr>\n<tr>\n<td>billedTo.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>billedTo.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>chargeBreakdown</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of charge breakdown items</td>\n</tr>\n<tr>\n<td>chargeBreakdown.chargeCode</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Charge code (e.g., \"ACC\")</td>\n</tr>\n<tr>\n<td>chargeBreakdown.chargeDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the charge (e.g., \"Cargo Acceptance Fee\")</td>\n</tr>\n<tr>\n<td>chargeBreakdown.basis</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Basis of the charge (e.g., \"PER_KILOGRAM\")</td>\n</tr>\n<tr>\n<td>chargeBreakdown.quantity</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Quantity of items or units (e.g., 250.5)</td>\n</tr>\n<tr>\n<td>chargeBreakdown.unitPrice</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Unit price for the charge (e.g., 50.00)</td>\n</tr>\n<tr>\n<td>chargeBreakdown.amount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Amount for the charge (e.g., 12525.00)</td>\n</tr>\n<tr>\n<td>chargeBreakdown.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total before tax (e.g., 21025.00)</td>\n</tr>\n<tr>\n<td>taxDetails</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of tax details, including taxType, taxRate, taxableAmount, and taxAmount</td>\n</tr>\n<tr>\n<td>taxDetails.taxType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Tax type</td>\n</tr>\n<tr>\n<td>taxDetails.taxRate</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Tax rate</td>\n</tr>\n<tr>\n<td>taxDetails.taxableAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Amount subject to tax</td>\n</tr>\n<tr>\n<td>taxDetails.taxAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total tax amount</td>\n</tr>\n<tr>\n<td>totalTax</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total tax amount</td>\n</tr>\n<tr>\n<td>totalAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total amount after tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>invoiceDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>paymentTerms</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Payment terms (e.g., \"Due before cargo loading\")</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payment method (e.g., \"PSW_UPS\")</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>String</td>\n<td>1024</td>\n<td>O</td>\n<td>Additional notes (max 1024 characters)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","gha-invoices"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9df68930-cb9b-4a2f-a4ee-61c7630a5939"},{"name":"Process GHA Payment","id":"0f0f8152-47a1-47ac-992b-58fdcd4b4f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"6adb4956-43d0-4466-bdff-add16f3f9d54"}],"body":{"mode":"raw","raw":"{\n    \"paymentReference\": \"PAY-GHA-20251128-001\",\n    \"invoiceId\": \"gha-inv-001\",\n    \"invoiceNumber\": \"GHA-KHI-INV-20251128-001\",\n    \"psid\": \"UPS-GHA-CARGO-20251128-001\",\n    \"payerDetails\": {\n        \"partyType\": \"ACA\",\n        \"name\": \"Swift Air Cargo\",\n        \"code\": \"SAC-KHI-001\",\n        \"accountNumber\": \"UPS-ACC-9876543\",\n        \"contactName\": \"Imran Sheikh\",\n        \"phone\": \"+92-300-9876543\",\n        \"email\": \"accounts@swiftcargo.pk\"\n    },\n    \"paymentAmount\": 24599.25,\n    \"currency\": \"PKR\",\n    \"paymentMethod\": \"PSW_UPS\",\n    \"paymentDetails\": {\n        \"upsTransactionId\": \"UPS-TXN-20251128-ABC123\",\n        \"bankName\": \"Allied Bank Limited\",\n        \"accountNumber\": \"1234567890\",\n        \"transactionType\": \"ONLINE_TRANSFER\",\n        \"authorizationCode\": \"AUTH-ABC123\"\n    },\n    \"paymentDate\": \"2025-11-28T08:00:00Z\",\n    \"remarks\": \"Payment for cargo acceptance and handling charges\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/gha-payments","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E31ACA.49</p>\n</li>\n<li><p>G.E31CGNR.50</p>\n</li>\n<li><p>G.E31CB.51</p>\n</li>\n<li><p>G.E31GHA.52</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Process Ground Handling Payments</p>\n<p><strong>Integration Point:</strong> IN_FR-7-GHA-CASC-R-01-UC-03</p>\n<p><strong>Description:</strong> ACA, Consignor or CB makes payment for storage/acceptance charges</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E30ACA) → Airport Community System → GHA System (E31GHA)</p>\n</li>\n<li><p>Consignor System (E30CGNR) → Airport Community System → GHA System (E31GHA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paymentReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., PAY-GHA-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>invoiceId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Invoice ID format</td>\n</tr>\n<tr>\n<td>invoiceNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Invoice number format</td>\n</tr>\n<tr>\n<td>psid</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>payerDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include partyType, name, code, accountNumber, contactName, phone, email</td>\n</tr>\n<tr>\n<td>payerDetails.partyType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Party type (e.g., \"ACA\")</td>\n</tr>\n<tr>\n<td>payerDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the payer</td>\n</tr>\n<tr>\n<td>payerDetails.code</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payer code (e.g., \"SAC-KHI-001\")</td>\n</tr>\n<tr>\n<td>payerDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number</td>\n</tr>\n<tr>\n<td>payerDetails.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the payer</td>\n</tr>\n<tr>\n<td>payerDetails.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>payerDetails.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>paymentAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total payment amount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payment method</td>\n</tr>\n<tr>\n<td>paymentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode</td>\n</tr>\n<tr>\n<td>paymentDetails.upsTransactionId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Transaction ID for UPS payment</td>\n</tr>\n<tr>\n<td>paymentDetails.bankName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the bank</td>\n</tr>\n<tr>\n<td>paymentDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number used for payment</td>\n</tr>\n<tr>\n<td>paymentDetails.transactionType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of transaction</td>\n</tr>\n<tr>\n<td>paymentDetails.authorizationCode</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Authorization code for the transaction</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>1024</td>\n<td>O</td>\n<td>Additional remarks</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","gha-payments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f0f8152-47a1-47ac-992b-58fdcd4b4f44"}],"id":"ee5e1c05-4f87-4afb-bec2-53209bcc55b4","_postman_id":"ee5e1c05-4f87-4afb-bec2-53209bcc55b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Digital Pouch","item":[{"name":"Create Digital Pouch","id":"9b04979c-8b7d-4193-9bc0-79db49f99893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"8ad8a246-ebe5-4644-abc6-1a38e2561220"}],"body":{"mode":"raw","raw":"{\n    \"pouchReference\": \"DPO-KHI-EK606-20251128-001\",\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"airline\": \"Emirates Airlines\",\n    \"airlineCode\": \"EK\",\n    \"mawbNumbers\": [\n        \"176-12345678\",\n        \"176-12345679\"\n    ],\n    \"hawbDetails\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"pieces\": 10,\n            \"weight\": {\n                \"value\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Electronics - Mobile Phones\",\n            \"dimensions\": {\n                \"volume\": 5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234567-8\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234567-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"pieces\": 20,\n            \"weight\": {\n                \"value\": 1000,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Textiles\",\n            \"dimensions\": {\n                \"volume\": 7.5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234667-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        }\n    ],\n    \"ghaDetails\": {\n        \"name\": \"Karachi Ground Services\",\n        \"code\": \"KGS-KHI\",\n        \"contactName\": \"Rashid Ali\",\n        \"phone\": \"+92-21-1234567\",\n        \"email\": \"ops@kgs.pk\"\n    },\n    \"createdBy\": {\n        \"name\": \"Rashid Ali\",\n        \"employeeId\": \"KGS-EMP-001\",\n        \"designation\": \"Operations Manager\"\n    },\n    \"createdAt\": \"2025-11-28T09:00:00Z\",\n    \"recipients\": [\n        {\n            \"type\": \"gha\",\n            \"id\": \"gha-khi-001\"\n        },\n        {\n            \"type\": \"consignor\",\n            \"id\": \"cgnr-abc-001\"\n        },\n        {\n            \"type\": \"airline\",\n            \"id\": \"al-pk-001\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E32GHA.53</p>\n</li>\n<li><p>G.E33AL.54</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Create and Receive Digital Pouch</p>\n<p><strong>Integration Point</strong>: IN_FR-8-GHA-PSD-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA compiles and shares the Digital Pouch (all export docs)</p>\n<p><strong>Process Flow</strong>: GHA System (E31GHA) → Airport Community System → Airline System (E33AL)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pouchReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>airline</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name</td>\n</tr>\n<tr>\n<td>airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>mawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbDetails</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of house air waybill details</td>\n</tr>\n<tr>\n<td>hawbDetails.hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbDetails.pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>hawbDetails.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>hawbDetails.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>hawbDetails.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>hawbDetails.commodity</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity (e.g., \"Electronics - Mobile Phones\")</td>\n</tr>\n<tr>\n<td>hawbDetails.dimensions</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include volume and unit</td>\n</tr>\n<tr>\n<td>hawbDetails.dimensions.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Volume of the shipment</td>\n</tr>\n<tr>\n<td>hawbDetails.dimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, accountNumber, address</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, countryCode</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, accountNumber, address</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, countryCode</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>ghaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, code, contactName, phone, email</td>\n</tr>\n<tr>\n<td>ghaDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the GHA (e.g., \"Karachi Ground Services\")</td>\n</tr>\n<tr>\n<td>ghaDetails.code</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>GHA code (e.g., \"KGS-KHI\")</td>\n</tr>\n<tr>\n<td>ghaDetails.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name for the GHA</td>\n</tr>\n<tr>\n<td>ghaDetails.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>ghaDetails.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, employeeId, designation</td>\n</tr>\n<tr>\n<td>createdBy.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the creator</td>\n</tr>\n<tr>\n<td>createdBy.employeeId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Employee ID of the creator</td>\n</tr>\n<tr>\n<td>createdBy.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the creator</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 recipient object with type and id</td>\n</tr>\n<tr>\n<td>recipients.type</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Type of recipient (e.g., \"gha\", \"consignor\", \"airline\")</td>\n</tr>\n<tr>\n<td>recipients.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique recipient identifier</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","digital-pouches"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b04979c-8b7d-4193-9bc0-79db49f99893"},{"name":"Add Document to Digital Pouch","id":"b6031bd0-748d-4d94-89ba-f418d245c3d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"caeef7da-a5ec-4b6c-8f11-17b9014134da"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n    \"name\": \"1.png\",\n    \"contentType\": \"image/png\",\n    \"size\": 26214400,\n    \"documentType\": \"MAWB\",\n    \"documentNumber\": \"176-12345678\",\n    \"issuer\": \"Emirates Airlines\",\n    \"issueDate\": \"2025-11-27T15:00:00Z\",\n    \"isMandatory\": true,\n    \"remarks\": \"Original MAWB with all shipper/consignee details\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E32GHA.53</p>\n</li>\n<li><p>G.E33AL.54</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Create and Receive Digital Pouch</p>\n<p><strong>Integration Point</strong>: IN_FR-8-GHA-PSD-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA compiles and shares the Digital Pouch (all export docs)</p>\n<p><strong>Document Types</strong>:</p>\n<ul>\n<li><p><code>MAWB</code>: Master Air Waybill (mandatory)</p>\n</li>\n<li><p><code>HAWB</code>: House Air Waybill (mandatory for consolidations)</p>\n</li>\n<li><p><code>GD</code>: Goods Declaration (mandatory)</p>\n</li>\n<li><p><code>COMMERCIAL_INVOICE</code>: Commercial invoice (mandatory)</p>\n</li>\n<li><p><code>PACKING_LIST</code>: Packing list (mandatory)</p>\n</li>\n<li><p><code>CERTIFICATE_OF_ORIGIN</code>: Certificate of origin</p>\n</li>\n<li><p><code>PHYTOSANITARY_CERT</code>: Phytosanitary certificate</p>\n</li>\n<li><p><code>NOC</code>: No Objection Certificate</p>\n</li>\n<li><p><code>E_CSD</code>: Electronic Consignment Security Declaration (mandatory)</p>\n</li>\n<li><p><code>DANGEROUS_GOODS_DECL</code>: Dangerous goods declaration</p>\n</li>\n<li><p><code>GHA_INVOICE</code>: GHA invoice</p>\n</li>\n<li><p><code>PAYMENT_RECEIPT</code>: Payment receipt</p>\n</li>\n<li><p><code>OTHER</code>: Other supporting documents</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: GHA System (E32GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>File name (e.g., \"1.png\")</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type (e.g., \"image/png\")</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes (max 10485760 bytes)</td>\n</tr>\n<tr>\n<td>documentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of document (e.g., \"MAWB\")</td>\n</tr>\n<tr>\n<td>documentNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Document reference number</td>\n</tr>\n<tr>\n<td>documentTitle</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Title of the document (display title)</td>\n</tr>\n<tr>\n<td>documentFile</td>\n<td>String</td>\n<td>n/a</td>\n<td>O</td>\n<td>Base64-encoded PDF file content</td>\n</tr>\n<tr>\n<td>fileSize</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes (max 10485760 bytes)</td>\n</tr>\n<tr>\n<td>fileType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be application/pdf</td>\n</tr>\n<tr>\n<td>issuer</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Organization that issued the document (e.g., \"Emirates Airlines\")</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>isMandatory</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional notes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","digital-pouches",":id","documents"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"b6031bd0-748d-4d94-89ba-f418d245c3d8"}],"id":"7ed45a0d-e751-4350-83e3-f1d40b60ff26","_postman_id":"7ed45a0d-e751-4350-83e3-f1d40b60ff26","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Status Updates","item":[{"name":"RCS Status Updates (JSON)","id":"aa9cd233-16bd-4f45-a3de-dc2a5f6cb6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"8dfae29f-b89a-4aed-86f2-77dfb88f89b4"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363RCS_164fb2c6-f208-41c6-99a2-9d8f22bb0312\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363-RCS\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"3861\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61538363\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"GRU\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"RCS\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"3861\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"GRU\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Departure\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:41:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/rcs-status-updates","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E34GHA.55</p>\n</li>\n<li><p>G.E34AL.56</p>\n</li>\n<li><p>G.E34ACA.57</p>\n</li>\n<li><p>G.E34CGNR.58</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit/Receive RCS Status</p>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA transmits Ready for Carriage status to all relevant stakeholders</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E32GHA) → Airport Community System → Airline System (E34AL)</p>\n</li>\n<li><p>GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)</p>\n</li>\n<li><p>GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","rcs-status-updates"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa9cd233-16bd-4f45-a3de-dc2a5f6cb6d3"},{"name":"RCS Status Updates (IATA XML XFSU)","id":"6d95cfc8-126c-4c59-b4c3-86be085d9209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"077b6699-0377-4690-bc58-5ade5199c2f3"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61538363RCS_164fb2c6-f208-41c6-99a2-9d8f22bb0312</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61538363-RCS</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61538363</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>GRU</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>LHR</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>RCS</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">25</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <SpecifiedLocation>\n                        <ID>GRU</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T10:41:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/rcs-status-updates/xfsu","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E34GHA.55</p>\n</li>\n<li><p>G.E34AL.56</p>\n</li>\n<li><p>G.E34ACA.57</p>\n</li>\n<li><p>G.E34CGNR.58</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit/Receive RCS Status</p>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA transmits Ready for Carriage status to all relevant stakeholders</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E32GHA) → Airport Community System → Airline System (E34AL)</p>\n</li>\n<li><p>GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)</p>\n</li>\n<li><p>GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","rcs-status-updates","xfsu"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d95cfc8-126c-4c59-b4c3-86be085d9209"},{"name":"PRE Status Updates (JSON)","id":"f7ed14ca-fa6c-4bc8-a479-fb872f86353c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"351c3465-476b-49e9-9ada-6ea84048ccd2"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263PRE_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-PRE\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"PRE\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"0.1\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:31:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-08T00:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"CDG\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Departure\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Arrival\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:56:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/pre-status-updates","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E35GHA.59</p>\n</li>\n<li><p>G.E35AL.60</p>\n</li>\n<li><p>G.E35ACA.61</p>\n</li>\n<li><p>G.E35CGNR.62</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit/Receive PRE Status</p>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA transmits Prepared for Loading status to all relevant stakeholders</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>GHA System (E34GHA) → Airport Community System → Airline System (E35AL)</p>\n</li>\n<li><p>GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)</p>\n</li>\n<li><p>GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","pre-status-updates"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7ed14ca-fa6c-4bc8-a479-fb872f86353c"},{"name":"PRE Status Updates (IATA XML XFSU)","id":"28532bf4-07f9-4cdf-8059-d98c49b4e814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"94d5b0e4-f10b-4ee8-b0a8-05dbaee1f6e2"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61893263PRE_64089921-ca53-4cef-aa20-0eb2f3c41745</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61893263-PRE</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61893263</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>BEY</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>AMS</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>PRE</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">0.1</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>AF6940</ID>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2017-11-09T07:31:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>S</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2017-11-08T00:00:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>AF</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>CDG</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedLocation>\n                        <ID>AMS</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Arrival</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T00:56:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/pre-status-updates/xfsu","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E35GHA.59</p>\n</li>\n<li><p>G.E35AL.60</p>\n</li>\n<li><p>G.E35ACA.61</p>\n</li>\n<li><p>G.E35CGNR.62</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit/Receive PRE Status</p>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description:</strong> GHA transmits Prepared for Loading status to all relevant stakeholders</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>GHA System (E34GHA) → Airport Community System → Airline System (E35AL)</p>\n</li>\n<li><p>GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)</p>\n</li>\n<li><p>GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","pre-status-updates","xfsu"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"28532bf4-07f9-4cdf-8059-d98c49b4e814"},{"name":"DEP Status Updates (JSON)","id":"12e55b2d-9112-4f8c-b713-dc723756a8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"df6a4e7d-c78a-4c72-b48e-17a5ac5421d7"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-DEP\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"DEP\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"0.1\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:31:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"E\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-08T00:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"CDG\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Departure\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Arrival\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:56:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/departure-status-updates","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E37GHA.68</p>\n</li>\n<li><p>G.E37AL.69</p>\n</li>\n<li><p>G.E37CUS.70</p>\n</li>\n<li><p>G.E37PAA.71</p>\n</li>\n<li><p>G.E37P.72</p>\n</li>\n<li><p>G.E37ACA.73</p>\n</li>\n<li><p>G.E37CGNR.74</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit/Receive Departure Status</p>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA transmits Departure status to all stakeholders</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E36GHA) → Airport Community System → Airline System (E37AL)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","departure-status-updates"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"12e55b2d-9112-4f8c-b713-dc723756a8eb"},{"name":"DEP Status Updates (IATA XML XFSU)","id":"dba5bd16-7d89-4197-879a-e5683e8a8a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"6e47f0fd-1463-4710-a3f3-c2444f9868e3"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61893263-DEP</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61893263</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>BEY</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>AMS</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>DEP</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">0.1</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>AF6940</ID>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2017-11-09T07:31:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>E</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2017-11-08T00:00:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>AF</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>CDG</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedLocation>\n                        <ID>AMS</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Arrival</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T00:56:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/departure-status-updates/xfsu","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E37GHA.68</p>\n</li>\n<li><p>G.E37AL.69</p>\n</li>\n<li><p>G.E37CUS.70</p>\n</li>\n<li><p>G.E37PAA.71</p>\n</li>\n<li><p>G.E37P.72</p>\n</li>\n<li><p>G.E37ACA.73</p>\n</li>\n<li><p>G.E37CGNR.74</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit/Receive Departure Status</p>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA transmits Departure status to all stakeholders</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E36GHA) → Airport Community System → Airline System (E37AL)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)</p>\n</li>\n<li><p>GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","departure-status-updates","xfsu"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"dba5bd16-7d89-4197-879a-e5683e8a8a94"}],"id":"9f454f01-c5a3-4264-8cda-b744d3b974fe","_postman_id":"9f454f01-c5a3-4264-8cda-b744d3b974fe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight manifest","item":[{"name":"Flight Manifests (JSON)","id":"09ebeb21-489c-4356-a1f5-61ed2b5dc614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"62bc4017-a03a-4ae6-bc3e-154488451c87"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/flight-manifests","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E36GHA.63</p>\n</li>\n<li><p>G.E36CUS.64</p>\n</li>\n<li><p>G.E36AL.65</p>\n</li>\n<li><p>G.E36ANF.66</p>\n</li>\n<li><p>G.E36PAA.67</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Transmit/Receive Flight Manifest</p>\n<p><strong>Integration Point</strong>: IN_FR-1-GHA-SBI-R-01-UC-13</p>\n<p><strong>Description</strong>: GHA transmits the Flight Manifest to all relevant stakeholders</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E35GHA) → Airport Community System → Airline System (E36AL)</p>\n</li>\n<li><p>GHA System (E35GHA) → Airport Community System → Anti-Narcotics Force System (E36ANF)</p>\n</li>\n<li><p>GHA System (E35GHA) → Airport Community System → Pakistan Airport Authority System (E36PAA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","flight-manifests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"09ebeb21-489c-4356-a1f5-61ed2b5dc614"}],"id":"89c29c23-1655-4bc7-80a4-301932d91aec","_postman_id":"89c29c23-1655-4bc7-80a4-301932d91aec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Offload","item":[{"name":"Offload Notifications (JSON)","id":"ce154c55-5926-48f5-b83f-c9621ac0bc87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"3a8cc889-5ee2-4fc1-a3da-92c0ad5066d5"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2015-04-03T08:49:48\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            }\n        ],\n        \"RecipientParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            }\n        ]\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481-BKD\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1481.0\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"125-19160481\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"TYO\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"BKD\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"1481.0\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"BA005\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-07T09:10:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T13:30:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"BA\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"LHR\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"NRT\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    }\n                },\n                \"HandlingOSIInstructions\": {\n                    \"Description\": {\n                        \"Value\": \"PRODUCT-M-ULD\"\n                    },\n                    \"DescriptionCode\": {\n                        \"Value\": \"OSI\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/offload-notifications","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43\">FSU+</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E38GHA.75</p>\n</li>\n<li><p>G.E38CGNR.76</p>\n</li>\n<li><p>G.E38ACA.77</p>\n</li>\n<li><p>G.E38AL.78</p>\n</li>\n<li><p>G.E38CUS.79</p>\n</li>\n<li><p>G.E38PAA.80</p>\n</li>\n<li><p>G.E38P.81</p>\n</li>\n</ul>\n<p><strong>Use Cases:</strong></p>\n<ul>\n<li><p>Manage/Receive Offload Updates</p>\n</li>\n<li><p>Manage Offload &amp; Update Flight Manifest &amp; new booking details</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA manages and notifies all stakeholders about offloaded consignments</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Airline System (E38AL)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","offload-notifications"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce154c55-5926-48f5-b83f-c9621ac0bc87"},{"name":"Offload Notifications (IATA XML XFSU BKD)","id":"54afa626-e239-43b5-bda6-52bd86fe9dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"36e52234-323e-46ac-bbf1-61900d72aed3"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2015-04-03T08:49:48</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QLMBAIB</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QLMBAIB</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">TRGLIVE</PrimaryID>\n        </RecipientParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"T\">TRGLIVE</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>125-19160481-BKD</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">1481.0</GrossWeightMeasure>\n        <PieceQuantity>0</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>0</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>125-19160481</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>LHR</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>TYO</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>BKD</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">1481.0</GrossWeightMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>BA005</ID>\n                    <ScheduledArrivalEvent>\n                        <ScheduledOccurrenceDateTime>2015-04-06T00:00:00</ScheduledOccurrenceDateTime>\n                    </ScheduledArrivalEvent>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2015-04-07T09:10:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>S</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2015-04-06T13:30:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>BA</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>LHR</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>D</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedLocation>\n                        <ID>NRT</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>A</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2015-04-06T00:00:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>S</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n                <HandlingOSIInstructions>\n                    <Description>PRODUCT-M-ULD</Description>\n                    <DescriptionCode>OSI</DescriptionCode>\n                </HandlingOSIInstructions>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/offload-notifications/xfsu","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43\">FSU+</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E38GHA.75</p>\n</li>\n<li><p>G.E38CGNR.76</p>\n</li>\n<li><p>G.E38ACA.77</p>\n</li>\n<li><p>G.E38AL.78</p>\n</li>\n<li><p>G.E38CUS.79</p>\n</li>\n<li><p>G.E38PAA.80</p>\n</li>\n<li><p>G.E38P.81</p>\n</li>\n</ul>\n<p><strong>Use Cases:</strong></p>\n<ul>\n<li><p>Manage/Receive Offload Updates</p>\n</li>\n<li><p>Manage Offload &amp; Update Flight Manifest &amp; new booking details</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA manages and notifies all stakeholders about offloaded consignments</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Airline System (E38AL)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","offload-notifications","xfsu"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"54afa626-e239-43b5-bda6-52bd86fe9dc6"},{"name":"Offload Updated Manifests (JSON FFM)","id":"8ae19b9d-8410-4841-8ffe-8aacf3d9554b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"6f28ba0c-4da0-4b93-9dff-25f6abba0ef3"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/offload-notifications/xffm","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E38GHA.75</p>\n</li>\n<li><p>G.E38CGNR.76</p>\n</li>\n<li><p>G.E38ACA.77</p>\n</li>\n<li><p>G.E38AL.78</p>\n</li>\n<li><p>G.E38CUS.79</p>\n</li>\n<li><p>G.E38PAA.80</p>\n</li>\n<li><p>G.E38P.81</p>\n</li>\n</ul>\n<p><strong>Use Cases:</strong></p>\n<ul>\n<li><p>Manage/Receive Offload Updates</p>\n</li>\n<li><p>Manage Offload &amp; Update Flight Manifest &amp; new booking details</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Airline System (E38AL)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","offload-notifications","xffm"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ae19b9d-8410-4841-8ffe-8aacf3d9554b"},{"name":"Offload Updated Manifests (IATA XML XFFM)","id":"780af700-983a-4b69-bde0-678e5644d692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"f6c5b9f8-e812-4a97-b7eb-40957d2afa7c"}],"body":{"mode":"raw","raw":"<ns0:FlightManifest\n  xmlns:ns0=\"iata:flightmanifest:1\"\n  xmlns:ns2=\"urn:un:unece:uncefact:data:standard:QualifiedDataType:7\"\n  xmlns:ns3=\"urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-6\"\n  xmlns:ns8=\"urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2009-09-01\"\n  xmlns:ns4=\"urn:un:unece:uncefact:codelist:standard:6:0133:40106\"\n  xmlns:ns10=\"urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D09A\"\n  xmlns:ns1=\"urn:un:unece:uncefact:codelist:standard:5:ISO42173A:2009-09-09\"\n  xmlns:ns7=\"urn:un:unece:uncefact:codelist:standard:6:3055:D09A\"\n  xmlns:ns6=\"urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ram=\"iata:datamodel:4\"\n  xmlns:ns9=\"urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14\"\n  xmlns:ns5=\"urn:un:unece:uncefact:codelist:standard:6:Recommendation20:6\"\n>\n    <ns0:MessageHeaderDocument>\n        <ram:ID>LH401_16MAY</ram:ID>\n        <ram:Name>Transport Loading Report</ram:Name>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n      122\n    </ram:TypeCode>\n        <ram:IssueDateTime>2016-06-15T11:22:09</ram:IssueDateTime>\n        <ram:PurposeCode>Creation</ram:PurposeCode>\n        <ram:VersionID>4.00</ram:VersionID>\n        <ram:ConversationID>\n      bbd6ff71-a583-2cee-aa99-8bcb62307afe\n    </ram:ConversationID>\n        <ram:SenderParty>\n            <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n        </ram:SenderParty>\n        <ram:RecipientParty>\n            <ram:PrimaryID schemeID=\"C\">NYCCCXH</ram:PrimaryID>\n        </ram:RecipientParty>\n    </ns0:MessageHeaderDocument>\n    <ns0:BusinessHeaderDocument>\n        <ram:ID>LH401_16MAY</ram:ID>\n    </ns0:BusinessHeaderDocument>\n    <ns0:LogisticsTransportMovement>\n        <ram:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">\n      4\n    </ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:ID>LH401</ram:ID>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TotalPieceQuantity>15</ram:TotalPieceQuantity>\n        <ram:UsedLogisticsTransportMeans>\n            <ram:Name>DAIMC</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:DepartureEvent>\n            <ram:DepartureOccurrenceDateTime>\n        2016-05-16T00:00:00\n      </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n            <ram:OccurrenceDepartureLocation>\n                <ram:ID>JFK</ram:ID>\n                <ram:TypeCode>Airport</ram:TypeCode>\n            </ram:OccurrenceDepartureLocation>\n        </ram:DepartureEvent>\n    </ns0:LogisticsTransportMovement>\n    <ns0:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n            <ram:ID>FRA</ram:ID>\n            <ram:TypeCode>Airport</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n        <ram:AssociatedTransportCargo>\n            <ram:TypeCode>ULD</ram:TypeCode>\n            <ram:UtilizedUnitLoadTransportEquipment>\n                <ram:ID>65455</ram:ID>\n                <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n                <ram:LoadingRemark>W-229 V-4 C-E</ram:LoadingRemark>\n                <ram:OperatingParty>\n                    <ram:PrimaryID>LH</ram:PrimaryID>\n                </ram:OperatingParty>\n            </ram:UtilizedUnitLoadTransportEquipment>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">59</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">0.73</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>6</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n                <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-95947655</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>FRA</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:HandlingOSIInstructions>\n                    <ram:ServiceTypeCode>OSI</ram:ServiceTypeCode>\n                    <ram:ServiceTypeText>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:ServiceTypeText>\n                </ram:HandlingOSIInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>NOEEI30.37A</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262289325I4</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n            </ram:IncludedMasterConsignment>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">31</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">0.14</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n                <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-95947740</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>FRA</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>0516202265</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262289660I9</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n            </ram:IncludedMasterConsignment>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">16</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">0.06</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n                <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-92718603</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>FRA</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>0516209531</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262289722I6</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n            </ram:IncludedMasterConsignment>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">43</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">0.27</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>3</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n                <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-96143725</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>FRA</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>0516196086</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>T</ram:ContentCode>\n                    <ram:Content>DE3443604</ram:Content>\n                    <ram:SubjectCode>CNE</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262289324I5</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n            </ram:IncludedMasterConsignment>\n        </ram:AssociatedTransportCargo>\n        <ram:AssociatedTransportCargo>\n            <ram:TypeCode>ULD</ram:TypeCode>\n            <ram:UtilizedUnitLoadTransportEquipment>\n                <ram:ID>83748</ram:ID>\n                <ram:CharacteristicCode>PMC</ram:CharacteristicCode>\n                <ram:LoadingRemark>W-1806 V-10 C-P</ram:LoadingRemark>\n                <ram:OperatingParty>\n                    <ram:PrimaryID>LH</ram:PrimaryID>\n                </ram:OperatingParty>\n            </ram:UtilizedUnitLoadTransportEquipment>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">1690.8</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">10</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n                <ram:TransportSplitDescription>P</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-96059180</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>FRA</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>OFF</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>NOEEI 30.37A</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262247142I7</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262288873I1</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n            </ram:IncludedMasterConsignment>\n        </ram:AssociatedTransportCargo>\n        <ram:AssociatedTransportCargo>\n            <ram:TypeCode>BLK</ram:TypeCode>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">2</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">0.02</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>EXHIBITION GOOD</ram:SummaryDescription>\n                <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-92560996</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>OTP</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>NOEEI 30.37A</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262293676I8</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n                <ram:TransportLogisticsPackage>\n                    <ram:ItemQuantity>8</ram:ItemQuantity>\n                    <ram:GrossWeightMeasure>140.5</ram:GrossWeightMeasure>\n                    <ram:LinearSpatialDimension>\n                        <ram:WidthMeasure>200</ram:WidthMeasure>\n                        <ram:LengthMeasure>200</ram:LengthMeasure>\n                        <ram:HeightMeasure>200</ram:HeightMeasure>\n                    </ram:LinearSpatialDimension>\n                </ram:TransportLogisticsPackage>\n                <ram:OnCarriageTransportMovement>\n                    <ram:ID>1418</ram:ID>\n                    <ram:CarrierParty>\n                        <ram:PrimaryID>LH</ram:PrimaryID>\n                    </ram:CarrierParty>\n                    <ram:OnCarriageEvent>\n                        <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n                        <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n                    </ram:OnCarriageEvent>\n                    <ram:ArrivalDestinationEvent>\n                        <ram:OccurrenceDestinationLocation>\n                            <ram:ID>OTP</ram:ID>\n                        </ram:OccurrenceDestinationLocation>\n                    </ram:ArrivalDestinationEvent>\n                </ram:OnCarriageTransportMovement>\n            </ram:IncludedMasterConsignment>\n        </ram:AssociatedTransportCargo>\n        <ram:AssociatedTransportCargo>\n            <ram:TypeCode>BLK</ram:TypeCode>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">3</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">0.01</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n                <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-93825804</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>CAN</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>DGR</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>NOEEI30.37A</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>D</ram:ContentCode>\n                    <ram:Content>1266</ram:Content>\n                    <ram:SubjectCode>DNR</ram:SubjectCode>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262289372I0</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n                <ram:OnCarriageTransportMovement>\n                    <ram:ID>8414</ram:ID>\n                    <ram:CarrierParty>\n                        <ram:PrimaryID>LH</ram:PrimaryID>\n                    </ram:CarrierParty>\n                    <ram:OnCarriageEvent>\n                        <ram:DepartureOccurrenceDateTime>\n              2016-05-18T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n                        <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n                    </ram:OnCarriageEvent>\n                    <ram:ArrivalDestinationEvent>\n                        <ram:OccurrenceDestinationLocation>\n                            <ram:ID>CAN</ram:ID>\n                        </ram:OccurrenceDestinationLocation>\n                    </ram:ArrivalDestinationEvent>\n                </ram:OnCarriageTransportMovement>\n            </ram:IncludedMasterConsignment>\n        </ram:AssociatedTransportCargo>\n        <ram:AssociatedTransportCargo>\n            <ram:TypeCode>BLK</ram:TypeCode>\n            <ram:IncludedMasterConsignment>\n                <ram:GrossWeightMeasure unitCode=\"KGM\">5</ram:GrossWeightMeasure>\n                <ram:GrossVolumeMeasure unitCode=\"MC\">0.50</ram:GrossVolumeMeasure>\n                <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n                <ram:SummaryDescription>OTHER PRINTED M</ram:SummaryDescription>\n                <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n                <ram:TransportContractDocument>\n                    <ram:ID>020-28904971</ram:ID>\n                </ram:TransportContractDocument>\n                <ram:OriginLocation>\n                    <ram:ID>JFK</ram:ID>\n                </ram:OriginLocation>\n                <ram:FinalDestinationLocation>\n                    <ram:ID>TXL</ram:ID>\n                </ram:FinalDestinationLocation>\n                <ram:HandlingSPHInstructions>\n                    <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n                </ram:HandlingSPHInstructions>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>NOEEI30.37A</ram:Content>\n                    <ram:SubjectCode>EXP</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:IncludedCustomsNote>\n                    <ram:ContentCode>M</ram:ContentCode>\n                    <ram:Content>16DE330262289377I5</ram:Content>\n                    <ram:SubjectCode>OCI</ram:SubjectCode>\n                    <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n                </ram:IncludedCustomsNote>\n                <ram:AssociatedConsignmentCustomsProcedure>\n                    <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n                </ram:AssociatedConsignmentCustomsProcedure>\n                <ram:OnCarriageTransportMovement>\n                    <ram:ID>0186</ram:ID>\n                    <ram:CarrierParty>\n                        <ram:PrimaryID>LH</ram:PrimaryID>\n                    </ram:CarrierParty>\n                    <ram:OnCarriageEvent>\n                        <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n                        <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n                    </ram:OnCarriageEvent>\n                    <ram:ArrivalDestinationEvent>\n                        <ram:OccurrenceDestinationLocation>\n                            <ram:ID>TXL</ram:ID>\n                        </ram:OccurrenceDestinationLocation>\n                    </ram:ArrivalDestinationEvent>\n                </ram:OnCarriageTransportMovement>\n            </ram:IncludedMasterConsignment>\n        </ram:AssociatedTransportCargo>\n    </ns0:ArrivalEvent>\n</ns0:FlightManifest>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/offload-notifications/ffm","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>G.E38GHA.75</p>\n</li>\n<li><p>G.E38CGNR.76</p>\n</li>\n<li><p>G.E38ACA.77</p>\n</li>\n<li><p>G.E38AL.78</p>\n</li>\n<li><p>G.E38CUS.79</p>\n</li>\n<li><p>G.E38PAA.80</p>\n</li>\n<li><p>G.E38P.81</p>\n</li>\n</ul>\n<p><strong>Use Cases:</strong></p>\n<ul>\n<li><p>Manage/Receive Offload Updates</p>\n</li>\n<li><p>Manage Offload &amp; Update Flight Manifest &amp; new booking details</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-4-GHA-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Airline System (E38AL)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)</p>\n</li>\n<li><p>GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","offload-notifications","ffm"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"780af700-983a-4b69-bde0-678e5644d692"}],"id":"26dee9b7-bc67-4eb2-80a1-933151590754","_postman_id":"26dee9b7-bc67-4eb2-80a1-933151590754","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"SD Cancellation","item":[{"name":"SD Cancellation Request Receipts","id":"ac011232-a1ad-4610-acf7-1bb66a63b4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"babd9af4-9930-488c-806e-52fd18c9eeb2"}],"body":{"mode":"raw","raw":"{\n    \"cancellationReference\": \"SDC-CUS-20251128-001\",\n    \"offloadReference\": \"OFL-GHA-KHI-20251128-001\",\n    \"sdNumber\": \"SD-2025-KHI-12345\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"176-12345689\",\n        \"176-12345700\"\n    ],\n    \"gdNumber\": \"GD-2025-KHI-98765\",\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"cancellationReason\": \"CARGO_OFFLOADED\",\n    \"cancellationDetails\": \"Cargo offloaded due to weight restriction. SD must be cancelled and dray-off process initiated.\",\n    \"consignorRequest\": false,\n    \"drayOffRequired\": true,\n    \"submittedBy\": {\n        \"organization\": \"Pakistan Customs\",\n        \"officerName\": \"Muhammad Ahmed\",\n        \"officerId\": \"CUS-KHI-456\",\n        \"department\": \"Export Clearance\"\n    },\n    \"submittedAt\": \"2025-11-28T15:30:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/sd-cancellation-requests/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: G.E38CUS.79</p>\n<p><strong>Use Case</strong>: Process SD Cancellation &amp; Dray-off from Updated Manifest</p>\n<p><strong>Integration Point:</strong> IN_FR-1-GHA-SBI-R-01-UC-16</p>\n<p><strong>Description</strong>: ACS will allow Customs to initiate SD cancellation and begin the dray-off process based on the updated manifest, subject to the consignor's request.</p>\n<p><strong>Cancellation Reason Codes</strong>:</p>\n<ul>\n<li><p><strong>CARGO_OFFLOADED</strong>: Operational offload (weight, space, late arrival)</p>\n</li>\n<li><p><strong>CUSTOMS_HOLD</strong>: Customs inspection required</p>\n</li>\n<li><p><strong>SECURITY_ISSUE</strong>: Security screening issue identified</p>\n</li>\n<li><p><strong>DOCUMENTATION_ERROR</strong>: Error in SD or GD discovered</p>\n</li>\n<li><p><strong>CONSIGNOR_REQUEST</strong>: Consignor requested cancellation</p>\n</li>\n<li><p><strong>PROHIBITION_DISCOVERED</strong>: Cargo found to be prohibited/restricted</p>\n</li>\n</ul>\n<p><strong>Consignor Request Flag</strong>:</p>\n<ul>\n<li><p><code>false</code>: SD cancellation due to operational offload (airline/GHA decision)</p>\n</li>\n<li><p><code>true</code>: SD cancellation requested by consignor (customer decision)</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: GHA System (E38GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cancellationReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., SDC-CUS-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>offloadReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., OFL-GHA-LOC-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>sdNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>SD reference format (e.g., SD-YYYY-LOC-XXXXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>gdNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>GD reference format (e.g., GD-YYYY-LOC-XXXXX)</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>cancellationReason</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"CARGO_OFFLOADED\", \"CUSTOMS_HOLD\", \"SECURITY_ISSUE\", \"DOCUMENTATION_ERROR\", \"CONSIGNOR_REQUEST\", \"PROHIBITION_DISCOVERED\"]</td>\n</tr>\n<tr>\n<td>cancellationDetails</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>consignorRequest</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>drayOffRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include organization, officerName, officerId, department</td>\n</tr>\n<tr>\n<td>submittedBy.organization</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Submitting organization name</td>\n</tr>\n<tr>\n<td>submittedBy.officerName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Officer full name</td>\n</tr>\n<tr>\n<td>submittedBy.officerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Officer identifier</td>\n</tr>\n<tr>\n<td>submittedBy.department</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Department name</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","sd-cancellation-requests","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac011232-a1ad-4610-acf7-1bb66a63b4a4"}],"id":"23c80f4a-b9b6-4b06-bff7-9313e8029908","_postman_id":"23c80f4a-b9b6-4b06-bff7-9313e8029908","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"5bab3248-450c-4e7c-8e93-732a90916e8e","_postman_id":"5bab3248-450c-4e7c-8e93-732a90916e8e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"80579798-d707-4f0d-9815-234f228429d3","_postman_id":"80579798-d707-4f0d-9815-234f228429d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Flight module","item":[{"name":"PLACI Data Submission","item":[{"name":"Airline & EPO PLACI Submission","item":[{"name":"Submit PLACI Data","id":"c844d11a-16e9-43fd-9a7c-6cdd97bbb334","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d3c08f88-7faa-4296-a31c-17447fa28002","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.388Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"placiSubmissionId\": \"placi-epo-001\",\n    \"flightNumber\": \"PK301\",\n    \"flightDate\": \"2025-11-21\",\n    \"departureAirport\": \"DXB\",\n    \"arrivalAirport\": \"KHI\",\n    \"scheduledDeparture\": \"2025-11-21T10:00:00Z\",\n    \"scheduledArrival\": \"2025-11-21T14:30:00Z\",\n    \"submissionType\": \"airline\",\n    \"senderId\": \"airline-AE459\",\n    \"shipments\": [\n        {\n            \"mawbNumber\": \"214-12345678\",\n            \"hawbNumber\": [\n                \"214-12345689\"\n            ],\n            \"consignorInformation\": {\n                \"name\": \"Karachi Electronics Ltd\",\n                \"cnic\": \"12345-6789012-3\",\n                \"ntn\": \"1234567-8\",\n                \"email\": \"ahmed@electronics.pk\",\n                \"phone\": \"+92-21-1234567\",\n                \"address\": \"Plot 45, Industrial Area, Karachi\",\n                \"city\": \"Karachi\",\n                \"postalCode\": \"75500\",\n                \"country\": \"PK\"\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Importers Ltd.\",\n                \"cnic\": \"12345-6789012-4\",\n                \"ntn\": \"1234568-8\",\n                \"email\": \"basit@xyzimporters.pk\",\n                \"phone\": \"+92-21-1234567\",\n                \"address\": \"456 Commerce Road\",\n                \"city\": \"Karachi\",\n                \"postalCode\": \"75500\",\n                \"country\": \"PK\"\n            },\n            \"numberOfPackages\": 10,\n            \"weight\": {\n                \"value\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"cargoDescription\": \"Electronic Components\",\n            \"dataFilerId\": \"ACA-001234\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>PF.I1AL.1</p>\n</li>\n<li><p>PF.I1EPO.1</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Airline sends PLACI data to Customs</p>\n</li>\n<li><p>Express Parcel Operator sends PLACI data before flight departure (4 hours before)</p>\n</li>\n<li><p>ACS acknowledges receipt of PLACI data</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I1AL.1-1</p>\n</li>\n<li><p>IN-EF.I1AL.1-2</p>\n</li>\n<li><p>IN-EF.I1EPO.1-1</p>\n</li>\n<li><p>IN-EF.I1EPO.1-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Customs to receive PLACI data for risk analysis. ACS will enable Customs to reply to this request via ACS in digital format.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System (I1AL) → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Web Based One Customs → Airport Community System → Express Parcel Operator (I1EPO)</p>\n</li>\n<li><p>Air Cargo Agent System → Airport Community System → Web Based One Customs</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>placiSubmissionId</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Must be an internal PLACI Submission ID</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>departureAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>arrivalAirport</td>\n<td>String</td>\n<td></td>\n<td>M</td>\n<td>IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\")</td>\n</tr>\n<tr>\n<td>scheduledDeparture</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>scheduledArrival</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>submissionType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"airline\", \"epo\"]</td>\n</tr>\n<tr>\n<td>senderId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique sender identifier</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 shipment object</td>\n</tr>\n<tr>\n<td>shipments.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.numberOfPackages</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>shipments.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipments.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>shipments.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipments.cargoDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the cargo</td>\n</tr>\n<tr>\n<td>shipments.dataFilerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Data filer identifier (e.g., \"ACA-001234\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c844d11a-16e9-43fd-9a7c-6cdd97bbb334"}],"id":"5691a596-6d8a-454d-a60a-b5585ed0825d","description":"<p>Endpoints for airlines and EPO to submit PLACI data to Customs</p>\n","_postman_id":"5691a596-6d8a-454d-a60a-b5585ed0825d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Customs PLACI Processing","item":[{"name":"Start Risk Analysis","id":"520ea378-eccf-4008-b0f2-fcf132c47c51","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"284a3d93-11f3-47e0-97b3-28210e666af7","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.388Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"submitted\",\n  \"analysisType\": \"automated\",\n  \"riskProfiles\": [\n    \"high-value\",\n    \"restricted-goods\",\n    \"country-origin\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","description":"<p><strong>Global APIs Refrence:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c\">CSN</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: PF.I1CUS.2</p>\n<p><strong>Use Case</strong>: Starts risk analysis (PLACI)</p>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I1CUS.2-1</p>\n</li>\n<li><p>IN-EF.I1CUS.2-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"]</td>\n</tr>\n<tr>\n<td>analysisType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"automated\", \"manual\"]</td>\n</tr>\n<tr>\n<td>riskProfiles</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of predefined risk profiles (e.g., [\"high-value\", \"restricted-goods\", \"country-origin\"])</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"}]}},"response":[],"_postman_id":"520ea378-eccf-4008-b0f2-fcf132c47c51"},{"name":"Risk Analysis","id":"9dd252c4-04d8-4359-a7ab-8f3ad7a68612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"60fa1955-ec33-41bb-b7e9-f2ad7ceed055","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.388Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"in_progress\",\n    \"analysisType\": \"automated\",\n    \"riskProfiles\": [\n        \"high-value\",\n        \"restricted-goods\",\n        \"country-origin\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","description":"<p><strong>Requirement Reference</strong>: PF.I1CUS.2</p>\n<p><strong>Use Case</strong>: Starts risk analysis (PLACI)</p>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I1CUS.2-1</p>\n</li>\n<li><p>IN-EF.I1CUS.2-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"]</td>\n</tr>\n<tr>\n<td>analysisType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"automated\", \"manual\"]</td>\n</tr>\n<tr>\n<td>riskProfiles</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of predefined risk profiles (e.g., [\"high-value\", \"restricted-goods\", \"country-origin\"])</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"}]}},"response":[],"_postman_id":"9dd252c4-04d8-4359-a7ab-8f3ad7a68612"}],"id":"931308d4-3650-4e80-851b-05631a2e80aa","description":"<p>Endpoints for Customs to receive and process PLACI data</p>\n","_postman_id":"931308d4-3650-4e80-851b-05631a2e80aa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Consignor Digital Trade Lane","item":[{"name":"Submit Consignment Documents (Trade Lane)","id":"a4af5930-e139-4f1f-ac35-8be21b16bb2e","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b5596cf5-86d0-44a1-8091-566ff23480dd","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.388Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"consignor\": {\n        \"name\": \"ABC Trading Co.\",\n        \"address\": \"123 Trade Street\",\n        \"city\": \"Dubai\",\n        \"postalCode\": \"25314\",\n        \"country\": \"AE\",\n        \"phone\": \"+9714-2944100\",\n        \"email\": \"info@abctrading.ea\",\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"12345-1234568-9\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"consignee\": {\n        \"name\": \"XYZ Importers Ltd.\",\n        \"address\": \"456 Commerce Road\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"25314\",\n        \"country\": \"PK\",\n        \"phone\": \"+92-300-1234567\",\n        \"email\": \"info@pkttrading.pk\",\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"12345-1234568-9\",\n        \"accountNumber\": \"ACC12674\"\n    },\n    \"cargoDescription\": \"Electronic Components\",\n    \"packages\": 10,\n    \"weight\": {\n        \"value\": 500,\n        \"unit\": \"KGM\"\n    },\n    \"documents\": [\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.pdf\",\n            \"contentType\": \"application/pdf\",\n            \"size\": 26214400\n        },\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"2.pdf\",\n            \"contentType\": \"application/pdf\",\n            \"size\": 26214400\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/trade-lane/consignments","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: PF.I1CGNR.3</p>\n<p><strong>Use Case</strong>: Consignor initiates digital trade lane submission</p>\n<p>Integration Points:</p>\n<ul>\n<li><p>IN-EF.I1CGNR.3-1</p>\n</li>\n<li><p>IN-EF.I1CGNR.3-2</p>\n</li>\n<li><p>IN-EF.I1CGNR.3-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Consignor to submit consignment documents to ACS via digital trade lane in digital format. This initiates the risk analysis and customs process directly from the origin.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignor</td>\n</tr>\n<tr>\n<td>consignor.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignor</td>\n</tr>\n<tr>\n<td>consignor.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>consignor.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignee</td>\n</tr>\n<tr>\n<td>consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number (e.g., \"ACC12674\")</td>\n</tr>\n<tr>\n<td>cargoDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the cargo</td>\n</tr>\n<tr>\n<td>packages</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Weight value (must be positive)</td>\n</tr>\n<tr>\n<td>weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>documents</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid document object</td>\n</tr>\n<tr>\n<td>documents.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Document ID (UUID format)</td>\n</tr>\n<tr>\n<td>documents.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Document name (e.g., \"1.pdf\")</td>\n</tr>\n<tr>\n<td>documents.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>documents.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","trade-lane","consignments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4af5930-e139-4f1f-ac35-8be21b16bb2e"}],"id":"8454e580-3b90-4ff7-95ce-6f21e65c32bf","description":"<p>Future capability for consignor direct submission</p>\n","_postman_id":"8454e580-3b90-4ff7-95ce-6f21e65c32bf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Postal PLACI","item":[{"name":"Submit Postal CN Data","id":"31dc1ba1-692f-4674-8c75-042b316de256","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4b724edc-a51c-4410-8612-0a966d40d134","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.388Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"flightNumber\": \"PK301\",\n    \"flightDate\": \"2025-11-21\",\n    \"departureAirport\": \"DXB\",\n    \"arrivalAirport\": \"KHI\",\n    \"originPostalAuthority\": \"EMIRATES_POST\",\n    \"mailBags\": [\n        {\n            \"bagId\": \"AEDXB001234\",\n            \"mailClass\": \"EMS\",\n            \"items\": [\n                {\n                    \"itemId\": \"EMS123456789AE\",\n                    \"consignor\": {\n                        \"name\": \"John Sender\",\n                        \"address\": \"Office 10, City Centre Deira\",\n                        \"city\": \"Dubai\",\n                        \"postalCode\": \"57947\",\n                        \"country\": \"AE\",\n                        \"cnic\": \"42101-9876543-2\",\n                        \"ntn\": \"4174941-3\",\n                        \"phone\": \"+9714-2807900\",\n                        \"email\": \"john.doe@dubaiworld.ae\",\n                        \"accountNumber\": \"ACC12635\"\n                    },\n                    \"consignee\": {\n                        \"name\": \"Karachi Electronics Ltd\",\n                        \"address\": \"Plot 45, Industrial Area, Karachi\",\n                        \"city\": \"Karachi\",\n                        \"postalCode\": \"75500\",\n                        \"country\": \"PK\",\n                        \"contactName\": \"Ahmed Khan\",\n                        \"phone\": \"+92-300-1234567\",\n                        \"email\": \"ahmed@electronics.pk\",\n                        \"ntn\": \"1234567-8\",\n                        \"cnic\": \"12345-1234568-9\",\n                        \"accountNumber\": \"ACC12345\"\n                    },\n                    \"weight\": {\n                        \"value\": \"2.5\",\n                        \"unit\": \"KGM\"\n                    },\n                    \"description\": \"Documents\",\n                    \"declaredValue\": 50,\n                    \"currency\": \"USD\",\n                    \"numberOfPackages\": 5,\n                    \"dataFilerId\": \"ACA-001234\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/postal","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ae792c72-641f-4f31-bef2-d8fa627db6d7\">CUSITM</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: PF.I1P.4</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Postal Authority / Consigner sends CN data</p>\n</li>\n<li><p>ACS forwards CN data to Customs</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I1P.4-1</p>\n</li>\n<li><p>IN-EF.I1P.4-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Postal authorities from the country of departure to send Postal shipment data in digital format. ACS will enable customs to perform PLACI analysis for risk assessment.</p>\n<p><strong>Process Flow</strong>: Postal Authority System (I1P) → Airport Community System → Web Based One Customs</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>departureAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>arrivalAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>originPostalAuthority</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Postal authority (e.g., \"EMIRATES_POST\")</td>\n</tr>\n<tr>\n<td>mailBags</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of mail bag objects</td>\n</tr>\n<tr>\n<td>mailBags.bagId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Bag ID format (e.g., \"AEDXB001234\")</td>\n</tr>\n<tr>\n<td>mailBags.mailClass</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Mail class (e.g., \"EMS\")</td>\n</tr>\n<tr>\n<td>mailBags.items</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of item objects</td>\n</tr>\n<tr>\n<td>mailBags.items.itemId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Item ID (e.g., \"EMS123456789AE\")</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the consignor</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignor</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignor (e.g., \"ACC12635\")</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>mailBags.items.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>mailBags.items.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Weight value</td>\n</tr>\n<tr>\n<td>mailBags.items.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>mailBags.items.contentDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the content</td>\n</tr>\n<tr>\n<td>mailBags.items.declaredValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Declared value of items</td>\n</tr>\n<tr>\n<td>mailBags.items.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>mailBags.items.numberOfPackages</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>mailBags.items.dataFilerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Data filer identifier (e.g., \"ACA-001234\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi","postal"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"31dc1ba1-692f-4674-8c75-042b316de256"}],"id":"8abc556d-da77-4138-b176-c8c997e8874e","description":"<p>Endpoints for postal authorities to submit CN (consignment note) data</p>\n","_postman_id":"8abc556d-da77-4138-b176-c8c997e8874e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"8ed4da38-3d7c-4c62-8b99-c7f253f2afe6","description":"<p>API endpoints for Pre-Loading Advance Cargo Information (PLACI) submission to Customs for risk analysis.</p>\n<p>PLACI enables customs to perform risk assessment on cargo BEFORE it is loaded onto aircraft bound for Pakistan. This follows WCO PLACI standards.</p>\n","_postman_id":"8ed4da38-3d7c-4c62-8b99-c7f253f2afe6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Risk Analysis & Response","item":[{"name":"Risk Analysis Results","item":[{"name":"Submit Risk Analysis Result","id":"e6f3690a-f8f6-48d5-967e-ee278ba0d7a4","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"6d8bda7a-108e-4515-9e18-522fe141b4e2","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.390Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"shipmentResults\": [\n        {\n            \"mawbNumber\": \"214-12345678\",\n            \"hawbNumbers\": [\n                \"214-12345689\"\n            ],\n            \"decision\": \"load\",\n            \"riskScore\": 15,\n            \"remarks\": \"Cleared for loading\"\n        },\n        {\n            \"mawbNumber\": \"214-12345700\",\n            \"hawbNumber\": [\n                \"214-12345711\"\n            ],\n            \"decision\": \"additional_information\",\n            \"riskScore\": 65,\n            \"informationRequired\": [\n                \"Detailed cargo description\",\n                \"Certificate of origin\",\n                \"HS code verification\"\n            ],\n            \"responseDeadline\": \"2025-11-21T08:00:00Z\"\n        },\n        {\n            \"mawbNumber\": \"214-12345722\",\n            \"hawbNumber\": [\n                \"214-12345733\"\n            ],\n            \"decision\": \"additional_screening\",\n            \"riskScore\": 80,\n            \"screeningRequired\": [\n                \"x-ray\",\n                \"physical_inspection\"\n            ],\n            \"remarks\": \"High-value electronics - requires screening\"\n        },\n        {\n            \"mawbNumber\": \"214-12345744\",\n            \"hawbNumber\": [\n                \"214-12345755\",\n                \"214-12345766\"\n            ],\n            \"decision\": \"do_not_load\",\n            \"riskScore\": 95,\n            \"reason\": \"Restricted goods detected\",\n            \"remarks\": \"Shipment flagged for prohibited items\"\n        }\n    ],\n    \"analysisCompletedAt\": \"2025-11-21T07:00:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb\">CUSRSP</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>PF.I2CUS.5</p>\n</li>\n<li><p>PF.I2AL.6</p>\n</li>\n<li><p>PF.I2P.7</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Customs communicates risk analysis results</p>\n</li>\n<li><p>ACS delivers risk analysis results to EPO / Airline</p>\n</li>\n<li><p>ACS delivers risk analysis messages to Airline</p>\n</li>\n<li><p>ACS delivers risk analysis &amp; screening results to Postal Authority</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I2CUS.5-1</p>\n</li>\n<li><p>IN-EF.I2CUS.5-2</p>\n</li>\n<li><p>IN-EF.I2AL.6-1</p>\n</li>\n<li><p>IN-EF.I2P.7-1</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Customs to digitally communicate results of risk analysis to Express Parcel Operator and airline digitally. ACS will enable Customs to receive the additional information and results of additional screening digitally.</p>\n<p><strong>Decision Types</strong>:</p>\n<ul>\n<li><p><strong>load</strong>: Cleared for loading</p>\n</li>\n<li><p><strong>additional_information</strong>: Requires more info from consignor</p>\n</li>\n<li><p><strong>additional_screening</strong>: Requires physical/x-ray screening</p>\n</li>\n<li><p><strong>do_not_load</strong>: Prohibited from loading</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Web Based One Customs → Airport Community System → Airline System (I1AL)</p>\n</li>\n<li><p>Web Based One Customs → Airport Community System → Postal Authority System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipmentResults</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of shipment result objects</td>\n</tr>\n<tr>\n<td>shipmentResults.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentResults.hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentResults.decision</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Must be one of [\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"]</td>\n</tr>\n<tr>\n<td>shipmentResults.riskScore</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be an integer value between 0 and 100</td>\n</tr>\n<tr>\n<td>shipmentResults.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks</td>\n</tr>\n<tr>\n<td>shipmentResults.informationRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>C</td>\n<td>Array of information required (only for \"additional_information\" decision)</td>\n</tr>\n<tr>\n<td>shipmentResults.responseDeadline</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>shipmentResults.screeningRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>C</td>\n<td>Array of screening methods required (only for \"additional_screening\")</td>\n</tr>\n<tr>\n<td>shipmentResults.reason</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Reason for decision (only for \"do_not_load\")</td>\n</tr>\n<tr>\n<td>analysisCompletedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","risk-result"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"}]}},"response":[],"_postman_id":"e6f3690a-f8f6-48d5-967e-ee278ba0d7a4"}],"id":"3b6a7cc6-a56b-4b7a-b86e-894adf66c0f4","description":"<p>Endpoints for Customs to communicate risk analysis results</p>\n","_postman_id":"3b6a7cc6-a56b-4b7a-b86e-894adf66c0f4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Risk Response","item":[{"name":"Request Additional Info from Consignor","id":"228ae560-f9e3-45df-aaa3-64d615b729c4","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"8cf48eea-6ef1-4e05-87f4-85daa9464507","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.390Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"requestType\": \"additional_information\",\n    \"informationRequired\": [\n        \"Detailed cargo description\",\n        \"Certificate of origin\"\n    ],\n    \"consignor\": {\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"12345-1234568-9\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"urgency\": \"high\",\n    \"responseDeadline\": \"2025-11-21T08:00:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>PF.I2AL.6</p>\n</li>\n<li><p>PF.I2P.7</p>\n</li>\n<li><p>PF.I2EPO.2</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Airline replies to additional information / screening request</p>\n</li>\n<li><p>Postal Authority replies to additional info / screening or returns mail</p>\n</li>\n<li><p>EPO sends additional information / screening results</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I2AL.6-2</p>\n</li>\n<li><p>IN-EF.I2P.7-2</p>\n</li>\n<li><p>IN-EF.I2EPO.2-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.</p>\n</li>\n<li><p>EPO forwards information request to consignor when Customs requires additional data.</p>\n</li>\n<li><p>ACS enables EPO to digitally reply to Customs requests</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System → Airport Community System → Consignor System</p>\n</li>\n<li><p>Express Parcel Operator System → Airport Community System → Consignor System</p>\n</li>\n<li><p>Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System</p>\n</li>\n</ul>\n<p><strong>Priority:</strong> P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"additional_information\", \"additional_screening\", \"do_not_load\"]</td>\n</tr>\n<tr>\n<td>informationRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of strings (information required, e.g., \"Detailed cargo description\")</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>urgency</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Must be one of [\"high\", \"medium\", \"low\"]</td>\n</tr>\n<tr>\n<td>responseDeadline</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"},{"type":"any","value":"214-12345679","key":"awbNumber"}]}},"response":[],"_postman_id":"228ae560-f9e3-45df-aaa3-64d615b729c4"},{"name":"Submit Screening Results","id":"3751ca03-8152-4ca2-bea1-3257ffdfcffc","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"13856c61-f4c2-4ecc-93d9-1089f79dc933","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.391Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"screeningType\": \"x-ray\",\n    \"screeningResult\": \"cleared\",\n    \"screeningOperator\": \"GHA-SEC-001\",\n    \"screeningTimestamp\": \"2025-11-21T07:30:00Z\",\n    \"findings\": \"No anomalies detected\",\n    \"images\": [\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        },\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c01\",\n            \"name\": \"2.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        }\n    ],\n    \"recommendations\": \"Safe to load\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>PF.I2AL.6</p>\n</li>\n<li><p>PF.I2P.7</p>\n</li>\n<li><p>PF.I2EPO.2</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Airline replies to additional information / screening request</p>\n</li>\n<li><p>Postal Authority replies to additional info / screening or returns mail</p>\n</li>\n<li><p>EPO sends additional information / screening results</p>\n</li>\n<li><p>EPO informs consignor or internal EPO team</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I2AL.6-2</p>\n</li>\n<li><p>IN-EF.I2P.7-2</p>\n</li>\n<li><p>IN-EF.I2EPO.2-2</p>\n</li>\n<li><p>IN-EF.I2EPO.2-3</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>ACS will enable Airline to submit screening results in response to additional screening request.</p>\n</li>\n<li><p>ACS will enable Express Parcel Operator to send results of additional screening.</p>\n</li>\n<li><p>ACS enables EPO to digitally reply to Customs requests</p>\n</li>\n<li><p>ACS triggers response routing from EPO to Consignor or internal EPO workflow</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Postal Authority System → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n<li><p>Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>screeningType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"x-ray\", \"EDD\", \"other screening methods\"]</td>\n</tr>\n<tr>\n<td>screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"cleared\", \"flagged\", \"inconclusive\"]</td>\n</tr>\n<tr>\n<td>screeningOperator</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening operator identifier (e.g., \"GHA-SEC-001\")</td>\n</tr>\n<tr>\n<td>screeningTimestamp</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>findings</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Findings from the screening (e.g., \"No anomalies detected\")</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of image objects (at least one required)</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>36</td>\n<td>M</td>\n<td>Image ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Image name</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Image size in bytes</td>\n</tr>\n<tr>\n<td>recommendations</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Recommendations based on the screening (e.g., \"Safe to load\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"},{"type":"any","value":"214-12345680","key":"awbNumber"}]}},"response":[],"_postman_id":"3751ca03-8152-4ca2-bea1-3257ffdfcffc"},{"name":"Process Return to Sender","id":"2a6f54b6-027c-40eb-950b-8de3b9d2bada","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"373148c9-4f3b-4b63-88cd-9b7d06366e3d","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.391Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>PF.I2P.7</p>\n</li>\n<li><p>PF.I2EPO.2</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Postal Authority replies to additional info / screening or returns mail</p>\n</li>\n<li><p>EPO sends additional information / screening results</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I2P.7-2</p>\n</li>\n<li><p>IN-EF.I2EPO.2-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: Postal authority processes return of mail to sender for items marked 'do not load'.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Postal Authority System → Airport Community System → Consignor System</p>\n</li>\n<li><p>Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs</p>\n</li>\n</ul>\n<p><strong>Action</strong>: POST</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>returnReason</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of: \"do_not_load\", \"additional_information\", etc.</td>\n</tr>\n<tr>\n<td>customsDecision</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\")</td>\n</tr>\n<tr>\n<td>returnToAddress</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address information, free text (e.g., \"Original sender address\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"},{"type":"any","value":"EMS123456789AE","key":"itemId"}]}},"response":[],"_postman_id":"2a6f54b6-027c-40eb-950b-8de3b9d2bada"}],"id":"49a751d2-7d7b-4186-9967-071799e53237","description":"<p>Endpoints for airline and EPO to receive and respond to risk analysis</p>\n","_postman_id":"49a751d2-7d7b-4186-9967-071799e53237","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"EPO GD Processing","item":[{"name":"Submit GD for EPO Items","id":"f7a99fda-81ef-4d68-9db8-311eb9922c3a","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2a9dfbac-83dd-4277-8a12-753baf8a13db","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.391Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"epoId\": \"EPO-001\",\n    \"flightNumber\": \"PK301\",\n    \"flightDate\": \"2025-11-21\",\n    \"items\": [\n        {\n            \"awbNumber\": \"214-12345678\",\n            \"consignee\": {\n                \"name\": \"Karachi Electronics Ltd\",\n                \"address\": \"Plot 45, Industrial Area, Karachi\",\n                \"city\": \"Karachi\",\n                \"postalCode\": \"75500\",\n                \"country\": \"PK\",\n                \"contactName\": \"Ahmed Khan\",\n                \"phone\": \"+92-300-1234567\",\n                \"email\": \"ahmed@electronics.pk\",\n                \"ntn\": \"1234567-8\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\"\n            },\n            \"hsCode\": \"8471.30\",\n            \"description\": \"Laptop Computer\",\n            \"quantity\": 1,\n            \"unitValue\": 800,\n            \"currency\": \"USD\",\n            \"weight\": {\n                \"value\": \"3.5\",\n                \"unit\": \"KGM\"\n            }\n        }\n    ],\n    \"totalItems\": 1,\n    \"totalDeclaredValue\": 800\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/epo/goods-declarations","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>PF.I3CUS.8</p>\n</li>\n<li><p>PF.I3EPO.3</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>ACS delivers GD data from Express Parcel Operator to Customs</p>\n</li>\n<li><p>EPO submits GD (Goods Declaration) for customs clearance</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-EF.I3CUS.8-1</p>\n</li>\n<li><p>IN-EF.I3EPO.3-1</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Customs to digitally receive GD for all items prior to flight departure for customs clearance. ACS will enable Customs to digitally clear all items before flight departure and transmit the clearance data to Express Parcel Operator.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Express Parcel Operator System → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Express Parcel Operator System (I3EPO) → Airport Community System → Web Based One Customs</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>epoId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>EPO reference format</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>items</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of item objects (at least one required)</td>\n</tr>\n<tr>\n<td>items.awbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>items.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>items.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>items.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>items.consignee.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>items.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>items.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>items.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>HS Code (e.g., \"8471.30\")</td>\n</tr>\n<tr>\n<td>items.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the item</td>\n</tr>\n<tr>\n<td>items.quantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Quantity of the item (must be a positive integer)</td>\n</tr>\n<tr>\n<td>items.unitValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Unit value of the item (e.g., 800)</td>\n</tr>\n<tr>\n<td>items.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>items.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>items.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Weight value of the item (must be positive)</td>\n</tr>\n<tr>\n<td>items.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total number of items (must be a positive integer)</td>\n</tr>\n<tr>\n<td>totalDeclaredValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total declared value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","epo","goods-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7a99fda-81ef-4d68-9db8-311eb9922c3a"}],"id":"136a1065-0554-420c-bfb6-b0736999ca09","description":"<p>Endpoints for Express Parcel Operator GD processing</p>\n","_postman_id":"136a1065-0554-420c-bfb6-b0736999ca09","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Consignor Response","item":[{"name":"Submit Additional Information","id":"be220aa9-1df2-4848-b650-109d24ea438d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"72588238-f496-477b-8af4-7b5fe0dfbe98","description":"<p>Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.</p>\n","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC</p>\n","type":"string"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.391Z","description":"<p>Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.</p>\n","type":"string"}],"body":{"mode":"raw","raw":"{\n    \"consignor\": {\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"12345-1234568-9\",\n        \"accountNumber\": \"ACC12345\",\n        \"name\": \"Karachi Electronics Ltd\",\n        \"phone\": \"+92-300-1234567\",\n        \"email\": \"ahmed@electronics.pk\"\n    },\n    \"responseType\": \"additional_information\",\n    \"detailedDescription\": \"Electronic components for industrial machinery - specifically servo motors and controllers for manufacturing equipment\",\n    \"hsCode\": \"8501.52\",\n    \"originCountry\": \"CN\",\n    \"documents\": [\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"certificate_of_origin.pdf\",\n            \"contentType\": \"application/pdf\",\n            \"size\": 26214400\n        },\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"invoice.pdf\",\n            \"contentType\": \"application/pdf\",\n            \"size\": 26214400\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>PF.I3CGNR.9</p>\n</li>\n<li><p>PF.I2EPO.2</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Provide additional information or receive «do not load»</p>\n</li>\n<li><p>EPO sends additional information / screening results</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>PF.I3CGNR.9-1</p>\n</li>\n<li><p>PF.I3CGNR.9-2</p>\n</li>\n<li><p>IN-EF.I2EPO.2-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Postal Authority System (I1P) → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Airline System (1AL) → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Consignor System → Airport Community System → Web Based One Customs</p>\n</li>\n<li><p>Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ntn, cnic, accountNumber, name, phone, email</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>responseType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"additional_information\", \"additional_screening\", \"do_not_load\"]</td>\n</tr>\n<tr>\n<td>detailedDescription</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Detailed description of the goods; free text allowed</td>\n</tr>\n<tr>\n<td>hsCode</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>HS code</td>\n</tr>\n<tr>\n<td>originCountry</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>documents</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of document objects (at least one required)</td>\n</tr>\n<tr>\n<td>documents.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Document ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>documents.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Document name</td>\n</tr>\n<tr>\n<td>documents.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>documents.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"},{"type":"any","value":"214-12345679","key":"awbNumber"}]}},"response":[],"_postman_id":"be220aa9-1df2-4848-b650-109d24ea438d"}],"id":"c9318c2c-f949-46e7-876d-1195c46dd3f8","description":"<p>Endpoints for consignor to provide additional information</p>\n","_postman_id":"c9318c2c-f949-46e7-876d-1195c46dd3f8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"e5723a38-a43a-49b7-9aca-21f69da0e334","description":"<p>API endpoints for PLACI risk analysis results distribution and response handling.</p>\n<p>Covers the communication of risk analysis results (Load, Additional Information, Additional Screening, Do Not Load) to airlines, postal authorities, and consignors.</p>\n","_postman_id":"e5723a38-a43a-49b7-9aca-21f69da0e334","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"bdb414c2-4e74-46f2-a276-811054717f99","_postman_id":"bdb414c2-4e74-46f2-a276-811054717f99","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Comply module","item":[{"name":"Export Operations","item":[{"name":"HAWB/MAWB Transmission","item":[{"name":"HAWB Submission & Distribution","item":[{"name":"Submit MAWB and HAWB","id":"90f793fb-edb8-47d2-9e13-6a608a2025bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4f628338-7a7d-47d7-8539-0eb3712cc60d","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.391Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawb-submissions","description":"<p><strong>Global API reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>CM.E23ACA.1</p>\n</li>\n<li><p>CM.E24AL.2</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>ACA receives final HAWB from Consignor</p>\n</li>\n<li><p>ACA sends final HAWB + MAWB to stakeholders</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-CM.E23ACA.1-1</p>\n</li>\n<li><p>IN-CM.E23ACA.1-2</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>:</p>\n<ul>\n<li><p>ACS enables ACA to digitally receive final HAWB from Consignor and digitally send final HAWB + MAWB to GHA, Airlines, and WeBOC</p>\n</li>\n<li><p>ACS enables ACA to digitally send final HAWB + MAWB to GHA, Airlines, Customs Broker, and WeBOC</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → GHA System (E24GHA)</p>\n</li>\n<li><p>Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Customs Broker (E24CB)</p>\n</li>\n<li><p>Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Airline System (E24AL)</p>\n</li>\n<li><p>Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Web Based One Customs System (E24CUS)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["hawb-submissions"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"90f793fb-edb8-47d2-9e13-6a608a2025bb"}],"id":"118c7394-2a2b-4023-9fcc-b8da18ef67ce","description":"<p>ACA receives final HAWB from Consignor and distributes to stakeholders (GHA, Customs Broker, Airline, WeBOC).</p>\n<p><strong>Use Case</strong>: ACA receives final HAWB from Consignor</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.E23ACA.1-1: Consignor → ACA → ACS (HAWB submission and confirmation)</p>\n</li>\n<li><p>IN-CM.E23ACA.1-2: ACS → GHA/CB/AL/WeBOC (HAWB + MAWB distribution)</p>\n</li>\n</ul>\n","_postman_id":"118c7394-2a2b-4023-9fcc-b8da18ef67ce","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"981b168c-bc02-4970-9ab0-99b74e29f520","_postman_id":"981b168c-bc02-4970-9ab0-99b74e29f520","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"PLACI Submission","item":[{"name":"Submit PLACI Data","id":"a98d236b-9d1c-4fac-92bf-107810db916d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"01613d73-a1a1-40e1-83a5-15693a5bb8fc","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.391Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"placiSubmissionId\": \"placi-epo-001\",\n  \"flightNumber\": \"PK301\",\n  \"flightDate\": \"2025-11-21\",\n  \"departureAirport\": \"DXB\",\n  \"arrivalAirport\": \"KHI\",\n  \"scheduledDeparture\": \"2025-11-21T10:00:00Z\",\n  \"scheduledArrival\": \"2025-11-21T14:30:00Z\",\n  \"submissionType\": \"airline\",\n  \"senderId\": \"airline-AE459\",\n  \"shipments\": [\n    {\n      \"mawbNumber\": \"214-12345678\",\n      \"hawbNumber\": [\"214-12345689\"],\n      \"consignorInformation\": {\n        \"name\": \"Karachi Electronics Ltd\",\n        \"cnic\": \"12345-6789012-3\",\n        \"ntn\": \"1234567-8\",\n        \"email\": \"ahmed@electronics.pk\",\n        \"phone\": \"+92-21-1234567\",\n        \"address\": \"Plot 45, Industrial Area, Karachi\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\"\n      },\n      \"consignee\": {\n        \"name\": \"XYZ Importers Ltd.\",\n        \"cnic\": \"12345-6789012-4\",\n        \"ntn\": \"1234568-8\",\n        \"email\": \"basit@xyzimporters.pk\",\n        \"phone\": \"+92-21-1234567\",\n        \"address\": \"456 Commerce Road\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\"\n      },\n      \"numberOfPackages\": 10,\n      \"weight\": {\n        \"value\": 500,\n        \"unit\": \"KGM\"\n      },\n      \"cargoDescription\": \"Electronic Components\",\n      \"dataFilerId\": \"ACA-001234\"\n    }\n  ]\n}"},"url":"https://api.psw.gov.pk/api/v1/export/placi-submissions","description":"<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>CM.E25AL.3</p>\n</li>\n<li><p>CM.E25DCC.4</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>PLACI data sent to destination country customs</p>\n</li>\n<li><p>PLACI data received/reviewed</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>CM.E25AL.3-1</p>\n</li>\n<li><p>CM.E25AL.3-2</p>\n</li>\n<li><p>CM.E25AL.3-3</p>\n</li>\n<li><p>CM.E25DCC.4-1</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>:</p>\n<ul>\n<li><p>Airlines send PLACI data for advance risk assessment</p>\n</li>\n<li><p>Customs to reply to PLACI request</p>\n</li>\n<li><p>Response from Destination country to the PLACI request.</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System (E25AL) → Airport Community System → Destination Country Customs System (E25DCC)</p>\n</li>\n<li><p>Destination Country Customs System (E25DCC) → Airport Community System → Airline System (E25AL)</p>\n</li>\n<li><p>Destination Country Customs System (E25DCC) → Airport Community System → GHA System (E27GHA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>placiSubmissionId</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Must be an internal PLACI Submission ID</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>departureAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>arrivalAirport</td>\n<td>String</td>\n<td></td>\n<td>M</td>\n<td>IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\")</td>\n</tr>\n<tr>\n<td>scheduledDeparture</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>scheduledArrival</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>submissionType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"airline\", \"epo\"]</td>\n</tr>\n<tr>\n<td>senderId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique sender identifier</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 shipment object</td>\n</tr>\n<tr>\n<td>shipments.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.numberOfPackages</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>shipments.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipments.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>shipments.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipments.cargoDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the cargo</td>\n</tr>\n<tr>\n<td>shipments.dataFilerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Data filer identifier (e.g., \"ACA-001234\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","export","placi-submissions"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"a98d236b-9d1c-4fac-92bf-107810db916d"}],"id":"4cccc670-cc09-494f-9ea9-49d01678bef4","_postman_id":"4cccc670-cc09-494f-9ea9-49d01678bef4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Security & Documents","item":[{"name":"Secondary Scanning & Security","item":[{"name":"Secondary Screenings (EDD/ETD)","id":"a5e0cb56-6b6a-4900-b6f4-93c18053aefe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"23a34c04-da9d-4ff7-af33-da3831f14e9e","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"screeningReference\": \"EDD-GHA-KHI-20251127-002\",\n  \"mawbNumber\": \"176-12345678\",\n  \"hawbNumbers\": [\"176-12345678\"],\n  \"primaryScanRef\": \"XRAY-GHA-KHI-20251127-001\",\n  \"screeningTrigger\": \"X-RAY_SUSPICIOUS\",\n  \"screeningType\": \"EDD\",\n  \"screeningMethod\": \"EXPLOSIVE_DETECTION_DOG\",\n  \"screeningResult\": \"CLEAR\",\n  \"screeningLocation\": \"GHA Warehouse - KHI Terminal 2\",\n  \"screeningDateTime\": \"2025-11-27T14:00:00Z\",\n  \"eddDetails\": {\n    \"dogName\": \"Bruno\",\n    \"dogBreed\": \"German Shepherd\",\n    \"dogCertificationNumber\": \"EDD-DOG-45678\",\n    \"dogCertificationExpiry\": \"2026-03-31\",\n    \"dogLastTrainingDate\": \"2025-11-15\",\n    \"handlerName\": \"Imran Ahmed\",\n    \"handlerCertificationNumber\": \"EDD-HANDLER-12345\",\n    \"handlerCertificationExpiry\": \"2026-08-31\"\n  },\n  \"screeningProcess\": {\n    \"numberOfPasses\": 3,\n    \"screeningDuration\": 300,\n    \"screeningDurationUnit\": \"SEC\",\n    \"packagesOpened\": false,\n    \"physicalInspectionPerformed\": false\n  },\n  \"findings\": {\n    \"explosivesDetected\": false,\n    \"suspiciousReaction\": false,\n    \"description\": \"EDD Bruno completed 3 passes around cargo. No alert behavior observed. Dog remained calm throughout screening. No indication of explosives or prohibited substances.\",\n    \"furtherActionRequired\": false,\n    \"furtherActionType\": null\n  },\n  \"images\": [\n    {\n      \"scannedAt\": \"2025-11-24T10:30:00Z\",\n      \"scanResult\": \"cleared\",\n      \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n      \"name\": \"1.png\",\n      \"contentType\": \"image/png\",\n      \"size\": 26214400,\n      \"scannedBy\": \"Operator-001\",\n      \"machineId\": \"XRAY-KHI-03\",\n      \"angle\": \"front\"\n    },\n    {\n      \"scannedAt\": \"2025-11-24T10:32:00Z\",\n      \"scanResult\": \"flagged\",\n      \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\n      \"name\": \"2.png\",\n      \"contentType\": \"image/png\",\n      \"size\": 26214400,\n      \"scannedBy\": \"Operator-001\",\n      \"machineId\": \"XRAY-KHI-03\",\n      \"angle\": \"top\"\n    }\n  ],\n  \"photosAttached\": true,\n  \"videoRecorded\": true,\n  \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n  \"submittedAt\": \"2025-11-27T14:10:00Z\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/secondary-screenings","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: CM.E27GHA.6</p>\n<p><strong>Use Case</strong>: Secondary scanning, EDD, ETD</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.E27GHA.6-1</p>\n</li>\n<li><p>IN-CM.E27GHA.6-2</p>\n</li>\n</ul>\n<p><strong>Description:</strong> ACS enables GHA to send secondary scan information digitally to Customs</p>\n<p><strong>Process Flow</strong>: GHA System (E27GHA) → Airport Community System → Destination Country Customs System (E25DCC)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>screeningReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>primaryScanRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>screeningTrigger</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\")</td>\n</tr>\n<tr>\n<td>screeningType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of screening (e.g., \"EDD\")</td>\n</tr>\n<tr>\n<td>screeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\")</td>\n</tr>\n<tr>\n<td>screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>screeningLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Location where the screening took place</td>\n</tr>\n<tr>\n<td>screeningDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>eddDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry</td>\n</tr>\n<tr>\n<td>eddDetails.dogName</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Name of the dog used for screening (e.g., \"Bruno\")</td>\n</tr>\n<tr>\n<td>eddDetails.dogBreed</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Breed of the dog (e.g., \"German Shepherd\")</td>\n</tr>\n<tr>\n<td>eddDetails.dogCertificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Dog's certification number (e.g., \"EDD-DOG-45678\")</td>\n</tr>\n<tr>\n<td>eddDetails.dogCertificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>eddDetails.dogLastTrainingDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>eddDetails.handlerName</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Name of the handler (e.g., \"Imran Ahmed\")</td>\n</tr>\n<tr>\n<td>eddDetails.handlerCertificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Handler's certification number (e.g., \"EDD-HANDLER-12345\")</td>\n</tr>\n<tr>\n<td>eddDetails.handlerCertificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>screeningProcess</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed</td>\n</tr>\n<tr>\n<td>screeningProcess.numberOfPasses</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Number of passes performed during screening</td>\n</tr>\n<tr>\n<td>screeningProcess.screeningDuration</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Duration of the screening (in seconds)</td>\n</tr>\n<tr>\n<td>screeningProcess.screeningDurationUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure</td>\n</tr>\n<tr>\n<td>screeningProcess.packagesOpened</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>screeningProcess.physicalInspectionPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>findings</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType</td>\n</tr>\n<tr>\n<td>findings.explosivesDetected</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether explosives were detected (true/false)</td>\n</tr>\n<tr>\n<td>findings.suspiciousReaction</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether suspicious reactions were observed (true/false)</td>\n</tr>\n<tr>\n<td>findings.description</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Description of the scan findings</td>\n</tr>\n<tr>\n<td>findings.furtherActionRequired</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether further action is required (true/false)</td>\n</tr>\n<tr>\n<td>findings.furtherActionType</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Type of further action required (e.g., null, \"secondary screening\")</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle</td>\n</tr>\n<tr>\n<td>images.scannedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>images.scanResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Scan result (e.g., \"cleared\", \"flagged\")</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the image</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the image file</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the image (e.g., \"image/png\")</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the image in bytes</td>\n</tr>\n<tr>\n<td>images.scannedBy</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Name or ID of the operator who scanned the image</td>\n</tr>\n<tr>\n<td>images.machineId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Machine ID used for scanning</td>\n</tr>\n<tr>\n<td>images.angle</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Angle at which the image was taken (e.g., \"front\", \"top\")</td>\n</tr>\n<tr>\n<td>photosAttached</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether photos are attached (true/false)</td>\n</tr>\n<tr>\n<td>videoRecorded</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether video was recorded (true/false)</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the screening details</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","secondary-screenings"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5e0cb56-6b6a-4900-b6f4-93c18053aefe"}],"id":"461f458a-6548-4d43-971d-22f4949c21ae","description":"<p>Secondary scanning operations including EDD (Explosive Detection Dog) and ETD (Explosive Trace Detection). GHA submits security scan information digitally to Customs and Destination Country Customs.</p>\n<p><strong>Requirement</strong>: CM.E27GHA.6\n<strong>Process Flow</strong>: E25DCC → E27GHA → E28GHA\n<strong>Actors</strong>: GHA, Customs (WeBOC), Destination Country Customs</p>\n","_postman_id":"461f458a-6548-4d43-971d-22f4949c21ae","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"E-CSD (Consignment Security Declaration)","item":[{"name":"e-CSD Submissions","id":"42e1c254-dd44-4030-839a-9e922abc9b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a0a712d2-c77a-44f6-af97-33b8eda712ff","description":"<p>Unique identifier for request tracing</p>\n"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ecsdReference\": \"ECSD-GHA-KHI-20251127-001\",\n  \"issuerEntity\": {\n    \"category\": \"RA\",\n    \"identifier\": \"GHA-PK-12345\",\n    \"name\": \"Pakistan Cargo Terminal - GHA\"\n  },\n  \"mawbNumber\": \"176-12345678\",\n  \"hawbNumbers\": [\n    \"SAC-HAWB-001\",\n    \"SAC-HAWB-002\"\n  ],\n  \"origin\": \"KHI\",\n  \"destination\": \"DXB\",\n  \"transits\": [\n    \"JED\"\n  ],\n  \"securityStatus\": {\n    \"status\": \"PASSED\",\n    \"securityStatusReason\": \"\",\n    \"receivedFrom\": \"code1\",\n    \"screeningMethod\": \"code1\",\n    \"groundsForExemption\": \"code1\",\n    \"otherScreeningMethods\": [\n      \"code1\",\n      \"code2\"\n    ]\n  },\n  \"flightNumber\": \"EK-606\",\n  \"flightDate\": \"2025-11-28\",\n  \"recipientEntity\": {\n    \"category\": \"RA\",\n    \"identifier\": \"GHA-PK-67890\",\n    \"name\": \"Pakistan Cargo Terminal - GHA\"\n  },\n  \"commodityContent\": \"Mobile Phone Accessories - Electronic Goods\",\n  \"screeningDetails\": {\n    \"primaryScreeningMethod\": \"X-RAY\",\n    \"primaryScreeningRef\": \"XRAY-GHA-KHI-20251127-001\",\n    \"secondaryScreeningPerformed\": true,\n    \"secondaryScreeningMethod\": \"EDD\",\n    \"secondaryScreeningRef\": \"EDD-GHA-KHI-20251127-002\",\n    \"screeningResult\": \"CLEAR\",\n    \"screeningDateTime\": \"2025-11-27T13:00:00Z\"\n  },\n  \"personIssuingSecurity\": {\n    \"name\": \"Hassan Ali\",\n    \"designation\": \"Security Supervisor\",\n    \"certificationNumber\": \"SEC-SUPER-56789\",\n    \"certificationExpiry\": \"2026-12-31\",\n    \"signature\": \"base64-encoded-signature\"\n  },\n  \"issuedAt\": \"2025-11-27T14:30:00Z\",\n  \"placeOfIssuance\": \"Karachi - Jinnah International Airport\",\n  \"additionalSecurityInformation\": \"This is to certify that the consignment described above has been subjected to security controls that comply with ICAO Annex 17, Pakistan NCASP, and IATA security standards. The cargo has been screened using X-ray and Explosive Detection Dog methods. All screening results are CLEAR. The cargo has been maintained under secure chain of custody with tamper-proof seals applied. This consignment is safe for air transport.\",\n  \"distributionList\": [\n    \"AIRLINE\",\n    \"EPO\",\n    \"CUSTOMS\"\n  ],\n  \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n  \"submittedAt\": \"2025-11-27T14:35:00Z\",\n  \"file\": {\n    \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n    \"name\": \"1.pdf\",\n    \"contentType\": \"application/pdf\",\n    \"size\": 26214400\n  }\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/e-csd-submissions","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca\">e-CSD</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: CM.E28AL.7</p>\n<p><strong>Use Case:</strong> E-CSD received</p>\n<p><strong>Integration Points</strong>: IN-CM.E28AL.7-1</p>\n<p><strong>Description:</strong> ACS enables Airline to receive consignment security declaration (e-CSD) in digital format</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li>GHA System (E28GHA) → Airport Community System → Airline System (E28AL)</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ecsdReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>33 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>transits</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of transit locations (e.g., [\"JED\"])</td>\n</tr>\n<tr>\n<td>securityStatus</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods</td>\n</tr>\n<tr>\n<td>securityStatus.status</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status of the security (e.g., \"PASSED\")</td>\n</tr>\n<tr>\n<td>securityStatus.securityStatusReason</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Reason for security status (if applicable)</td>\n</tr>\n<tr>\n<td>securityStatus.receivedFrom</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Received from entity code (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.screeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening method used (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.groundsForExemption</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Grounds for exemption (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.otherScreeningMethods</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of additional screening methods (e.g., [\"code1\", \"code2\"])</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>recipientEntity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include category, identifier, name</td>\n</tr>\n<tr>\n<td>recipientEntity.category</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Category of the recipient entity (e.g., \"RA\")</td>\n</tr>\n<tr>\n<td>recipientEntity.identifier</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier for the recipient entity</td>\n</tr>\n<tr>\n<td>recipientEntity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the recipient entity</td>\n</tr>\n<tr>\n<td>commodityContent</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>screeningDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Primary screening method (e.g., \"X-RAY\")</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Secondary screening method (e.g., \"EDD\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, designation, certificationNumber, certificationExpiry, signature</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Certification number of the issuer</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.signature</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Base64-encoded signature</td>\n</tr>\n<tr>\n<td>issuedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>placeOfIssuance</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Place where the security declaration was issued</td>\n</tr>\n<tr>\n<td>additionalSecurityInformation</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Additional security information (max 1024 characters)</td>\n</tr>\n<tr>\n<td>distributionList</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of distribution list (e.g., [\"AIRLINE\", \"EPO\", \"CUSTOMS\"])</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the declaration</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include id, name, contentType, size</td>\n</tr>\n<tr>\n<td>file.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the file</td>\n</tr>\n<tr>\n<td>file.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the file</td>\n</tr>\n<tr>\n<td>file.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the file (e.g., \"application/pdf\")</td>\n</tr>\n<tr>\n<td>file.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the file in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","e-csd-submissions"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"42e1c254-dd44-4030-839a-9e922abc9b4f"}],"id":"2b2e8d08-c6b4-4a80-b421-e8090d6acc54","description":"<p>Electronic Consignment Security Declaration (E-CSD) management. GHA submits E-CSD data digitally to Airlines per ICAO Doc 8973/Chapter 13/Appendix 33 and IATA E-CSD standards.</p>\n<p><strong>Requirement</strong>: CM.E28AL.7\n<strong>Process Flow</strong>: E28GHA → E28AL\n<strong>Actors</strong>: GHA, Airline\n<strong>Standards</strong>: ICAO Doc 8973/Chapter 13/Appendix 33, IATA E-CSD</p>\n","_postman_id":"2b2e8d08-c6b4-4a80-b421-e8090d6acc54","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Digital Pouch","item":[{"name":"Create Digital Pouch","id":"5dddf1f4-9f83-4091-811a-07845efbca6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"fd8cd697-bb0c-47d9-964a-f34d6b5ac079","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.392Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pouchReference\": \"DPO-KHI-EK606-20251128-001\",\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"airline\": \"Emirates Airlines\",\n    \"airlineCode\": \"EK\",\n    \"mawbNumbers\": [\n        \"176-12345678\",\n        \"176-12345679\"\n    ],\n    \"hawbDetails\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"pieces\": 10,\n            \"weight\": {\n                \"value\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Electronics - Mobile Phones\",\n            \"dimensions\": {\n                \"volume\": 5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234567-8\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234567-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"pieces\": 20,\n            \"weight\": {\n                \"value\": 1000,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Textiles\",\n            \"dimensions\": {\n                \"volume\": 7.5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234667-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        }\n    ],\n    \"ghaDetails\": {\n        \"name\": \"Karachi Ground Services\",\n        \"code\": \"KGS-KHI\",\n        \"contactName\": \"Rashid Ali\",\n        \"phone\": \"+92-21-1234567\",\n        \"email\": \"ops@kgs.pk\"\n    },\n    \"createdBy\": {\n        \"name\": \"Rashid Ali\",\n        \"employeeId\": \"KGS-EMP-001\",\n        \"designation\": \"Operations Manager\"\n    },\n    \"createdAt\": \"2025-11-28T09:00:00Z\",\n    \"recipients\": [\n        {\n            \"type\": \"gha\",\n            \"id\": \"gha-khi-001\"\n        },\n        {\n            \"type\": \"consignor\",\n            \"id\": \"cgnr-abc-001\"\n        },\n        {\n            \"type\": \"airline\",\n            \"id\": \"al-pk-001\"\n        }\n    ]\n}"},"url":"https://api.psw.gov.pk/api/v1/export/digital-pouches","description":"<p><strong>Requirement References</strong>: CM.E32GHA.8</p>\n<p><strong>Use Case</strong>: Digital Pouch is created and shared with the Airline</p>\n<p><strong>Integration Points</strong>: IN-CM.E32GHA.8-1</p>\n<p><strong>Description:</strong> ACS enables GHA to share digital pouch with Airline</p>\n<p><strong>Process Flow</strong>: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pouchReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>airline</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name</td>\n</tr>\n<tr>\n<td>airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>mawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbDetails</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of house air waybill details</td>\n</tr>\n<tr>\n<td>hawbDetails.hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbDetails.pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>hawbDetails.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>hawbDetails.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>hawbDetails.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>hawbDetails.commodity</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity (e.g., \"Electronics - Mobile Phones\")</td>\n</tr>\n<tr>\n<td>hawbDetails.dimensions</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include volume and unit</td>\n</tr>\n<tr>\n<td>hawbDetails.dimensions.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Volume of the shipment</td>\n</tr>\n<tr>\n<td>hawbDetails.dimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, accountNumber, address</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, countryCode</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignor</td>\n</tr>\n<tr>\n<td>hawbDetails.consignor.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, accountNumber, address</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, countryCode</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignee</td>\n</tr>\n<tr>\n<td>hawbDetails.consignee.address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>ghaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, code, contactName, phone, email</td>\n</tr>\n<tr>\n<td>ghaDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the GHA (e.g., \"Karachi Ground Services\")</td>\n</tr>\n<tr>\n<td>ghaDetails.code</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>GHA code (e.g., \"KGS-KHI\")</td>\n</tr>\n<tr>\n<td>ghaDetails.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name for the GHA</td>\n</tr>\n<tr>\n<td>ghaDetails.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>ghaDetails.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, employeeId, designation</td>\n</tr>\n<tr>\n<td>createdBy.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the creator</td>\n</tr>\n<tr>\n<td>createdBy.employeeId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Employee ID of the creator</td>\n</tr>\n<tr>\n<td>createdBy.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the creator</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 recipient object with type and id</td>\n</tr>\n<tr>\n<td>recipients.type</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Type of recipient (e.g., \"gha\", \"consignor\", \"airline\")</td>\n</tr>\n<tr>\n<td>recipients.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique recipient identifier</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","export","digital-pouches"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dddf1f4-9f83-4091-811a-07845efbca6b"},{"name":"Add Document to Digital Pouch","id":"2395153c-5bba-45cb-8a9f-232d804cca05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c02d8e50-3f22-44ab-92c4-99375dd5f01d","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.392Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n    \"name\": \"1.png\",\n    \"contentType\": \"image/png\",\n    \"size\": 26214400,\n    \"documentType\": \"MAWB\",\n    \"documentNumber\": \"176-12345678\",\n    \"issuer\": \"Emirates Airlines\",\n    \"issueDate\": \"2025-11-27T15:00:00Z\",\n    \"isMandatory\": true,\n    \"remarks\": \"Original MAWB with all shipper/consignee details\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>: CM.E32GHA.8</p>\n<p><strong>Use Case</strong>: Digital Pouch is created and shared with the Airline</p>\n<p><strong>Integration Points</strong>: IN-CM.E32GHA.8-1</p>\n<p><strong>Description:</strong> ACS enables GHA to share digital pouch with Airline</p>\n<p><strong>Document Types</strong>:</p>\n<ul>\n<li><p><code>MAWB</code>: Master Air Waybill (mandatory)</p>\n</li>\n<li><p><code>HAWB</code>: House Air Waybill (mandatory for consolidations)</p>\n</li>\n<li><p><code>GD</code>: Goods Declaration (mandatory)</p>\n</li>\n<li><p><code>COMMERCIAL_INVOICE</code>: Commercial invoice (mandatory)</p>\n</li>\n<li><p><code>PACKING_LIST</code>: Packing list (mandatory)</p>\n</li>\n<li><p><code>CERTIFICATE_OF_ORIGIN</code>: Certificate of origin</p>\n</li>\n<li><p><code>PHYTOSANITARY_CERT</code>: Phytosanitary certificate</p>\n</li>\n<li><p><code>NOC</code>: No Objection Certificate</p>\n</li>\n<li><p><code>E_CSD</code>: Electronic Consignment Security Declaration (mandatory)</p>\n</li>\n<li><p><code>DANGEROUS_GOODS_DECL</code>: Dangerous goods declaration</p>\n</li>\n<li><p><code>GHA_INVOICE</code>: GHA invoice</p>\n</li>\n<li><p><code>PAYMENT_RECEIPT</code>: Payment receipt</p>\n</li>\n<li><p><code>OTHER</code>: Other supporting documents</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>File name (e.g., \"1.png\")</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type (e.g., \"image/png\")</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes (max 10485760 bytes)</td>\n</tr>\n<tr>\n<td>documentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of document (e.g., \"MAWB\")</td>\n</tr>\n<tr>\n<td>documentNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Document reference number</td>\n</tr>\n<tr>\n<td>documentTitle</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Title of the document (display title)</td>\n</tr>\n<tr>\n<td>documentFile</td>\n<td>String</td>\n<td>n/a</td>\n<td>O</td>\n<td>Base64-encoded PDF file content</td>\n</tr>\n<tr>\n<td>fileSize</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes (max 10485760 bytes)</td>\n</tr>\n<tr>\n<td>fileType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be application/pdf</td>\n</tr>\n<tr>\n<td>issuer</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Organization that issued the document (e.g., \"Emirates Airlines\")</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>isMandatory</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional notes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","export","digital-pouches",":pouchId","documents"],"host":["api","psw","gov","pk"],"query":[],"variable":[{"type":"any","value":"pouch-123xyz456","key":"pouchId"}]}},"response":[],"_postman_id":"2395153c-5bba-45cb-8a9f-232d804cca05"}],"id":"8ccf66c6-6771-4208-9700-f563551a1f92","description":"<p>Digital Pouch management for consolidating and sharing shipment documents with Airlines. Replaces physical paper pouch with digital document package.</p>\n<p><strong>Requirement</strong>: CM.E32GHA.8\n<strong>Process Flow</strong>: E31GHA → E32GHA → E33AL\n<strong>Actors</strong>: GHA, Airline</p>\n<p><strong>Digital Pouch Contents</strong>:</p>\n<ul>\n<li>Master Air Waybill (MAWB)</li>\n<li>House Air Waybills (HAWB)</li>\n<li>Goods Declaration (GD)</li>\n<li>Packing lists</li>\n<li>Commercial invoices</li>\n<li>Export certificates</li>\n<li>No Objection Certificates (NOC)</li>\n<li>Other supporting documents</li>\n</ul>\n","_postman_id":"8ccf66c6-6771-4208-9700-f563551a1f92","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"625546a5-0905-4c20-8206-f9a61c1c51c2","_postman_id":"625546a5-0905-4c20-8206-f9a61c1c51c2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"64d50f2f-f7e0-42b2-8e96-e9a299916cbb","_postman_id":"64d50f2f-f7e0-42b2-8e96-e9a299916cbb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Import Operations","item":[{"name":"Import - PLACI Submissions","item":[{"name":"Airline Import PLACI","item":[{"name":"Submit PLACI Data","id":"f04ba627-87c8-4f0f-bfd4-6a31740e91f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"42588018-4b14-4808-8aa2-94e86d326e0a","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.392Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"placiSubmissionId\": \"placi-epo-001\",\n  \"flightNumber\": \"PK301\",\n  \"flightDate\": \"2025-11-21\",\n  \"departureAirport\": \"DXB\",\n  \"arrivalAirport\": \"KHI\",\n  \"scheduledDeparture\": \"2025-11-21T10:00:00Z\",\n  \"scheduledArrival\": \"2025-11-21T14:30:00Z\",\n  \"submissionType\": \"airline\",\n  \"senderId\": \"airline-AE459\",\n  \"shipments\": [\n    {\n      \"mawbNumber\": \"214-12345678\",\n      \"hawbNumber\": [\"214-12345689\"],\n      \"consignorInformation\": {\n        \"name\": \"Karachi Electronics Ltd\",\n        \"cnic\": \"12345-6789012-3\",\n        \"ntn\": \"1234567-8\",\n        \"email\": \"ahmed@electronics.pk\",\n        \"phone\": \"+92-21-1234567\",\n        \"address\": \"Plot 45, Industrial Area, Karachi\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\"\n      },\n      \"consignee\": {\n        \"name\": \"XYZ Importers Ltd.\",\n        \"cnic\": \"12345-6789012-4\",\n        \"ntn\": \"1234568-8\",\n        \"email\": \"basit@xyzimporters.pk\",\n        \"phone\": \"+92-21-1234567\",\n        \"address\": \"456 Commerce Road\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\"\n      },\n      \"numberOfPackages\": 10,\n      \"weight\": {\n        \"value\": 500,\n        \"unit\": \"KGM\"\n      },\n      \"cargoDescription\": \"Electronic Components\",\n      \"dataFilerId\": \"ACA-001234\"\n    }\n  ]\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/placi-submissions","description":"<p><strong>Requirement Reference</strong>: CM.I1AL.1</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Airline sends PLACI data to Customs for risk analysis</p>\n</li>\n<li><p>Customs replies digitally to Airline with risk assessment</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.I1AL.1-1</p>\n</li>\n<li><p>IN-CM.I1AL.1-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>ACS enables Customs to receive PLACI data digitally</p>\n</li>\n<li><p>ACS enables Airline to receive PLACI result digitally</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System (I1AL) → Airport Community System → Web Based One Customs System (I1CUS)</p>\n</li>\n<li><p>Web Based One Customs System (I1CUS) → Airport Community System → Airline System (I1AL)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>placiSubmissionId</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Must be an internal PLACI Submission ID</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>departureAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>arrivalAirport</td>\n<td>String</td>\n<td></td>\n<td>M</td>\n<td>IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\")</td>\n</tr>\n<tr>\n<td>scheduledDeparture</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>scheduledArrival</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>submissionType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"airline\", \"epo\"]</td>\n</tr>\n<tr>\n<td>senderId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique sender identifier</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 shipment object</td>\n</tr>\n<tr>\n<td>shipments.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.numberOfPackages</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>shipments.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipments.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>shipments.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipments.cargoDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the cargo</td>\n</tr>\n<tr>\n<td>shipments.dataFilerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Data filer identifier (e.g., \"ACA-001234\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","placi-submissions"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f04ba627-87c8-4f0f-bfd4-6a31740e91f5"}],"id":"5304a503-0b78-4afd-8c6f-12d30a61cf38","description":"<p>Endpoints for airlines to submit import PLACI data to WeBOC for risk analysis (CM.I1AL.1)</p>\n","_postman_id":"5304a503-0b78-4afd-8c6f-12d30a61cf38","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Postal Import PLACI (CN Data)","item":[{"name":"Submit Postal CN Data","id":"6a28da96-70e6-460d-b1f0-287f4a741faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"6faef9c0-1e7d-41cb-81c5-f3586f6cc54d","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.392Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flightNumber\": \"PK301\",\n    \"flightDate\": \"2025-11-21\",\n    \"departureAirport\": \"DXB\",\n    \"arrivalAirport\": \"KHI\",\n    \"originPostalAuthority\": \"EMIRATES_POST\",\n    \"mailBags\": [\n        {\n            \"bagId\": \"AEDXB001234\",\n            \"mailClass\": \"EMS\",\n            \"items\": [\n                {\n                    \"itemId\": \"EMS123456789AE\",\n                    \"consignor\": {\n                        \"name\": \"John Sender\",\n                        \"address\": \"Office 10, City Centre Deira\",\n                        \"city\": \"Dubai\",\n                        \"postalCode\": \"57947\",\n                        \"country\": \"AE\",\n                        \"cnic\": \"42101-9876543-2\",\n                        \"ntn\": \"4174941-3\",\n                        \"phone\": \"+9714-2807900\",\n                        \"email\": \"john.doe@dubaiworld.ae\",\n                        \"accountNumber\": \"ACC12635\"\n                    },\n                    \"consignee\": {\n                        \"name\": \"Karachi Electronics Ltd\",\n                        \"address\": \"Plot 45, Industrial Area, Karachi\",\n                        \"city\": \"Karachi\",\n                        \"postalCode\": \"75500\",\n                        \"country\": \"PK\",\n                        \"contactName\": \"Ahmed Khan\",\n                        \"phone\": \"+92-300-1234567\",\n                        \"email\": \"ahmed@electronics.pk\",\n                        \"ntn\": \"1234567-8\",\n                        \"cnic\": \"12345-1234568-9\",\n                        \"accountNumber\": \"ACC12345\"\n                    },\n                    \"weight\": {\n                        \"value\": \"2.5\",\n                        \"unit\": \"KGM\"\n                    },\n                    \"contentDescription\": \"Documents\",\n                    \"declaredValue\": 50,\n                    \"currency\": \"USD\",\n                    \"numberOfPackages\": 5,\n                    \"dataFilerId\": \"ACA-001234\"\n                }\n            ]\n        }\n    ]\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/postal-placi-submissions","description":"<p><strong>Requirement Reference</strong>: CM.I1P.2</p>\n<p><strong>Use Case</strong>:</p>\n<ul>\n<li><p>Postal authority sends CN data before flight departure for PLACI risk assessment</p>\n</li>\n<li><p>Customs responds digitally to Postal authority after PLACI analysis</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.I1P.2-1</p>\n</li>\n<li><p>IN-CM.I1P.2-2</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS enables Customs to receive postal shipment data digitally, ACS enables Postal authority to receive PLACI result (Acknowledgment Only)</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Postal Authority System (I1P) → Airport Community System → Web Based One Customs System (I1CUS)</p>\n</li>\n<li><p>Web Based One Customs System (I1CUS) → Airport Community System → Postal Authority System (I1P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>departureAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>arrivalAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>originPostalAuthority</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Postal authority (e.g., \"EMIRATES_POST\")</td>\n</tr>\n<tr>\n<td>mailBags</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of mail bag objects</td>\n</tr>\n<tr>\n<td>mailBags.bagId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Bag ID format (e.g., \"AEDXB001234\")</td>\n</tr>\n<tr>\n<td>mailBags.mailClass</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Mail class (e.g., \"EMS\")</td>\n</tr>\n<tr>\n<td>mailBags.items</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of item objects</td>\n</tr>\n<tr>\n<td>mailBags.items.itemId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Item ID (e.g., \"EMS123456789AE\")</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the consignor</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignor</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignor (e.g., \"ACC12635\")</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the consignee</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>mailBags.items.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>mailBags.items.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>mailBags.items.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Weight value</td>\n</tr>\n<tr>\n<td>mailBags.items.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>mailBags.items.contentDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the content</td>\n</tr>\n<tr>\n<td>mailBags.items.declaredValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Declared value of items</td>\n</tr>\n<tr>\n<td>mailBags.items.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>mailBags.items.numberOfPackages</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>mailBags.items.dataFilerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Data filer identifier (e.g., \"ACA-001234\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","postal-placi-submissions"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a28da96-70e6-460d-b1f0-287f4a741faf"}],"id":"0c064c7b-f9ba-4b5b-ac10-d776d5390188","description":"<p>Endpoints for postal authorities to submit CN (Consignment Note) data to WeBOC for PLACI risk analysis (CM.I1P.2)</p>\n","_postman_id":"0c064c7b-f9ba-4b5b-ac10-d776d5390188","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"87ed687f-538a-4151-8b4e-37ab4f637207","_postman_id":"87ed687f-538a-4151-8b4e-37ab4f637207","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Import - PLACI Risk Analysis","item":[{"name":"Risk Analysis Results","item":[{"name":"Submit Risk Analysis Result","id":"5e26ae27-d04c-42cf-aea3-eeb6966c287f","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1a5e37df-fa56-45d3-add2-adef10115f7e","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"shipmentResults\": [\n    {\n      \"mawbNumber\": \"214-12345678\",\n      \"hawbNumbers\": [\"214-12345689\"],\n      \"decision\": \"load\",\n      \"riskScore\": 15,\n      \"remarks\": \"Cleared for loading\"\n    },\n    {\n      \"mawbNumber\": \"214-12345700\",\n      \"hawbNumber\": [\"214-12345711\"],\n      \"decision\": \"additional_information\",\n      \"riskScore\": 65,\n      \"informationRequired\": [\n        \"Detailed cargo description\",\n        \"Certificate of origin\",\n        \"HS code verification\"\n      ],\n      \"responseDeadline\": \"2025-11-21T08:00:00Z\"\n    },\n    {\n      \"mawbNumber\": \"214-12345722\",\n      \"hawbNumber\": [\"214-12345733\"],\n      \"decision\": \"additional_screening\",\n      \"riskScore\": 80,\n      \"screeningRequired\": [\"x-ray\", \"physical_inspection\"],\n      \"remarks\": \"High-value electronics - requires screening\"\n    },\n    {\n      \"mawbNumber\": \"214-12345744\",\n      \"hawbNumber\": [\"214-12345755\", \"214-12345766\"],\n      \"decision\": \"do_not_load\",\n      \"riskScore\": 95,\n      \"reason\": \"Restricted goods detected\",\n      \"remarks\": \"Shipment flagged for prohibited items\"\n    }\n  ],\n  \"analysisCompletedAt\": \"2025-11-21T07:00:00Z\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>CM.I2CUS.4</p>\n</li>\n<li><p>CM.I2AL.5</p>\n</li>\n<li><p>CM.I2P.6</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Communicate risk analysis result to Postal Authority</p>\n</li>\n<li><p>Communicate risk analysis result to Airline</p>\n</li>\n<li><p>Airline receives PLACI risk analysis messages digitally from Customs</p>\n</li>\n<li><p>Airline communicates additional information or do not load status to Consignor</p>\n</li>\n<li><p>Postal Authority receives PLACI risk analysis messages digitally from Customs</p>\n</li>\n<li><p>Postal Authority transmits additional information or do not load status to Consignor</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.I2CUS.4-1</p>\n</li>\n<li><p>IN-CM.I2CUS.4-2</p>\n</li>\n<li><p>IN-CM.I2AL.5-1</p>\n</li>\n<li><p>IN-CM.I2AL.5-2</p>\n</li>\n<li><p>IN-CM.I2P.6-1</p>\n</li>\n<li><p>IN-CM.I2P.6-2</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>:</p>\n<ul>\n<li><p>ACS enables Customs to digitally send risk analysis results per consignment</p>\n</li>\n<li><p>ACS enables Airline to receive risk analysis and respond digitally</p>\n</li>\n<li><p>ACS enables Customs to digitally send risk analysis results per consignment</p>\n</li>\n<li><p>ACS enables Airline to transmit additional info or do not load status digitally to Consignor</p>\n</li>\n<li><p>ACS enables Postal Authority to receive risk analysis results digitally</p>\n</li>\n<li><p>ACS enables Postal Authority to communicate status digitally to Consignor</p>\n</li>\n</ul>\n<p><strong>Decision Types</strong>:</p>\n<ul>\n<li><p><strong>load</strong>: Cleared for loading</p>\n</li>\n<li><p><strong>additional_information</strong>: Requires more info from consignor</p>\n</li>\n<li><p><strong>additional_screening</strong>: Requires physical/x-ray screening</p>\n</li>\n<li><p><strong>do_not_load</strong>: Prohibited from loading</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)</p>\n</li>\n<li><p>Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)</p>\n</li>\n<li><p>Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n<li><p>Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipmentResults</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of shipment result objects</td>\n</tr>\n<tr>\n<td>shipmentResults.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentResults.hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentResults.decision</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Must be one of [\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"]</td>\n</tr>\n<tr>\n<td>shipmentResults.riskScore</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be an integer value between 0 and 100</td>\n</tr>\n<tr>\n<td>shipmentResults.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks</td>\n</tr>\n<tr>\n<td>shipmentResults.informationRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>C</td>\n<td>Array of information required (only for \"additional_information\" decision)</td>\n</tr>\n<tr>\n<td>shipmentResults.responseDeadline</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>shipmentResults.screeningRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>C</td>\n<td>Array of screening methods required (only for \"additional_screening\")</td>\n</tr>\n<tr>\n<td>shipmentResults.reason</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Reason for decision (only for \"do_not_load\")</td>\n</tr>\n<tr>\n<td>analysisCompletedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","risk-result"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"}]}},"response":[],"_postman_id":"5e26ae27-d04c-42cf-aea3-eeb6966c287f"}],"id":"9e83a27e-90a4-43fe-b2a4-65c3bdb6fc63","description":"<p>Customs communicates PLACI risk analysis results to Airlines and Postal Authorities. Four decision types: Load, Additional Information, Additional Screening, Do Not Load.</p>\n","_postman_id":"9e83a27e-90a4-43fe-b2a4-65c3bdb6fc63","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Risk Response","item":[{"name":"Request Additional Info from Consignor","id":"e9acb58e-08c2-435f-b8d2-738d7332c9b1","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f1b35b08-c299-423c-b4e0-c5afdcc46bba","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requestType\": \"additional_information\",\n    \"informationRequired\": [\n        \"Detailed cargo description\",\n        \"Certificate of origin\"\n    ],\n    \"consignor\": {\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"12345-1234568-9\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"urgency\": \"high\",\n    \"responseDeadline\": \"2025-11-21T08:00:00Z\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>CM.I2AL.5</p>\n</li>\n<li><p>CM.I2P.6</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Airline communicates additional information or do not load status to Consignor</p>\n</li>\n<li><p>Postal Authority receives PLACI risk analysis messages digitally from Customs</p>\n</li>\n<li><p>Postal Authority transmits additional information or do not load status to Consignor</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.I2AL.5-2</p>\n</li>\n<li><p>IN-CM.I2P.6-1</p>\n</li>\n<li><p>IN-CM.I2P.6-2</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>:</p>\n<ul>\n<li><p>ACS enables Airline to transmit additional info or do not load status digitally to Consignor</p>\n</li>\n<li><p>ACS enables Postal Authority to receive risk analysis results digitally</p>\n</li>\n<li><p>ACS enables Postal Authority to communicate status digitally to Consignor</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)</p>\n</li>\n<li><p>Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)</p>\n</li>\n<li><p>Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n<li><p>Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority:</strong> P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"additional_information\", \"additional_screening\", \"do_not_load\"]</td>\n</tr>\n<tr>\n<td>informationRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of strings (information required, e.g., \"Detailed cargo description\")</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>urgency</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Must be one of [\"high\", \"medium\", \"low\"]</td>\n</tr>\n<tr>\n<td>responseDeadline</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"},{"type":"any","value":"214-12345679","key":"awbNumber"}]}},"response":[],"_postman_id":"e9acb58e-08c2-435f-b8d2-738d7332c9b1"},{"name":"Submit Screening Results","id":"57e7485f-03a3-46f3-84ec-b5418625d242","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7f74fafe-13c2-4bdb-83e4-4fa1eb366723","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"screeningType\": \"x-ray\",\n    \"screeningResult\": \"cleared\",\n    \"screeningOperator\": \"GHA-SEC-001\",\n    \"screeningTimestamp\": \"2025-11-21T07:30:00Z\",\n    \"findings\": \"No anomalies detected\",\n    \"images\": [\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        },\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c01\",\n            \"name\": \"2.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        }\n    ],\n    \"recommendations\": \"Safe to load\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>CM.I2AL.5</p>\n</li>\n<li><p>CM.I2P.6</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Airline communicates additional information or do not load status to Consignor</p>\n</li>\n<li><p>Postal Authority receives PLACI risk analysis messages digitally from Customs</p>\n</li>\n<li><p>Postal Authority transmits additional information or do not load status to Consignor</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.I2AL.5-2</p>\n</li>\n<li><p>IN-CM.I2P.6-1</p>\n</li>\n<li><p>IN-CM.I2P.6-2</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>:</p>\n<ul>\n<li><p>ACS enables Airline to transmit additional info or do not load status digitally to Consignor</p>\n</li>\n<li><p>ACS enables Postal Authority to receive risk analysis results digitally</p>\n</li>\n<li><p>ACS enables Postal Authority to communicate status digitally to Consignor</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)</p>\n</li>\n<li><p>Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)</p>\n</li>\n<li><p>Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n<li><p>Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>screeningType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"x-ray\", \"EDD\", \"other screening methods\"]</td>\n</tr>\n<tr>\n<td>screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"cleared\", \"flagged\", \"inconclusive\"]</td>\n</tr>\n<tr>\n<td>screeningOperator</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening operator identifier (e.g., \"GHA-SEC-001\")</td>\n</tr>\n<tr>\n<td>screeningTimestamp</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>findings</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Findings from the screening (e.g., \"No anomalies detected\")</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of image objects (at least one required)</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>36</td>\n<td>M</td>\n<td>Image ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Image name</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Image size in bytes</td>\n</tr>\n<tr>\n<td>recommendations</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Recommendations based on the screening (e.g., \"Safe to load\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"},{"type":"any","value":"214-12345680","key":"awbNumber"}]}},"response":[],"_postman_id":"57e7485f-03a3-46f3-84ec-b5418625d242"},{"name":"Process Return to Sender","id":"bb5279a4-b8ad-435b-afce-6b1875c257c2","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"0c783042-2b41-4728-a691-18a49194203b","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","description":"<p><strong>Requirement References</strong>: CM.I2P.6</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Postal Authority receives PLACI risk analysis messages digitally from Customs</p>\n</li>\n<li><p>Postal Authority transmits additional information or do not load status to Consignor</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CM.I2P.6-1</p>\n</li>\n<li><p>IN-CM.I2P.6-2</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>:</p>\n<ul>\n<li><p>ACS enables Postal Authority to receive risk analysis results digitally</p>\n</li>\n<li><p>ACS enables Postal Authority to communicate status digitally to Consignor</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)</p>\n</li>\n<li><p>Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)</p>\n</li>\n</ul>\n<p><strong>Action</strong>: POST</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>returnReason</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of: \"do_not_load\", \"additional_information\", etc.</td>\n</tr>\n<tr>\n<td>customsDecision</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\")</td>\n</tr>\n<tr>\n<td>returnToAddress</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address information, free text (e.g., \"Original sender address\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"},{"type":"any","value":"EMS123456789AE","key":"itemId"}]}},"response":[],"_postman_id":"bb5279a4-b8ad-435b-afce-6b1875c257c2"}],"id":"c8d97e94-444f-4532-b1d3-a65f733e5e89","description":"<p>Endpoints for airline and EPO to receive and respond to risk analysis</p>\n","_postman_id":"c8d97e94-444f-4532-b1d3-a65f733e5e89","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"d81451a3-2686-4f03-927f-7f9b2807c3af","_postman_id":"d81451a3-2686-4f03-927f-7f9b2807c3af","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Import - Flight Manifest, HAWB and MAWB Distribution","item":[{"name":"Flight Manifest, HAWB and MAWB Distribution","item":[{"name":"Submit Flight Manifest, MAWB and HAWB","id":"786ad2b9-d375-49a4-b966-0bcd94b395d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7ca9c129-5339-4766-9cf8-ba6da2741609","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.psw.gov.pk/api/v1/import/flight-manifests","description":"<p><strong>Global API reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: CM.I4AL.7</p>\n<p><strong>Use Case</strong>: Airline sends Flight Manifest, MAWB and HAWB data at flight departure from Destination to multiple recipients</p>\n<p><strong>Integration Points</strong>: IN-CM.I4AL.7-1</p>\n<p><strong>Description:</strong> ACS enables Airline to digitally send Flight Manifest, MAWB and HAWB data to GHA, ACA, Consignor, Postal Authority, PSW, and PAA</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System (I4AL) → Airport Community System → GHA System (I4GHA)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I5ACA)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Consignor System (I5CGNR)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Postal Authority System (I4P)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)</p>\n</li>\n</ul>\n<p><strong>Priority:</strong> P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","import","flight-manifests"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"786ad2b9-d375-49a4-b966-0bcd94b395d9"}],"id":"3ff86cdc-c247-4b5b-9d1d-4656c1f4527a","description":"<p>Endpoints for airlines to submit flight manifests with MAWB and HAWB data at flight departure, and distribute to multiple stakeholders.</p>\n<p><strong>Requirement</strong>: CM.I4AL.7\n<strong>Integration Point</strong>: IN-CM.I4AL.7-1\n<strong>Use Case</strong>: Airline sends Flight Manifest, MAWB and HAWB data at flight departure from Destination to multiple recipients\n<strong>Process Flow</strong>: I2AL → I4AL → I4GHA/I5ACA/I5CGNR/I4P/I5PSW/I5PAA\n<strong>Actors</strong>: Airline, GHA, ACA, Consignee, Postal Authority, PSW, PAA</p>\n","_postman_id":"3ff86cdc-c247-4b5b-9d1d-4656c1f4527a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Manifest Distribution","item":[{"name":"Push Flight Manifest to Stakeholders","id":"8ec73146-1f6e-4934-bc43-a0d84ffb33f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e6f80c86-8ccc-44b3-872a-54ebab60e278","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>CM.I5PSW.8</p>\n</li>\n<li><p>CM.I5PSW.9</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>PSW receives Flight Manifest (FFM) message for statistical purposes</p>\n</li>\n<li><p>PAA receives Flight Manifest (FFM) message for statistical purposes</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-CM.I5PSW.8-1</p>\n</li>\n<li><p>IN-CM.I5PAA.9-1</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"ffm-20251202-001","key":"id"}]}},"response":[],"_postman_id":"8ec73146-1f6e-4934-bc43-a0d84ffb33f6"}],"id":"12f74acd-b640-4e83-9128-3a4f7f16b240","description":"<p>Endpoints for PSW and PAA to retrieve flight manifest statistics for reporting and planning purposes.</p>\n<p><strong>Requirements</strong>: CM.I5PSW.8, CM.I5PAA.9\n<strong>Integration Points</strong>: IN-CM.I5PSW.8-1, IN-CM.I5PAA.9-1\n<strong>Use Cases</strong>: PSW and PAA receive Flight Manifest data for statistical purposes\n<strong>Process Flow</strong>: I4AL → I5PSW, I4AL → I5PAA\n<strong>Actors</strong>: PSW, PAA</p>\n","_postman_id":"12f74acd-b640-4e83-9128-3a4f7f16b240","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"741dce81-4d14-4b0c-9abd-752642c94a4f","_postman_id":"741dce81-4d14-4b0c-9abd-752642c94a4f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"47f520d2-cdac-43bb-bf48-81d2dffde9d3","_postman_id":"47f520d2-cdac-43bb-bf48-81d2dffde9d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"EPO Express Compliance","item":[{"name":"Export - E-CSD Management","item":[{"name":"Submit E-CSD to EPO (JSON)","id":"69409eb1-82fc-4576-9ab4-b998c1194daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"cac6f972-9540-442a-8658-00665ed08d4f","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ecsdReference\": \"ECSD-GHA-KHI-20251127-001\",\n  \"issuerEntity\": {\n    \"category\": \"RA\",\n    \"identifier\": \"GHA-PK-12345\",\n    \"name\": \"Pakistan Cargo Terminal - GHA\"\n  },\n  \"mawbNumber\": \"176-12345678\",\n  \"hawbNumbers\": [\n    \"SAC-HAWB-001\",\n    \"SAC-HAWB-002\"\n  ],\n  \"origin\": \"KHI\",\n  \"destination\": \"DXB\",\n  \"transits\": [\n    \"JED\"\n  ],\n  \"securityStatus\": {\n    \"status\": \"PASSED\",\n    \"securityStatusReason\": \"\",\n    \"receivedFrom\": \"code1\",\n    \"screeningMethod\": \"code1\",\n    \"groundsForExemption\": \"code1\",\n    \"otherScreeningMethods\": [\n      \"code1\",\n      \"code2\"\n    ]\n  },\n  \"flightNumber\": \"EK-606\",\n  \"flightDate\": \"2025-11-28\",\n  \"recipientEntity\": {\n    \"category\": \"RA\",\n    \"identifier\": \"GHA-PK-67890\",\n    \"name\": \"Pakistan Cargo Terminal - GHA\"\n  },\n  \"commodityContent\": \"Mobile Phone Accessories - Electronic Goods\",\n  \"screeningDetails\": {\n    \"primaryScreeningMethod\": \"X-RAY\",\n    \"primaryScreeningRef\": \"XRAY-GHA-KHI-20251127-001\",\n    \"secondaryScreeningPerformed\": true,\n    \"secondaryScreeningMethod\": \"EDD\",\n    \"secondaryScreeningRef\": \"EDD-GHA-KHI-20251127-002\",\n    \"screeningResult\": \"CLEAR\",\n    \"screeningDateTime\": \"2025-11-27T13:00:00Z\"\n  },\n  \"personIssuingSecurity\": {\n    \"name\": \"Hassan Ali\",\n    \"designation\": \"Security Supervisor\",\n    \"certificationNumber\": \"SEC-SUPER-56789\",\n    \"certificationExpiry\": \"2026-12-31\",\n    \"signature\": \"base64-encoded-signature\"\n  },\n  \"issuedAt\": \"2025-11-27T14:30:00Z\",\n  \"placeOfIssuance\": \"Karachi - Jinnah International Airport\",\n  \"additionalSecurityInformation\": \"This is to certify that the consignment described above has been subjected to security controls that comply with ICAO Annex 17, Pakistan NCASP, and IATA security standards. The cargo has been screened using X-ray and Explosive Detection Dog methods. All screening results are CLEAR. The cargo has been maintained under secure chain of custody with tamper-proof seals applied. This consignment is safe for air transport.\",\n  \"distributionList\": [\n    \"AIRLINE\",\n    \"EPO\",\n    \"CUSTOMS\"\n  ],\n  \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n  \"submittedAt\": \"2025-11-27T14:35:00Z\",\n  \"file\": {\n    \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n    \"name\": \"1.pdf\",\n    \"contentType\": \"application/pdf\",\n    \"size\": 26214400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/epo/export/e-csd-receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca\">e-CSD</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference:</strong> CS.E28EPO.1</p>\n<p><strong>Use Case:</strong> EPO receives E-CSD (Consignment Security Declaration) digitally</p>\n<p><strong>Integration Points</strong>: IN-CS.E28EPO.1-1</p>\n<p><strong>Description:</strong> ACS enables EPO to receive E-CSD data digitally</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li>GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ecsdReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>33 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>transits</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of transit locations (e.g., [\"JED\"])</td>\n</tr>\n<tr>\n<td>securityStatus</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods</td>\n</tr>\n<tr>\n<td>securityStatus.status</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status of the security (e.g., \"PASSED\")</td>\n</tr>\n<tr>\n<td>securityStatus.securityStatusReason</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Reason for security status (if applicable)</td>\n</tr>\n<tr>\n<td>securityStatus.receivedFrom</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Received from entity code (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.screeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening method used (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.groundsForExemption</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Grounds for exemption (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.otherScreeningMethods</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of additional screening methods (e.g., [\"code1\", \"code2\"])</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>recipientEntity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include category, identifier, name</td>\n</tr>\n<tr>\n<td>recipientEntity.category</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Category of the recipient entity (e.g., \"RA\")</td>\n</tr>\n<tr>\n<td>recipientEntity.identifier</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier for the recipient entity</td>\n</tr>\n<tr>\n<td>recipientEntity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the recipient entity</td>\n</tr>\n<tr>\n<td>commodityContent</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>screeningDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Primary screening method (e.g., \"X-RAY\")</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Secondary screening method (e.g., \"EDD\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, designation, certificationNumber, certificationExpiry, signature</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Certification number of the issuer</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.signature</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Base64-encoded signature</td>\n</tr>\n<tr>\n<td>issuedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>placeOfIssuance</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Place where the security declaration was issued</td>\n</tr>\n<tr>\n<td>additionalSecurityInformation</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Additional security information (max 1024 characters)</td>\n</tr>\n<tr>\n<td>distributionList</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of distribution list (e.g., [\"AIRLINE\", \"EPO\", \"CUSTOMS\"])</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the declaration</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include id, name, contentType, size</td>\n</tr>\n<tr>\n<td>file.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the file</td>\n</tr>\n<tr>\n<td>file.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the file</td>\n</tr>\n<tr>\n<td>file.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the file (e.g., \"application/pdf\")</td>\n</tr>\n<tr>\n<td>file.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the file in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","epo","export","e-csd-receipts"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"69409eb1-82fc-4576-9ab4-b998c1194daa"}],"id":"2b73feb6-06fe-4257-96cc-54ce88c33b5b","description":"<p>EPO receives Electronic Consignment Security Declaration (E-CSD) from Ground Handling Agents for export shipments. E-CSD certifies security screening compliance per ICAO Doc 8973 standards.</p>\n","_postman_id":"2b73feb6-06fe-4257-96cc-54ce88c33b5b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Import - PLACI Submission","item":[{"name":"Submit PLACI Data","id":"4d043c32-e471-483b-9b9e-056a2bbe9f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"cb9c99c1-22b1-4418-9d48-7fa6d7230aa2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"placiSubmissionId\": \"placi-epo-001\",\n  \"flightNumber\": \"PK301\",\n  \"flightDate\": \"2025-11-21\",\n  \"departureAirport\": \"DXB\",\n  \"arrivalAirport\": \"KHI\",\n  \"scheduledDeparture\": \"2025-11-21T10:00:00Z\",\n  \"scheduledArrival\": \"2025-11-21T14:30:00Z\",\n  \"submissionType\": \"airline\",\n  \"senderId\": \"airline-AE459\",\n  \"shipments\": [\n    {\n      \"mawbNumber\": \"214-12345678\",\n      \"hawbNumber\": [\"214-12345689\"],\n      \"consignorInformation\": {\n        \"name\": \"Karachi Electronics Ltd\",\n        \"cnic\": \"12345-6789012-3\",\n        \"ntn\": \"1234567-8\",\n        \"email\": \"ahmed@electronics.pk\",\n        \"phone\": \"+92-21-1234567\",\n        \"address\": \"Plot 45, Industrial Area, Karachi\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\"\n      },\n      \"consignee\": {\n        \"name\": \"XYZ Importers Ltd.\",\n        \"cnic\": \"12345-6789012-4\",\n        \"ntn\": \"1234568-8\",\n        \"email\": \"basit@xyzimporters.pk\",\n        \"phone\": \"+92-21-1234567\",\n        \"address\": \"456 Commerce Road\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\"\n      },\n      \"numberOfPackages\": 10,\n      \"weight\": {\n        \"value\": 500,\n        \"unit\": \"KGM\"\n      },\n      \"cargoDescription\": \"Electronic Components\",\n      \"dataFilerId\": \"ACA-001234\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/epo/import/placi-submissions","description":"<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>CS.I1EPO.1</p>\n</li>\n<li><p>CS.I1CUS.2</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>:</p>\n<ul>\n<li><p>EPO sends PLACI data digitally 4 hours before flight departure</p>\n</li>\n<li><p>Customs starts risk analysis (PLACI) upon receiving data from EPO</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN-CS.I1EPO.1-1</p>\n</li>\n<li><p>IN-CS.I1CUS.2-1</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS enables Customs to receive PLACI data digitally and initiate risk analysis</p>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs System (I1CUS)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>placiSubmissionId</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Must be an internal PLACI Submission ID</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>departureAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>arrivalAirport</td>\n<td>String</td>\n<td></td>\n<td>M</td>\n<td>IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\")</td>\n</tr>\n<tr>\n<td>scheduledDeparture</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>scheduledArrival</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>submissionType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"airline\", \"epo\"]</td>\n</tr>\n<tr>\n<td>senderId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique sender identifier</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 shipment object</td>\n</tr>\n<tr>\n<td>shipments.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignor</td>\n</tr>\n<tr>\n<td>shipments.consignorInformation.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, cnic, ntn, email, phone, address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>shipments.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>shipments.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>shipments.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>shipments.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of consignee</td>\n</tr>\n<tr>\n<td>shipments.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipments.numberOfPackages</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive integer</td>\n</tr>\n<tr>\n<td>shipments.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipments.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>shipments.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>shipments.cargoDescription</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the cargo</td>\n</tr>\n<tr>\n<td>shipments.dataFilerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Data filer identifier (e.g., \"ACA-001234\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","epo","import","placi-submissions"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d043c32-e471-483b-9b9e-056a2bbe9f2d"}],"id":"b9461687-b1ba-44c8-94a2-158d4d4883d3","description":"<p>EPO submits Pre-Loading Advance Cargo Information (PLACI) to Customs 4 hours before flight departure. PLACI enables advance risk assessment for express shipments per WCO standards.</p>\n","_postman_id":"b9461687-b1ba-44c8-94a2-158d4d4883d3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Import - PLACI Risk Analysis Response","item":[{"name":"Risk Analysis Results","item":[{"name":"Submit Risk Analysis Result","id":"ae79cc62-e0fb-4aeb-92b7-2cf49ec2ffe8","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"530c2bb8-2296-4d98-96f4-37a7ffc3b0af","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.393Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"shipmentResults\": [\n    {\n      \"mawbNumber\": \"214-12345678\",\n      \"hawbNumbers\": [\"214-12345689\"],\n      \"decision\": \"load\",\n      \"riskScore\": 15,\n      \"remarks\": \"Cleared for loading\"\n    },\n    {\n      \"mawbNumber\": \"214-12345700\",\n      \"hawbNumber\": [\"214-12345711\"],\n      \"decision\": \"additional_information\",\n      \"riskScore\": 65,\n      \"informationRequired\": [\n        \"Detailed cargo description\",\n        \"Certificate of origin\",\n        \"HS code verification\"\n      ],\n      \"responseDeadline\": \"2025-11-21T08:00:00Z\"\n    },\n    {\n      \"mawbNumber\": \"214-12345722\",\n      \"hawbNumber\": [\"214-12345733\"],\n      \"decision\": \"additional_screening\",\n      \"riskScore\": 80,\n      \"screeningRequired\": [\"x-ray\", \"physical_inspection\"],\n      \"remarks\": \"High-value electronics - requires screening\"\n    },\n    {\n      \"mawbNumber\": \"214-12345744\",\n      \"hawbNumber\": [\"214-12345755\", \"214-12345766\"],\n      \"decision\": \"do_not_load\",\n      \"riskScore\": 95,\n      \"reason\": \"Restricted goods detected\",\n      \"remarks\": \"Shipment flagged for prohibited items\"\n    }\n  ],\n  \"analysisCompletedAt\": \"2025-11-21T07:00:00Z\"\n}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","description":"<p><strong>Requirement References</strong>: CS.I2CUS.3</p>\n<p><strong>Use Cases</strong>: Customs communicates PLACI risk analysis results to EPO</p>\n<p><strong>Integration Points</strong>: IN-CS.I2CUS.3-1</p>\n<p><strong>Description</strong>: ACS enables Customs to digitally send risk analysis results and receive additional info / screening</p>\n<p><strong>Decision Types</strong>:</p>\n<ul>\n<li><p><strong>load</strong>: Cleared for loading</p>\n</li>\n<li><p><strong>additional_information</strong>: Requires more info from consignor</p>\n</li>\n<li><p><strong>additional_screening</strong>: Requires physical/x-ray screening</p>\n</li>\n<li><p><strong>do_not_load</strong>: Prohibited from loading</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipmentResults</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of shipment result objects</td>\n</tr>\n<tr>\n<td>shipmentResults.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentResults.hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentResults.decision</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Must be one of [\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"]</td>\n</tr>\n<tr>\n<td>shipmentResults.riskScore</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be an integer value between 0 and 100</td>\n</tr>\n<tr>\n<td>shipmentResults.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks</td>\n</tr>\n<tr>\n<td>shipmentResults.informationRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>C</td>\n<td>Array of information required (only for \"additional_information\" decision)</td>\n</tr>\n<tr>\n<td>shipmentResults.responseDeadline</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>C</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>shipmentResults.screeningRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>C</td>\n<td>Array of screening methods required (only for \"additional_screening\")</td>\n</tr>\n<tr>\n<td>shipmentResults.reason</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Reason for decision (only for \"do_not_load\")</td>\n</tr>\n<tr>\n<td>analysisCompletedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","preflight","placi",":placiId","risk-result"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"placi-2025112101","key":"placiId"}]}},"response":[],"_postman_id":"ae79cc62-e0fb-4aeb-92b7-2cf49ec2ffe8"}],"id":"4d9ba64d-8092-496a-87f6-2b35a9cdde39","description":"<p>Endpoints for Customs to communicate risk analysis results</p>\n","_postman_id":"4d9ba64d-8092-496a-87f6-2b35a9cdde39","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Risk Response","item":[{"name":"Request Additional Info from Consignor","id":"172d53e6-03d3-465e-9b5d-a49077425ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"0248ccea-9d24-4b6b-96fc-14507d5f4daa","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requestType\": \"additional_information\",\n    \"informationRequired\": [\n        \"Detailed cargo description\",\n        \"Certificate of origin\"\n    ],\n    \"consignor\": {\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"12345-1234568-9\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"urgency\": \"high\",\n    \"responseDeadline\": \"2025-11-21T08:00:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/epo/import/placi-additional-info-requests","description":"<p><strong>Requirement References</strong>: CS.I2EPO.4</p>\n<p><strong>Use Cases</strong>: EPO receives PLACI replies and responds with additional info or screening results</p>\n<p><strong>Integration Points</strong>: IN-CS.I2EPO.4-1</p>\n<p><strong>Description</strong>: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally</p>\n<p><strong>Process Flow</strong>: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)</p>\n<p><strong>Priority:</strong> P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"additional_information\", \"additional_screening\", \"do_not_load\"]</td>\n</tr>\n<tr>\n<td>informationRequired</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of strings (information required, e.g., \"Detailed cargo description\")</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>urgency</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Must be one of [\"high\", \"medium\", \"low\"]</td>\n</tr>\n<tr>\n<td>responseDeadline</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","epo","import","placi-additional-info-requests"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"172d53e6-03d3-465e-9b5d-a49077425ace"},{"name":"Submit Screening Results","id":"8a909877-9864-4a53-b37c-92950b04543d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"edba1792-c56d-4db3-9722-48653ac2bd31","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"placiResponseId\": \"placi-resp-003\",\n  \"additional_information\": \"\",\n  \"hawbNumber\": \"PKEPO00012347\",\n  \"screeningType\": \"X-Ray Enhanced\",\n  \"screeningDate\": \"2025-11-24T13:00:00+05:00\",\n  \"screeningLocation\": \"DXB Airport EPO Facility\",\n  \"screenedBy\": \"Fatima Zahra\",\n  \"screeningAuthority\": \"EPO Security Team\",\n  \"screeningMethod\": \"Advanced X-Ray Scanner\",\n  \"screeningResults\": {\n    \"overallResult\": \"Clear\",\n    \"anomaliesDetected\": false,\n    \"dangerousGoodsFound\": false,\n    \"prohibitedItemsFound\": false,\n    \"contentsMatchDescription\": true,\n    \"additionalObservations\": \"All items consistent with declared electronic components. No security concerns identified.\"\n  },\n  \"images\": [\n    {\n      \"imageType\": \"X-Ray Scan\",\n      \"imageUrl\": \"https://storage.psw.gov.pk/scans/xray-12347-01.jpg\",\n      \"imageHash\": \"SHA256:xyz789...\",\n      \"captureTime\": \"2025-11-24T13:00:00+05:00\",\n      \"resolution\": \"High\"\n    },\n    {\n      \"imageType\": \"X-Ray Scan - Alternate Angle\",\n      \"imageUrl\": \"https://storage.psw.gov.pk/scans/xray-12347-02.jpg\",\n      \"imageHash\": \"SHA256:uvw456...\",\n      \"captureTime\": \"2025-11-24T13:01:00+05:00\",\n      \"resolution\": \"High\"\n    }\n  ],\n  \"screeningReport\": {\n    \"reportUrl\": \"https://storage.psw.gov.pk/reports/screening-12347.pdf\",\n    \"reportNumber\": \"EPO-SCR-20251124-003\",\n    \"certificationLevel\": \"Enhanced Security Screening\",\n    \"complianceStandards\": [\"ICAO Doc 8973\", \"WCO Security Standards\"]\n  },\n  \"recommendation\": \"Clear for Loading\",\n  \"screeningOfficerSignature\": \"data:image/png;base64,iVBORw0KGgo...\",\n  \"submittedAt\": \"2025-11-24T13:30:00+05:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/epo/import/placi-screening-results","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>: CS.I2EPO.4</p>\n<p><strong>Use Cases</strong>: EPO receives PLACI replies and responds with additional info or screening results</p>\n<p><strong>Integration Points</strong>: IN-CS.I2EPO.4-1</p>\n<p><strong>Description</strong>: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally</p>\n<p><strong>Process Flows</strong>: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>screeningType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"x-ray\", \"EDD\", \"other screening methods\"]</td>\n</tr>\n<tr>\n<td>screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"cleared\", \"flagged\", \"inconclusive\"]</td>\n</tr>\n<tr>\n<td>screeningOperator</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening operator identifier (e.g., \"GHA-SEC-001\")</td>\n</tr>\n<tr>\n<td>screeningTimestamp</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>findings</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Findings from the screening (e.g., \"No anomalies detected\")</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of image objects (at least one required)</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>36</td>\n<td>M</td>\n<td>Image ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Image name</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Image size in bytes</td>\n</tr>\n<tr>\n<td>recommendations</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Recommendations based on the screening (e.g., \"Safe to load\")</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","epo","import","placi-screening-results"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a909877-9864-4a53-b37c-92950b04543d"}],"id":"fb06909a-c294-4e3b-9ec4-6af0f2352298","description":"<p>Endpoints for EPO to receive and respond to risk analysis</p>\n","_postman_id":"fb06909a-c294-4e3b-9ec4-6af0f2352298","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"c4df2173-0890-4d3c-a676-a10ecd165415","description":"<p>Customs communicates PLACI risk analysis results to EPO. Four possible decisions: Load, Additional Information, Additional Screening, Do Not Load.</p>\n","_postman_id":"c4df2173-0890-4d3c-a676-a10ecd165415","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"a0fd5c7f-b139-4187-ab33-65c3bf231fd0","_postman_id":"a0fd5c7f-b139-4187-ab33-65c3bf231fd0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"01960e86-1b72-4166-ad41-87804526cb35","_postman_id":"01960e86-1b72-4166-ad41-87804526cb35","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Clear module","item":[{"name":"Digital Trade Lane - Consignor Submission (Future)","item":[{"name":"Submit Consignment via Digital Trade Lane","id":"af150241-36d6-4b2f-a4a1-df937d9479ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5728a3f9-3ed1-4dfa-a180-4ef4bcadcc10","description":"<p>Unique request identifier for traceability</p>\n"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"<p>Identifier of the sending/requesting system (e.g., CGNR-{NTN})</p>\n"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"images\": [\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        },\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c01\",\n            \"name\": \"2.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/digital-trade-lane/consignments","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165\">File Upload</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference:</strong> CL.I1CGNR.1</p>\n<p><strong>Use Case:</strong> Consignor submits export documents via Digital Trade Lane</p>\n<p><strong>Integration Point:</strong> IN-CL.I1CGNR.1-1</p>\n<p><strong>Description:</strong> ACS enables Consignor to submit MAWB/HAWB &amp; export documents digitally</p>\n<p><strong>Process Flow:</strong></p>\n<ul>\n<li><p>Consignor System (I1CGNR) → Airport Community System → Airline System (I1AL)</p>\n</li>\n<li><p>Consignor System (I1CGNR) → Airport Community System → Web Based One Customs System (I1CUS)</p>\n</li>\n</ul>\n<p><strong>Priority:</strong> P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of image objects (at least one required)</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>36</td>\n<td>M</td>\n<td>Image ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Image name</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Image size in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","digital-trade-lane","consignments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"af150241-36d6-4b2f-a4a1-df937d9479ae"}],"id":"c637ba07-289f-4ed6-8540-ee0b8695b909","description":"<p><strong>Future Capability (CL.I1CGNR.1)</strong>: Endpoints for Consignors to directly submit consignment documents via digital trade lane. This enables the shipper/consignor to initiate the import clearance process digitally from origin country.</p>\n","_postman_id":"c637ba07-289f-4ed6-8540-ee0b8695b909","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Data Reception & Distribution","item":[{"name":"Flight Data Distribution","item":[{"name":"Submit Flight Manifest, MAWB and HAWB","id":"ffd47f84-3ade-43df-ae54-49ee2c5ba93c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e0fd31c2-6231-4875-9ede-3a12b0f837bd","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"<p><strong>Global API reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>CL.I4AL.2</p>\n</li>\n<li><p>CL.I4GHA.3</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>:</p>\n<ul>\n<li><p>Airline sends Flight Manifest &amp; MAWB + HAWB data at flight departure from Destination</p>\n</li>\n<li><p>GHA receives flight manifest, MAWB &amp; HAWB digitally</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>CL.I4AL.2-1</p>\n</li>\n<li><p>CL.I4GHA.3-1</p>\n</li>\n<li><p>CL.I4GHA.3-2</p>\n</li>\n</ul>\n<p><strong>Descriptions:</strong></p>\n<ul>\n<li><p>Airline → Stakeholders digital transmission of flight and shipment documents</p>\n</li>\n<li><p>Airline send MAWB+HAWB to ACS</p>\n</li>\n<li><p>GHA receives flight &amp; airway bill data from Airline</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System (I4AL) → Airport Community System → GHA System (I4GHA)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I4PSW)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I4PAA)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I4ACA)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Consignee System (I4CNE)</p>\n</li>\n<li><p>GHA System (I4GHA) → Airport Community System → Web Based One Customs System (I4CUS)</p>\n</li>\n<li><p>GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","flight-manifests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffd47f84-3ade-43df-ae54-49ee2c5ba93c"}],"id":"fc855880-3b77-4eeb-904f-8ff3c0da61de","description":"<p>Endpoints for airlines to submit flight manifests (FFM) in multiple formats</p>\n","_postman_id":"fc855880-3b77-4eeb-904f-8ff3c0da61de","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Draft Goods Declaration (GD)","item":[{"name":"Create Draft GD in PSW","id":"2c5e5cbf-ba14-46fc-8efc-23516e3ba211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"90cf8995-b4ab-4227-b4ad-990e624831c7","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flightNumber\": \"PK301\",\n    \"flightDate\": \"2025-11-21\",\n    \"items\": [\n        {\n            \"awbNumber\": \"214-12345678\",\n            \"hawbNumbers\": [\n                \"214-12345689\",\n                \"214-12345699\"\n            ],\n            \"consignee\": {\n                \"name\": \"Karachi Electronics Ltd\",\n                \"address\": \"Plot 45, Industrial Area, Karachi\",\n                \"city\": \"Karachi\",\n                \"postalCode\": \"75500\",\n                \"country\": \"PK\",\n                \"contactName\": \"Ahmed Khan\",\n                \"phone\": \"+92-300-1234567\",\n                \"email\": \"ahmed@electronics.pk\",\n                \"ntn\": \"1234567-8\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\"\n            },\n            \"hsCode\": \"8471.30\",\n            \"description\": \"Laptop Computer\",\n            \"quantity\": 1,\n            \"unitValue\": 800,\n            \"currency\": \"USD\",\n            \"weight\": {\n                \"value\": \"3.5\",\n                \"unit\": \"KGM\"\n            },\n            \"dutyAmount\": 50,\n            \"taxAmount\": 100,\n            \"communicationToConsignee\": \"Please confirm receipt of this shipment and ensure proper handling upon arrival.\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"totalDeclaredValue\": 800\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"<p><strong>Requirement Reference</strong>: CL.I4CUS.4</p>\n<p><strong>Use Case</strong>: Customs creates draft GD in PSW</p>\n<p><strong>Integration Point</strong>: IN-CL.I4CUS.4-1</p>\n<p><strong>Description:</strong> ACS enables Customs to process draft GD</p>\n<p><strong>Process Flow</strong>: Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Pakistan Single Window System (I6PSW)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>items</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of item objects (at least one required)</td>\n</tr>\n<tr>\n<td>items.awbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>items.hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of HAWB numbers (each should follow AWB number format)</td>\n</tr>\n<tr>\n<td>items.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td><a href=\"http://items.consignee.name\">items.consignee.name</a></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>items.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>items.consignee.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>items.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>items.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>items.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>HS Code (e.g., \"8471.30\")</td>\n</tr>\n<tr>\n<td>items.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the item</td>\n</tr>\n<tr>\n<td>items.quantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Quantity of the item (must be a positive integer)</td>\n</tr>\n<tr>\n<td>items.unitValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Unit value of the item (e.g., 800)</td>\n</tr>\n<tr>\n<td>items.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>items.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>items.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Weight value of the item (must be positive)</td>\n</tr>\n<tr>\n<td>items.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>items.dutyAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Duty amount per item, must be positive.</td>\n</tr>\n<tr>\n<td>items.taxAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Tax amount per item, must be positive.</td>\n</tr>\n<tr>\n<td>items.communicationToConsignee</td>\n<td>String</td>\n<td>n/a</td>\n<td>O</td>\n<td>Communication message to the consignee.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total number of items (must be a positive integer)</td>\n</tr>\n<tr>\n<td>totalDeclaredValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total declared value (must be positive)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","draft-goods-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c5e5cbf-ba14-46fc-8efc-23516e3ba211"},{"name":"Notify Stakeholders on Draft GD","id":"49c3e77f-6da3-4a2f-89e1-be1a3c4103c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"77ecf520-1044-4d75-a2d3-4d23ecbe3b4c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flightNumber\": \"PK301\",\n    \"flightDate\": \"2025-11-21\",\n    \"items\": [\n        {\n            \"awbNumber\": \"214-12345678\",\n            \"hawbNumbers\": [\n                \"214-12345689\",\n                \"214-12345699\"\n            ],\n            \"consignee\": {\n                \"name\": \"Karachi Electronics Ltd\",\n                \"address\": \"Plot 45, Industrial Area, Karachi\",\n                \"city\": \"Karachi\",\n                \"postalCode\": \"75500\",\n                \"country\": \"PK\",\n                \"contactName\": \"Ahmed Khan\",\n                \"phone\": \"+92-300-1234567\",\n                \"email\": \"ahmed@electronics.pk\",\n                \"ntn\": \"1234567-8\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\"\n            },\n            \"hsCode\": \"8471.30\",\n            \"description\": \"Laptop Computer\",\n            \"quantity\": 1,\n            \"unitValue\": 800,\n            \"currency\": \"USD\",\n            \"weight\": {\n                \"value\": \"3.5\",\n                \"unit\": \"KGM\"\n            },\n            \"dutyAmount\": 50,\n            \"taxAmount\": 100,\n            \"communicationToConsignee\": \"Please confirm receipt of this shipment and ensure proper handling upon arrival.\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"totalDeclaredValue\": 800\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"<p><strong>Requirement Reference</strong>: CL.I4CUS.4</p>\n<p><strong>Use Case</strong>: Customs creates draft GD notifies stakeholders</p>\n<p><strong>Integration Point</strong>: IN-CL.I4CUS.4-1</p>\n<p><strong>Description:</strong> ACS enables Customs to notify CB, ACA, Consignee</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Customs Broker System (I6CB)</p>\n</li>\n<li><p>Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Air Cargo Agent System (I6ACA)</p>\n</li>\n<li><p>Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Consignee System (I6CNE)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>items</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of item objects (at least one required)</td>\n</tr>\n<tr>\n<td>items.awbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>items.hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of HAWB numbers (each should follow AWB number format)</td>\n</tr>\n<tr>\n<td>items.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td><a href=\"http://items.consignee.name\">items.consignee.name</a></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>items.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>items.consignee.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>items.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>items.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>items.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>HS Code (e.g., \"8471.30\")</td>\n</tr>\n<tr>\n<td>items.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the item</td>\n</tr>\n<tr>\n<td>items.quantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Quantity of the item (must be a positive integer)</td>\n</tr>\n<tr>\n<td>items.unitValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Unit value of the item (e.g., 800)</td>\n</tr>\n<tr>\n<td>items.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>items.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>items.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Weight value of the item (must be positive)</td>\n</tr>\n<tr>\n<td>items.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>items.dutyAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Duty amount per item, must be positive.</td>\n</tr>\n<tr>\n<td>items.taxAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Tax amount per item, must be positive.</td>\n</tr>\n<tr>\n<td>items.communicationToConsignee</td>\n<td>String</td>\n<td>n/a</td>\n<td>O</td>\n<td>Communication message to the consignee.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total number of items (must be a positive integer)</td>\n</tr>\n<tr>\n<td>totalDeclaredValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total declared value (must be positive)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","draft-goods-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"49c3e77f-6da3-4a2f-89e1-be1a3c4103c3"}],"id":"26542c92-e7c0-4883-a08c-a087d15a0c25","description":"<p>Endpoints for draft Goods Declaration creation and distribution</p>\n","_postman_id":"26542c92-e7c0-4883-a08c-a087d15a0c25","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Postal Reception","item":[{"name":"Pakistan Post Receives Flight Manifest and Mail Manifest","id":"dd76021b-8de7-4cab-96c0-7a9f0e4f8840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5ad76f23-d3f4-4462-ae49-9804422b1326","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"<p><strong>Global API reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3\">Mail Manifest</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: CL.I4P.5</p>\n<p><strong>Use Case</strong>: Pakistan Post receives flight manifest &amp; mail information digitally</p>\n<p><strong>Integration Points</strong>: IN-CL.I4P.5-1</p>\n<p><strong>Description:</strong> ACS enables Pakistan Post to receive flight manifest and mail info digitally</p>\n<p><strong>Process Flow</strong>: GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","flight-manifests","receipts","postal"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd76021b-8de7-4cab-96c0-7a9f0e4f8840"},{"name":"Pakistan Post Transmits Mail Data","id":"f7f3cde5-387b-4082-a2da-e180ae671016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"111dba37-3bcc-47ed-924e-3ae73097135f","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.394Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"<p><strong>Global API reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3\">Mail Manifest</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: CL.I4P.5</p>\n<p><strong>Use Case:</strong> Pakistan Post transmits mail data to PSW and other systems</p>\n<p><strong>Integration Points</strong>: IN-CL.I4P.5-2</p>\n<p><strong>Description:</strong> ACS enables Pakistan Post to forward mail data</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Pakistan Post System (I4P) → Airport Community System → Pakistan Single Window System (I4PSW)</p>\n</li>\n<li><p>Pakistan Post System (I4P) → Airport Community System → Pakistan Post Systems (I7P)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","flight-manifests","receipts","postal"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7f3cde5-387b-4082-a2da-e180ae671016"}],"id":"f866d3fb-541a-4b65-beb0-5b38fe57a6eb","description":"<p>Endpoint for Pakistan Post to receive flight and mail data</p>\n","_postman_id":"f866d3fb-541a-4b65-beb0-5b38fe57a6eb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Manifest Distribution","item":[{"name":"Push Flight Manifest to Stakeholders","id":"4740a9ff-ae9f-4db4-ab68-b31a3118ffdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"92809615-1af5-4c01-9f43-23bffc86ac66","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.395Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>CL.I5PAA.6</p>\n</li>\n<li><p>CL.I5PSW.7</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>PAA receives flight manifest message for statistical purposes</p>\n</li>\n<li><p>PSW receives FFM message for statistical purposes</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-CL.I5PAA.6-1</p>\n</li>\n<li><p>IN-CL.I5PSW.7-1</p>\n</li>\n</ul>\n<p><strong>Description</strong>: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)</p>\n</li>\n<li><p>Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition (M/O/C)</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Flt#-Date + Reference ID  <br />Note:  <br />Flight# and Date is mandatory. Reference ID is optional</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Must be ‘Transport Loading Report’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.TypeCode.Value</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Must be \"122\"</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.IssueDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>(e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.PurposeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Must be ‘Creation’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.VersionID.Value</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Must be ‘4.00’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ConversationID.Value</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Message Reference ID of the series of messages within a conversation provided by the initiator</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Sender information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Must be one of \\[T, C, P, TP, O\\].  <br />C must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty.PrimaryID.Value</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identification of the sender address</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Recipient information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Must be one of \\[T, C, P, TP, O\\].  <br />C must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty.PrimaryID.Value</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identification of the recipient address</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Business header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Carrier code + flight number + original schedule departure date + schedule departure location code</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header note container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Manifest level text qualifier</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote.Content.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Manifest level text note  <br />Free text</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Flight details container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.StageCode.Value</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\].  <br />Defaults to ‘Main-Carriage’</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.ModeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>15</td>\n<td>M</td>\n<td>UNECE Rec.19 transport codes.  <br />\"4\" for AIR TRANSPORT</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.Mode.Value</td>\n<td>Alphabetic</td>\n<td>35</td>\n<td>O</td>\n<td>UNECE Rec.19 name of the Mode of Transport.  <br />Must be the corresponding name for the ModeCode</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Flight number (e.g., LH401)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.SequenceNumeric.Value</td>\n<td>Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>Number that identifies the sequence.  <br />Defaults to 1</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure.  <br />Mandatory if Total Gross Weight is available</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossWeightMeasure.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure.  <br />Mandatory if Total Gross Volume is available</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossVolumeMeasure.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates the total volume</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalPackageQuantity.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total number of Shipper's Load and Count</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalPieceQuantity.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total Number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.MasterResponsibleTransportPerson</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Responsible transport person container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of the captain of the aircraft</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Used logistics transport means container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Name of the Mean of Transport.  <br />For Air (including flying trucks) only IATA Airline and Company Designators code should be used</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Registration country container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 Country code of the registration of the aircraft</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure event container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>(e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Type of the event.  <br />S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence Departure Location Container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.  <br />IATA Location Identifier takes precedence where IATA 3-letter codes differ from the 3-letter part of the existing codes for the same places in UN/LOCODE</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br />HARDCODED</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Customs Note Container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.Content.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>M</td>\n<td>Only completed if Country Code, Information Identifier or Customs Information Identifier is completed</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Code identifying a piece of information/entity e.g. \"IMP\" for import, \"EXP\" for export, \"AGT\" for Agent, \"ISS\" for The Regulated Agent Issuing the Security Status for a Consignment etc.</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a>  <br />Coded representation of a country approved by ISO</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.RelatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related Consignment Customs Procedure container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU</td>\n</tr>\n<tr>\n<td>ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.ArrivalOccurenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date of the event arrival. Example/Note: 2010-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>ArrivalEvent.ArrivalDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>ArrivalEvent.DepartureOccurenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date of the event departure. Example/Note: 2010-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>ArrivalEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurence Arrival Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a> ISO country code of the first point of arrival in a country</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Associated Transport Cargo container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.TypeCode.Value</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Cargo to be unloaded is bulk or containerized (BLK or ULD)</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Utilized Unit Load Transport Equipment container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value</td>\n<td>Alpha-Numeric</td>\n<td>5</td>\n<td>M</td>\n<td>Serial number allocated to each Unit Load Device by its owner</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value</td>\n<td>Numerical</td>\n<td>7</td>\n<td>O</td>\n<td>Indicates the gross weight per load  <br />Example/Note: 140.5</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value</td>\n<td>Alpha-Numerical</td>\n<td>4</td>\n<td>O</td>\n<td>Indicates the number of Loose Items per load as accepted for carriage  <br />Example/Note: 8</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value</td>\n<td>Numerical</td>\n<td>4</td>\n<td>O</td>\n<td>Contains the split or part pieces information  <br />Example/Note: 1500</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td><a href=\"http://www.iata.org/uldr\">IATA ULD Regulations</a> Code identifying a standard Unit Load Device type</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Code indicating ULD height or loading limitation Example/Note: L</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Information text related to a specific Unit Load Device</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Positioning Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value</td>\n<td>element/Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence Positioning Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>5</td>\n<td>O</td>\n<td>Indicates the position of the ULD on the conveyance (e.g. 21P)</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Operating Party container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Code to identify the owner of a Unit Load Device (Actual format is aa, an or na. Owner can be an airline or leasing company.)</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Transport Movement container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Number to identify a flight</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty</td>\n<td>element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier Party container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Coded identification approved by IATA for a carrier</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date of the event</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc.</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival Destination Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence Destination Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Master Consignment container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.GrossWeightMeasure.Value</td>\n<td>N</td>\n<td>7</td>\n<td>M</td>\n<td>Indicates the gross weight. Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.GrossVolumeMeasure.Value</td>\n<td>N</td>\n<td>9</td>\n<td>O</td>\n<td>Must be completed if the Density Group field is not completed, otherwise not completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.DensityGroupCode.Value</td>\n<td>N</td>\n<td>2</td>\n<td>O</td>\n<td>Must be completed if the Volume Amount field is not completed, otherwise not completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.PackageQuantity.Value</td>\n<td>N</td>\n<td>4</td>\n<td>O</td>\n<td>Contains split or part pieces information</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TotalPieceQuantity.Value</td>\n<td>AN</td>\n<td>4</td>\n<td>M</td>\n<td>Indicates the number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.SummaryDescription.Value</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Contains the description of the goods for manifest purposes</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportSplitDescription.Value</td>\n<td>An</td>\n<td>1</td>\n<td>M</td>\n<td>Code indicating whether a shipment is e.g. a total, part or split consignment</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.MovementPriorityCode.Value</td>\n<td>A</td>\n<td>1</td>\n<td>O</td>\n<td>Code indicating a specific priority for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport Contract Document container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportContractDocument.ID.Value</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OriginLocation.ID.Value</td>\n<td>A</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OriginLocation.Name.Value</td>\n<td>AN</td>\n<td>70</td>\n<td>O</td>\n<td>Contains the name of the origin location. Must be the corresponding name for the Origin Location Code</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Final Destination Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.FinalDestinationLocation.ID.Value</td>\n<td>A</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td><a href=\"http://www.iata.org/ACD\">IATA Location Identifier</a></td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.FinalDestinationLocation.Name.Value</td>\n<td>An</td>\n<td>70</td>\n<td>O</td>\n<td>Must be the corresponding name for the Destination Location Code  <br />Example/Note: John F. Kennedy International Airport - New York</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling SPH Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSPHInstructions.Description.Value</td>\n<td>AN</td>\n<td>70</td>\n<td>O</td>\n<td>Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value</td>\n<td>A</td>\n<td>3</td>\n<td>M</td>\n<td>Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSSRInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling SSR Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSSRInstructions.Description.Value</td>\n<td>String</td>\n<td>195</td>\n<td>M</td>\n<td>Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value</td>\n<td>AN</td>\n<td>5</td>\n<td>O</td>\n<td>Identifies the code related to instructions for special action required</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingOSIInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling OSI Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingOSIInstructions.Description.Value</td>\n<td>String</td>\n<td>195</td>\n<td>M</td>\n<td>Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value</td>\n<td>AN</td>\n<td>5</td>\n<td>O</td>\n<td>Identifies the code used to specify a remark relating to a shipment</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Customs Note container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.Content.Value</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Only completed if Country Code, Information Identifier or Customs Information Identifier is completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a> At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated Consignment Customs Procedure container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>List to be provided by local customs authorities.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport Logistics Package container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value</td>\n<td>Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>Number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value</td>\n<td>Numerical</td>\n<td>7</td>\n<td>M</td>\n<td>Indicates the gross weight. Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Linear Spatial Dimension container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item width</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item length</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item height</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Transport Movement container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>It consists of carrier code followed by Flight Number.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.CarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier Party container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.CarrierParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Coded identification approved by IATA for a carrier</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Event container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date of the event</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Indicates the type of the event e.g. S for Schedule, A for Actual etc.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.ArrivalDestinationEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival Destination Event container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OccurrenceDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence Destination Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Contains the code of the destination location. Must be the corresponding name for the Destination Location Code.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Location Code. Example/Note: London Heathrow</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedMasterConsignmentItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Master Consignment Item container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>18</td>\n<td>O</td>\n<td>Commodity Code used by Customs for tax and duties calculation</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"ffm-20251202-001","key":"id"}]}},"response":[],"_postman_id":"4740a9ff-ae9f-4db4-ab68-b31a3118ffdc"}],"id":"50b6c79d-0d56-4bea-9eb0-0a798eaff9ac","description":"<p>Push endpoints for distributing flight manifests to stakeholders</p>\n","_postman_id":"50b6c79d-0d56-4bea-9eb0-0a798eaff9ac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"c01b037c-3e8c-48d8-9d0b-a8900f708aa9","description":"<p>API endpoints for e-Clear module covering flight manifest (FFM), Master Air Waybill (MAWB), and House Air Waybill (HAWB) reception and distribution.</p>\n<p><strong>Requirements Covered</strong>: CL.I4AL.2 - CL.I5PSW.7</p>\n<p><strong>Workflow</strong>: Airline submits FFM/MAWB/HAWB → ACS receives and validates → ACS distributes to GHA, Customs, Post, PAA, PSW, ACA, Consignee</p>\n<p><strong>Batch</strong>: 1 of 3<br /><strong>Endpoints</strong>: 21</p>\n","_postman_id":"c01b037c-3e8c-48d8-9d0b-a8900f708aa9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"ACI Process and GD Creation","item":[{"name":"ACI Process Management","item":[{"name":"ACI Process","id":"d4f6ac6a-16b8-4d7c-b1c6-c21d1f7cdd57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"40b1a157-0049-4ac8-b4a0-904957fe2b55","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.395Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"images\": [\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n            \"name\": \"1.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        },\n        {\n            \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c01\",\n            \"name\": \"2.jpg\",\n            \"contentType\": \"image/jpg\",\n            \"size\": 26214400\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/aci-processes","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165\">File Upload</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>CL.I5CNE.8</p>\n</li>\n<li><p>CL.I5ACA.9</p>\n</li>\n<li><p>CL.I6CNE.10</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Consignee uploads import shipment documents (ACI process)</p>\n</li>\n<li><p>ACA uploads import shipment documents (ACI Process)</p>\n</li>\n<li><p>Consignee receives documents digitally from ACA</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN-CL.I5CNE.8-1</p>\n</li>\n<li><p>IN-CL.I5ACA.9-1</p>\n</li>\n<li><p>IN-CL.I6CNE.10-1</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>:</p>\n<ul>\n<li><p>ACS enables Consignee to send documents digitally to Customs Broker, GHA and Customs</p>\n</li>\n<li><p>ACS enables ACA to send documents digitally to GHA, Customs Broker, Consignee and Customs</p>\n</li>\n<li><p>ACS enables Consignee to receive import shipment documents digitally</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Consignee System (I5CNE) → Airport Community System → GHA System (I6GHA)</p>\n</li>\n<li><p>Consignee System (I5CNE) → Airport Community System → Web Based One Customs System (I6CUS)</p>\n</li>\n<li><p>Air Cargo Agent System (I5ACA) → Airport Community System → GHA System (I6GHA)</p>\n</li>\n<li><p>Air Cargo Agent System (I5ACA) → Airport Community System → Customs Broker System (I6CB)</p>\n</li>\n<li><p>Air Cargo Agent System (I5ACA) → Airport Community System → Consignee System (I6CNE)</p>\n</li>\n<li><p>Air Cargo Agent System (I5ACA) → Airport Community System → Web Based One Customs System (I6CUS)</p>\n</li>\n</ul>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of image objects (at least one required)</td>\n</tr>\n<tr>\n<td>images.id</td>\n<td>String</td>\n<td>36</td>\n<td>M</td>\n<td>Image ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>images.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Image name</td>\n</tr>\n<tr>\n<td>images.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>images.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Image size in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","aci-processes"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4f6ac6a-16b8-4d7c-b1c6-c21d1f7cdd57"}],"id":"cf1562c6-1292-49aa-a76b-0ee2dcb895fb","description":"<p>Endpoints for managing Advance Cargo Information (ACI) process</p>\n","_postman_id":"cf1562c6-1292-49aa-a76b-0ee2dcb895fb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"ACI and GD Process","item":[{"name":"Start ACI and GD Process","id":"46b4dc72-d90e-447b-83ed-70316c6f63a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"070e1e66-95c7-4950-b2be-fe579a938bd2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.395Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"<p><strong>Global API reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4\">FZB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949\">SDG</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: CL.I7CUS.14</p>\n<p><strong>Use Case:</strong> ACI/GD process starts at Customs</p>\n<p><strong>Integration Point:</strong> IN-CL.I7CUS.14-1</p>\n<p><strong>Description:</strong> ACS enables Customs to receive flight manifest, MAWB, HAWB and create draft GD in PSW</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Web Based One Customs System (I7CUS) → Airport Community System → Customs Broker System (I11CUS)</p>\n</li>\n<li><p>Web Based One Customs System (I7CUS) → Airport Community System → Air Cargo Agent System (I11CUS)</p>\n</li>\n<li><p>Web Based One Customs System (I7CUS) → Airport Community System → Consignee System (I11CUS)</p>\n</li>\n<li><p>Web Based One Customs System (I7CUS) → Airport Community System → Pakistan Single Window System (I11CUS)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","import","draft-goods-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"46b4dc72-d90e-447b-83ed-70316c6f63a8"}],"id":"cc4bfcd3-5627-4ffe-befe-5870fcf19868","description":"<p>Endpoints for draft Goods Declaration creation and distribution</p>\n","_postman_id":"cc4bfcd3-5627-4ffe-befe-5870fcf19868","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"5b5b969c-a64b-4c95-b86a-ac8d90a66665","_postman_id":"5b5b969c-a64b-4c95-b86a-ac8d90a66665","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"afa0426f-5b5d-4ae8-9a94-8e2c86e8dddf","_postman_id":"afa0426f-5b5d-4ae8-9a94-8e2c86e8dddf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Trace module","item":[{"name":"Receive Status Updates","item":[{"name":"Cargo Status Update (JSON)","id":"d8db2de6-6f96-4845-98ee-9f923077b68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ae60bafd-92da-4dff-9e92-0dac710e9b05","description":"<p>Unique request identifier for traceability</p>\n"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"<p>Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)</p>\n"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.395Z","description":"<p>ISO 8601 timestamp of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2015-04-03T08:49:48\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            }\n        ],\n        \"RecipientParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            }\n        ]\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481-BKD\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1481.0\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"125-19160481\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"TYO\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"BKD\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"1481.0\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"BA005\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-07T09:10:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T13:30:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"BA\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"LHR\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"NRT\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    }\n                },\n                \"HandlingOSIInstructions\": {\n                    \"Description\": {\n                        \"Value\": \"PRODUCT-M-ULD\"\n                    },\n                    \"DescriptionCode\": {\n                        \"Value\": \"OSI\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/trace/status-updates/receipts","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43\">FSU+</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: TRC.1</p>\n<p><strong>Integration Point:</strong> IN-TRC.1-1</p>\n<p><strong>Use Case:</strong> End-to-end monitoring of cargo location, status &amp; handling milestones</p>\n<p><strong>Descriptions</strong>: ACS will get consignment &amp; document status infromation from stakeholder, ACS enables all stakeholders to monitor consignment &amp; document status in cargo terminals</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System → Airport Community System</p>\n</li>\n<li><p>GHA System → Airport Community System</p>\n</li>\n<li><p>Express Parcel Operator System→ Airport Community System</p>\n</li>\n<li><p>Forwarders → Airport Community System</p>\n</li>\n<li><p>Airport Community System → Airline System</p>\n</li>\n<li><p>Airport Community System → GHA System</p>\n</li>\n<li><p>Airport Community System → Express Parcel Operator System</p>\n</li>\n<li><p>Airport Community System → Forwarders</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name (e.g., Cargo Status)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.TypeCode.Value</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type - UN/EDIFACT 1001 (e.g., 34)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.IssueDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created UTC (e.g., 2015-04-03T08:49:48)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.PurposeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function (e.g., Creation)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.VersionID.Value</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version (e.g., 6.00)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty[].PrimaryID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification (e.g., QLMBAIB)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty[].PrimaryID.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (C=Certified Party, T=Teletype)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty[].PrimaryID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification (e.g., TRGLIVE)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty[].PrimaryID.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (C=Certified Party, T=Teletype)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Status message header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Status message identification (e.g., 125-19160481-BKD)</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment.GrossWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported</td>\n</tr>\n<tr>\n<td>MasterConsignment.GrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.PieceQuantity.Value</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 0)</td>\n</tr>\n<tr>\n<td>MasterConsignment.LoadTypeCode.Value</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Type of load (e.g., BLK=Bulk, ULD=Containerized)</td>\n</tr>\n<tr>\n<td>MasterConsignment.TotalPieceQuantity.Value</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Total number of pieces (e.g., 0)</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportSplitDescription.Value</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Waybill details</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument.ID.Value</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Waybill number (e.g., 125-19160481) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1/2.2/2.3</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., Air Waybill, House Waybill)</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument.TypeCode.Value</td>\n<td>Numeric</td>\n<td>4</td>\n<td>M</td>\n<td>Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill)</td>\n</tr>\n<tr>\n<td>MasterConsignment.OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment.OriginLocation.ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment.FinalDestinationLocation.ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Status details (1:n occurrence). Multiple status reporting only restricted to BKD status</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].ReasonCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated status consignment details</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.GrossWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.GrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.PieceQuantity.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 1)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.TransportSplitDescription.Value</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code (e.g., T) - CIMP 1.15</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ScheduledArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival event</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ArrivalEvent.ArrivalOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ArrivalEvent.ArrivalDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].DepartureEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].DepartureEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].CarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier details</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].CarrierParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Location status (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[].ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[].TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[].FlightStatusTypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>M</td>\n<td>Location status identification (e.g., D=Departure, A=Arrival, Transit)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedEvent.OccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedEvent.DateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.HandlingOSIInstructions[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other service information (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.HandlingOSIInstructions[].Description.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.HandlingOSIInstructions[].DescriptionCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","trace","status-updates","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8db2de6-6f96-4845-98ee-9f923077b68a"}],"id":"916e1b1f-d335-495c-89d1-3294be28e774","description":"<p>Endpoints for ACS to receive cargo status updates from stakeholders</p>\n","_postman_id":"916e1b1f-d335-495c-89d1-3294be28e774","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Receive Sensor Data","item":[{"name":"Sensor Data","id":"b37281a7-4f32-49c7-b381-067f6206d6be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e3af24d4-e28d-43e1-8978-2bea862f36c4","description":"<p>Unique request identifier for traceability</p>\n"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"<p>Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)</p>\n"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.395Z","description":"<p>ISO 8601 timestamp of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"readings\": [\n        {\n            \"device_identifier\": \"487065965922\",\n            \"timestamp\": \"2026-01-20T15:43:11Z\",\n            \"sensors\": {\n                \"temperature\": {\n                    \"value\": 20.6,\n                    \"units\": \"°C\"\n                }\n            }\n        },\n        {\n            \"device_identifier\": \"487065965922\",\n            \"timestamp\": \"2026-01-20T14:12:14Z\",\n            \"sensors\": {\n                \"temperature\": {\n                    \"value\": 20.5,\n                    \"units\": \"°C\"\n                }\n            }\n        },\n        {\n            \"device_identifier\": \"487065965922\",\n            \"timestamp\": \"2026-01-20T13:42:04Z\",\n            \"sensors\": {\n                \"temperature\": {\n                    \"value\": 20.5,\n                    \"units\": \"°C\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/trace/sensor-data/receipts","description":"<p><strong>Requirement Reference</strong>: TRC.2</p>\n<p><strong>Use Case</strong>: Time &amp; temperature (data loggers) information</p>\n<p><strong>Integration Point:</strong> IN-TRC.2-1</p>\n<p><strong>Description</strong>: ACS enables stakeholders to receive sensor data from shipment loggers on a per device basis. Devices can be attached at a MAWB, AWB, or a piece level.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System → Airport Community System</p>\n</li>\n<li><p>Express Parcel Operator System → Airport Community System</p>\n</li>\n<li><p>GHA System → Airport Community System</p>\n</li>\n<li><p>Forwarders → Airport Community System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>readings</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Object containing one or more reading entries</td>\n</tr>\n<tr>\n<td>readings.device_identifier</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Unique logger/device ID (e.g., 487065965922)</td>\n</tr>\n<tr>\n<td>readings.timestamp</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 UTC datetime format (e.g., YYYY-MM-DDTHH:MM:SSZ)</td>\n</tr>\n<tr>\n<td>readings.sensors</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Container for sensor measurements captured at timestamp</td>\n</tr>\n<tr>\n<td>readings.sensors.temperature</td>\n<td>Object</td>\n<td>n/a</td>\n<td>C</td>\n<td>Required when temperature is reported</td>\n</tr>\n<tr>\n<td>readings.sensors.temperature.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>C</td>\n<td>Numeric temperature value (e.g., 20.6)</td>\n</tr>\n<tr>\n<td>readings.sensors.temperature.units</td>\n<td>String</td>\n<td>2-10</td>\n<td>C</td>\n<td>Temperature unit (e.g., °C, °F, K)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","trace","sensor-data","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b37281a7-4f32-49c7-b381-067f6206d6be"}],"id":"c1bd2857-58c6-4d03-b3d3-41683ad4a076","description":"<p>Endpoints for ACS to receive sensor data from IoT data loggers</p>\n","_postman_id":"c1bd2857-58c6-4d03-b3d3-41683ad4a076","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Receive Vehicle Location","item":[{"name":"Vehicle Location Update","id":"77f5e241-5ef7-4034-a765-c213dfabbb8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c43b733f-6185-4b03-bf29-bd8e5fc0ff4c","description":"<p>Unique request identifier for traceability</p>\n"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"<p>Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)</p>\n"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.395Z","description":"<p>ISO 8601 timestamp of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"ghaCode\": \"GHA-KHI-01\",\n    \"vehicleToken\": \"VT-2025-11-28-A5-001\",\n    \"registrationNumber\": \"KHI-1234\",\n    \"driverName\": \"Ahmed Khan\",\n    \"driverCnic\": \"42101-1234567-1\",\n    \"driverMobile\": \"+92-300-1234567\",\n    \"geolocation\": {\n        \"value\": \"+27.5916+086.5640/\",\n        \"accuracy\": 10\n    },\n    \"tokenValidation\": \"QR_CODE\",\n    \"geofencingMethod\": \"App based\",\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/trace/vehicle-tracking/receipts","description":"<p><strong>Requirement Reference</strong>: TRC.3</p>\n<p><strong>Use Case</strong>: Vehicle movement for cargo terminal area</p>\n<p><strong>Integration Point:</strong> IN-TRC.3-1</p>\n<p><strong>Description</strong>: ACS enables tracking of vehicle movement transporting consignments by receiving vehicle location from mobile app or vehicle trackers</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Mobile App / Vehicle Tracker → Airport Community System → Airline System</p>\n</li>\n<li><p>Mobile App / Vehicle Tracker → Airport Community System → Express Parcel Operator System</p>\n</li>\n<li><p>Mobile App / Vehicle Tracker → Airport Community System → GHA System</p>\n</li>\n<li><p>Mobile App / Vehicle Tracker → Airport Community System → Forwarders</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition (M/O/C)</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ghaCode</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid GHA identifier (e.g., GHA-KHI-01)</td>\n</tr>\n<tr>\n<td>vehicleToken</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must reference a valid vehicle token</td>\n</tr>\n<tr>\n<td>registrationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Valid vehicle registration number</td>\n</tr>\n<tr>\n<td>driverName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Driver full name</td>\n</tr>\n<tr>\n<td>driverCnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>driverMobile</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>geolocation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must include value and/or accuracy</td>\n</tr>\n<tr>\n<td>geolocation.value</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 6709:2022 format (e.g., +dd.dddd+ddd.dddd/)</td>\n</tr>\n<tr>\n<td>geolocation.accuracy</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Accuracy in meters</td>\n</tr>\n<tr>\n<td>tokenValidation</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of predefined validation types (e.g., QR_CODE)</td>\n</tr>\n<tr>\n<td>geofencingMethod</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Method used for geofencing (e.g., App based)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","trace","vehicle-tracking","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"77f5e241-5ef7-4034-a765-c213dfabbb8d"}],"id":"6cce0c39-36fc-4a17-8140-88f069d04a12","description":"<p>Endpoints for ACS to receive GPS location updates from vehicles</p>\n","_postman_id":"6cce0c39-36fc-4a17-8140-88f069d04a12","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Geofencing","item":[{"name":"Define Geofenced Zone","id":"bd7a079e-45fa-452e-ad05-b89d6d62351e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f5eecc90-c4ef-4995-8cae-5bf77e88381f","description":"<p>Unique request identifier for traceability</p>\n"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"<p>Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)</p>\n"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.396Z","description":"<p>ISO 8601 timestamp of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"zoneName\": \"Karachi Cargo Terminal - Loading Zone\",\n    \"zoneType\": \"LOADING_ZONE\",\n    \"airportCode\": \"KHI\",\n    \"terminalCode\": \"T1\",\n    \"geometry\": {\n        \"type\": \"POLYGON\",\n        \"coordinates\": [\n            \"+24.8600+067.0000/\",\n            \"+24.8600+067.0020/\",\n            \"+24.8620+067.0020/\",\n            \"+24.8620+067.0000/\",\n            \"+24.8600+067.0000/\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/trace/geofencing/zones","description":"<p><strong>Requirement Reference</strong>: TRC.3</p>\n<p><strong>Use Case</strong>: Vehicle movement for cargo terminal area</p>\n<p><strong>Integration Point:</strong> IN-TRC.3-1</p>\n<p><strong>Description</strong>: ACS sends defined geofenced area to stakeholders via information of geometric area covered</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airport Community System → Airline System</p>\n</li>\n<li><p>Airport Community System → Express Parcel Operator System</p>\n</li>\n<li><p>Airport Community System → GHA System</p>\n</li>\n<li><p>Airport Community System → Forwarders</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zoneName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Human‑readable geofence name</td>\n</tr>\n<tr>\n<td>zoneType</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Must be one of predefined zone types (e.g., LOADING_ZONE)</td>\n</tr>\n<tr>\n<td>airportCode</td>\n<td>string</td>\n<td>3</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>terminalCode</td>\n<td>String</td>\n<td>10</td>\n<td>O</td>\n<td>Terminal identifier (e.g., T1)</td>\n</tr>\n<tr>\n<td>geometry</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Geofence geometry container</td>\n</tr>\n<tr>\n<td>geometry.type</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be POLYGON or CIRCLE</td>\n</tr>\n<tr>\n<td>geometry.coordinates</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 6709:2022 coordinate strings in polygon order</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","trace","geofencing","zones"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd7a079e-45fa-452e-ad05-b89d6d62351e"}],"id":"11706286-6228-4751-9772-062afa475b0f","description":"<p>Endpoints for managing geofenced zones and querying geofence events</p>\n","_postman_id":"11706286-6228-4751-9772-062afa475b0f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"6ee88c62-ad33-4c52-acaa-ff33304604fb","_postman_id":"6ee88c62-ad33-4c52-acaa-ff33304604fb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Transit module","item":[{"name":"Inbound Flight Data Reception","item":[{"name":"Receive Flight Data - JSON","id":"d2cc0b52-6717-4f56-905f-938bad717ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"f6026c68-2e6d-4f54-b67f-2debb4fb0b2a","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.396Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/receipts","description":"<p><strong>Global API References</strong>:</p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71\">FHL</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>TR.I4AL.1</p>\n</li>\n<li><p>TR.I4GHA.2</p>\n</li>\n<li><p>TR.I4CUS.3</p>\n</li>\n</ul>\n<p><strong>Use Cases:</strong></p>\n<ul>\n<li><p>Send and Transit Flight Manifest</p>\n</li>\n<li><p>Forward Transit Data to Customs</p>\n</li>\n</ul>\n<p><strong>Description</strong>: Airline sends FFM, FWB and FHL for all transit shipments on the flight, GHA sends validated transit shipment details to Customs (WeBOC) for review</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System → Airport Community System → GHA System</p>\n</li>\n<li><p>Airline System → Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>Airline System → Airport Community System → Postal Aviation Authority System</p>\n</li>\n<li><p>Airline System → Airport Community System → Air Cargo Agent System</p>\n</li>\n<li><p>Airline System → Airport Community System → Consignee System</p>\n</li>\n<li><p>GHA System → Airport Community System → WeBOC System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","inbound","flight-manifests","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2cc0b52-6717-4f56-905f-938bad717ab7"}],"id":"64deb7ef-9675-469c-bb88-f68e4f15169a","description":"<p>API endpoints for receiving inbound flight data (FFM, FWB, FHL) from airlines for transit shipments. Includes distribution to GHA and Customs. Supports multiple message formats: JSON, IATA Cargo-XML (XFFM, XFWB, XFZB), and IATA Cargo-IMP (FFM, FWB, FHL).</p>\n","_postman_id":"64deb7ef-9675-469c-bb88-f68e4f15169a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Statistical Distribution","item":[{"name":"Push Flight Manifest to Stakeholders","id":"8b28d24c-f34e-42d3-bf35-073b194eaf07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"d1a458b0-0e61-4fdd-80f1-0499c24fd187","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.396Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>TR.I5PAA.4</p>\n</li>\n<li><p>TR.I5PSW.5</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: PAA &amp; PSW receives the FFM message for statistical purposes</p>\n<p><strong>Description</strong>: ACS will enable PAA &amp; PSW to receive Flight manifest data in digital format for statistical purposes</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>Airport Community System → Postal Aviation Authority System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"ffm-20251202-001","key":"id"}]}},"response":[],"_postman_id":"8b28d24c-f34e-42d3-bf35-073b194eaf07"}],"id":"905aecb7-8209-445b-9114-932b7b125b41","description":"<p>API endpoints for distributing transit flight and cargo data to PAA (Pakistan Airport Authority) and PSW for statistical analysis and reporting. Includes push distribution and query endpoints.</p>\n","_postman_id":"905aecb7-8209-445b-9114-932b7b125b41","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Technical Stop Operations","item":[{"name":"Aircraft Arrival (Technical Stop)","item":[{"name":"Submit Aircraft Arrival - JSON (FSU ARR)","id":"e70b9143-d12a-45f5-bd48-ec2269a5a7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"87b286ed-d134-42a4-b2d0-21af79ae9eb2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.396Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965ARR_e6aa51dc-573a-4804-ac61-af41c5897c47\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965-ARR\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"2815\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"006-27650965\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BOS\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LYS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"ARR\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"2815\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"17\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF140D\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LYS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Arrival\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/technical-stop/arrivals/receipts","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: TR.I5GHA.6</p>\n<p><strong>Use Case</strong>: Aircraft Technical Stop</p>\n<p><strong>Description</strong>: ACS will enable Customs, PAA and PSW to receive aircraft arrival at the airport information digitally</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System → Airport Community System → WeBOC System</p>\n</li>\n<li><p>GHA System → Airport Community System → Postal Aviation Authority System</p>\n</li>\n<li><p>GHA System → Airport Community System → Pakistan Single Window System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","technical-stop","arrivals","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e70b9143-d12a-45f5-bd48-ec2269a5a7b0"}],"id":"5698a29f-bf53-44f9-8053-27f2b1849ec6","_postman_id":"5698a29f-bf53-44f9-8053-27f2b1849ec6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Outbound Manifest (Technical Stop)","item":[{"name":"Create Outbound Manifest (Technical Stop)","id":"9ec4c511-5e7e-4350-bbff-30c6b7b3d4ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"cfb83e86-6887-43a3-b5f9-eb6fd3cda4a4","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.396Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/technical-stop/outbound-manifests","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: TR.E36GHA.7</p>\n<p><strong>Use Case</strong>: Create Technical-Stop Transit Manifest</p>\n<p><strong>Description Point</strong>: Airline generates transit flight manifest for technical-stop shipments</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Airline System → Airport Community System → Postal Aviation Authority System</p>\n</li>\n<li><p>Airline System → Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>Airline System → Airport Community System → Anti-Narcotics Force System</p>\n</li>\n<li><p>Airline System → Airport Community System → WeBOC System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","technical-stop","outbound-manifests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ec4c511-5e7e-4350-bbff-30c6b7b3d4ca"}],"id":"1f5b8fcc-7af3-4132-a193-821ead2141f5","_postman_id":"1f5b8fcc-7af3-4132-a193-821ead2141f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Departure (Technical Stop)","item":[{"name":"Submit Departure Status (FSU DEP)","id":"895f0857-a2f0-4946-b3f0-cb0e863a0d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"623e76d7-8821-4a2f-a0b5-8bfac9dd3e8b","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.396Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-DEP\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"DEP\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"BEY\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/technical-stop/departures","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: TR.E37GHA.8</p>\n<p><strong>Use Case</strong>: Send Technical-Stop Departure Info</p>\n<p><strong>Description</strong>: GHA sends departure information for technical-stop flight with transit cargo</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System → Airport Community System → Postal Aviation Authority System</p>\n</li>\n<li><p>GHA System → Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>GHA System → Airport Community System → WeBOC System</p>\n</li>\n<li><p>GHA System → Airport Community System → Airline System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","technical-stop","departures"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"895f0857-a2f0-4946-b3f0-cb0e863a0d91"}],"id":"e5ff8178-df83-4fcb-8893-2a5563640ea0","_postman_id":"e5ff8178-df83-4fcb-8893-2a5563640ea0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"f7661226-5080-49f1-abfd-12c6913d568c","description":"<p>API endpoints for technical stop operations at Pakistan airports. Includes aircraft arrival notifications (FSU ARR), outbound manifest creation for technical stop departures (FFM), and departure status updates (FSU DEP). Technical stops are brief refueling/crew change stops where cargo remains onboard or is briefly offloaded.</p>\n","_postman_id":"f7661226-5080-49f1-abfd-12c6913d568c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Transit Cargo Handling","item":[{"name":"Cargo Received Confirmations (RCF)","item":[{"name":"Submit Cargo Received - JSON (FSU RCF)","id":"9d732aad-7708-43b3-8f78-48d0ec537273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4a75b34b-1320-4070-a16d-f3684433f275","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.396Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965RCF_e6aa51dc-573a-4804-ac61-af41c5897c47\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965-RCF\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"2815\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"006-27650965\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BOS\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LYS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"RCF\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"2815\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"17\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"DiscrepancyDescriptionCode\": {\n                    \"Value\": \"FDCA\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF140D\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LYS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Arrival\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/cargo-handling/received-confirmations/receipts","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>TR.I9GHA.9</p>\n</li>\n<li><p>TR.I10CUS.10</p>\n</li>\n<li><p>TR.I10PSW.11</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Confirm Arrival of Transit Shipments</p>\n</li>\n<li><p>Customs Transit Review</p>\n</li>\n<li><p>PSW Transit Review</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>: GHA confirms arrival of transit shipments and moves them to transit shed, GHA sends transit shipment data to Customs (WeBOC) for approval/release, GHA sends transit shipment data to PSW for technical review</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System → Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>GHA System → Airport Community System → WeBOC System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","cargo-handling","received-confirmations","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d732aad-7708-43b3-8f78-48d0ec537273"}],"id":"255bf5f5-fe1c-43bf-a861-c69ffbbd184f","_postman_id":"255bf5f5-fe1c-43bf-a861-c69ffbbd184f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"82798a5c-2496-4112-bd49-db4349a5fed7","description":"<p>API endpoints for transit cargo handling operations including cargo received confirmations (FSU RCF), transfer to transit shed, customs clearance, and inventory management. Covers the period from aircraft arrival to cargo preparation for outbound departure.</p>\n","_postman_id":"82798a5c-2496-4112-bd49-db4349a5fed7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Outbound Transit Operations","item":[{"name":"Cargo Prepared for Loading (PRE)","item":[{"name":"Submit Cargo Prepared - JSON (FSU PRE)","id":"6b2a0aca-9ad8-4f4e-a5a5-c8655945844a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"69a0815f-315d-465c-a3c9-a6279e3840e4","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.397Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263PRE_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-PRE\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"ULD\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"PRE\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"0.1\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:31:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-08T00:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"CDG\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Departure\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Arrival\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:56:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"1234\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"ASE\"\n                    },\n                    \"OperationalStatusCode\": {\n                        \"Value\": \"L\"\n                    },\n                    \"Serviceability\": {\n                        \"Value\": \"True\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"schemeAgencyID\": \"1\",\n                            \"Value\": \"TW\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/outbound/cargo-prepared/receipts","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: TR.E35GHA.12</p>\n<p><strong>Use Case</strong>: Prepare Transit Cargo for Loading</p>\n<p><strong>Description</strong>: GHA completes the buildup process and prepares the transit cargo for the outbound flight</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System → Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>GHA System → Airport Community System → Airline System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","outbound","cargo-prepared","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b2a0aca-9ad8-4f4e-a5a5-c8655945844a"}],"id":"c08775bf-899e-498c-94ce-5c5e8a896565","_postman_id":"c08775bf-899e-498c-94ce-5c5e8a896565","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Outbound Flight Manifest","item":[{"name":"Create Outbound Flight Manifest (FFM)","id":"a08ffbda-9e17-4768-847f-4f640a8484f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d0dba953-f3dd-414b-b3c4-26a756ce72b3","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.397Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/outbound/flight-manifests","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: TR.E36GHA.13</p>\n<p><strong>Use Case:</strong> Create Final Transit Flight Manifest</p>\n<p><strong>Description</strong>: GHA generates final outbound transit flight manifest</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System→ Airport Community System → Postal Aviation Authority System</p>\n</li>\n<li><p>GHA System→ Airport Community System → Airline System</p>\n</li>\n<li><p>GHA System→ Airport Community System → Anti-Narcotics Force System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","outbound","flight-manifests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a08ffbda-9e17-4768-847f-4f640a8484f5"}],"id":"1ef67d1c-ea4b-47f9-a2d0-cedcaf8a1c00","_postman_id":"1ef67d1c-ea4b-47f9-a2d0-cedcaf8a1c00","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Outbound Departure","item":[{"name":"Submit Departure Status (FSU DEP)","id":"ac9ed49b-e51c-44e3-afd9-9b562b610612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5f789daa-cbdb-4489-ade6-567171faa4c2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.397Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-DEP\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"DEP\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"BEY\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/outbound/departures","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: TR.E37GHA.14</p>\n<p><strong>Use Case</strong>: Transit Cargo Departure</p>\n<p><strong>Description</strong>: GHA sends departure message for flight carrying transit cargo</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System→ Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>GHA System→ Airport Community System → Airline System</p>\n</li>\n<li><p>GHA System→ Airport Community System → Anti-Narcotics Force System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","outbound","departures"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac9ed49b-e51c-44e3-afd9-9b562b610612"}],"id":"8998c964-c7f6-4e34-99fe-cc2ed0ab488f","_postman_id":"8998c964-c7f6-4e34-99fe-cc2ed0ab488f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Offload Handling","item":[{"name":"Submit Offload Notification (FSU BKD)","id":"d8368535-d405-4ed6-9a0e-9c5b869c3aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"210e73dc-8101-41d6-8ca3-881cb1a5eaec","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.397Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2015-04-03T08:49:48\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            }\n        ],\n        \"RecipientParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            }\n        ]\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481-BKD\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1481.0\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"125-19160481\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"TYO\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"BKD\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"1481.0\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"BA005\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-07T09:10:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T13:30:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"BA\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"LHR\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"NRT\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    }\n                },\n                \"HandlingOSIInstructions\": {\n                    \"Description\": {\n                        \"Value\": \"PRODUCT-M-ULD\"\n                    },\n                    \"DescriptionCode\": {\n                        \"Value\": \"OSI\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/outbound/offload-notifications","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>TR.E38GHA.15</p>\n</li>\n<li><p>TR.E38AL.17</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>s:</p>\n<ul>\n<li><p>Offload Transit Cargo</p>\n</li>\n<li><p>Update Transit Flight Manifest</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>: GHA notifies ACS about transit cargo offloaded from aircraft, Airline will update the bookings of offloaded shipments and inform Customs (CUS) and GHA of the new flight details</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System→ Airport Community System → Airline System</p>\n</li>\n<li><p>GHA System→ Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>Airline System→ Airport Community System → GHA System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","outbound","offload-notifications"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8368535-d405-4ed6-9a0e-9c5b869c3aab"},{"name":"Submit Updated Manifest After Offload","id":"30a8f8d1-d1cb-4061-a42b-62a1394fda4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"327800c1-f762-484a-9f40-c7a8e5782039","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.397Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/outbound/offload-manifests","description":"<p><strong>Global API Reference</strong>:</p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>TR.E38GHA.15</p>\n</li>\n<li><p>TR.E38AL.17</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>s:</p>\n<ul>\n<li><p>Offload Transit Cargo</p>\n</li>\n<li><p>Update Transit Flight Manifest</p>\n</li>\n</ul>\n<p><strong>Descriptions</strong>: GHA notifies ACS about transit cargo offloaded from aircraft, Airline will update the bookings of offloaded shipments and inform Customs (CUS) and GHA of the new flight details</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>GHA System→ Airport Community System → Airline System</p>\n</li>\n<li><p>GHA System→ Airport Community System → Pakistan Single Window System</p>\n</li>\n<li><p>Airline System→ Airport Community System → GHA System</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","transit","outbound","offload-manifests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"30a8f8d1-d1cb-4061-a42b-62a1394fda4a"}],"id":"31f94dd6-6639-4467-bf75-b5baa4b21277","_postman_id":"31f94dd6-6639-4467-bf75-b5baa4b21277","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"422bf14c-da7a-41a2-bf23-a7eb74f47b23","description":"<p>API endpoints for outbound transit operations including cargo preparation (FSU PRE), flight manifest creation (FFM), departure notifications (FSU DEP), offload handling (FSU BKD), and airline rebooking workflows. Completes the transit cargo lifecycle from preparation to departure.</p>\n","_postman_id":"422bf14c-da7a-41a2-bf23-a7eb74f47b23","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"02eedb20-d656-4e96-8256-68a0251c8507","_postman_id":"02eedb20-d656-4e96-8256-68a0251c8507","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"EPO module","item":[{"name":"EPO Import","item":[{"name":"Consolidated GD Submissions","item":[{"name":"Submit Consolidated GD to PSW","id":"3596ee83-b9dd-4e3c-99a9-314a7a8407a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f985fe82-bf58-4c5b-bde1-faa83216724c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.397Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"epoId\": \"EPO-001\",\n    \"flightNumber\": \"PK301\",\n    \"flightDate\": \"2025-11-21\",\n    \"items\": [\n        {\n            \"awbNumber\": \"214-12345678\",\n            \"hawbNumbers\": [\n                \"214-12345689\",\n                \"214-12345699\"\n            ],\n            \"consignee\": {\n                \"name\": \"Karachi Electronics Ltd\",\n                \"address\": \"Plot 45, Industrial Area, Karachi\",\n                \"city\": \"Karachi\",\n                \"postalCode\": \"75500\",\n                \"country\": \"PK\",\n                \"contactName\": \"Ahmed Khan\",\n                \"phone\": \"+92-300-1234567\",\n                \"email\": \"ahmed@electronics.pk\",\n                \"ntn\": \"1234567-8\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\"\n            },\n            \"hsCode\": \"8471.30\",\n            \"description\": \"Laptop Computer\",\n            \"quantity\": 1,\n            \"unitValue\": 800,\n            \"currency\": \"USD\",\n            \"weight\": {\n                \"value\": \"3.5\",\n                \"unit\": \"KGM\"\n            },\n            \"dutyAmount\": 50,\n            \"taxAmount\": 100,\n            \"communicationToConsignee\": \"Please confirm receipt of this shipment and ensure proper handling upon arrival.\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"totalDeclaredValue\": 800\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/import/consolidated-gd-submissions","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.I3EPO.5</p>\n</li>\n<li><p>EPO.I11EPO.6</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Submit Consolidated Goods Declaration in PSW</p>\n</li>\n<li><p>PSW sends the Goods Declaration data to WeBOC</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-1-EPOI-SDI-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-1-EPOI-SDI-R-01-UC-04</p>\n</li>\n</ul>\n<p><strong>Description:</strong></p>\n<ul>\n<li><p>EPO system sends Goods Declaration data to PSW via API or EDI.</p>\n</li>\n<li><p>PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>epoId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>EPO reference format</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>items</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of item objects (at least one required)</td>\n</tr>\n<tr>\n<td>items.awbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>items.hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of HAWB numbers (each should follow AWB number format)</td>\n</tr>\n<tr>\n<td>items.consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>items.consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>items.consignee.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>items.consignee.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the consignee</td>\n</tr>\n<tr>\n<td>items.consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>items.consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>items.consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>items.consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>items.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>HS Code (e.g., \"8471.30\")</td>\n</tr>\n<tr>\n<td>items.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the item</td>\n</tr>\n<tr>\n<td>items.quantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Quantity of the item (must be a positive integer)</td>\n</tr>\n<tr>\n<td>items.unitValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Unit value of the item (e.g., 800)</td>\n</tr>\n<tr>\n<td>items.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>items.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>items.weight.value</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Weight value of the item (must be positive)</td>\n</tr>\n<tr>\n<td>items.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>items.dutyAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Duty amount per item, must be positive.</td>\n</tr>\n<tr>\n<td>items.taxAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Tax amount per item, must be positive.</td>\n</tr>\n<tr>\n<td>items.communicationToConsignee</td>\n<td>String</td>\n<td>n/a</td>\n<td>O</td>\n<td>Communication message to the consignee.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total number of items (must be a positive integer)</td>\n</tr>\n<tr>\n<td>totalDeclaredValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total declared value (must be positive)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","import","consolidated-gd-submissions"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3596ee83-b9dd-4e3c-99a9-314a7a8407a3"},{"name":"Create Duty/Tax Notification","id":"355a1acb-a0cf-44ab-9a2e-845c24a32ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"52ce1fb6-689b-4fe1-9995-7c7c06dfc546","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.397Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hawbNumber\": [\n        \"214-12345689\",\n        \"214-12345700\"\n    ],\n    \"mawbNumber\": \"176-12345678\",\n    \"gdSubmissionId\": \"gd-sub-20251201-001\",\n    \"gdReference\": \"PSW-GD-2025-12345678\",\n    \"consignee\": {\n        \"name\": \"Ali Hassan\",\n        \"email\": \"ali.hassan@example.com\",\n        \"phone\": \"+92-300-1234567\",\n        \"address\": {\n            \"street\": \"123 Main Street\",\n            \"city\": \"Karachi\",\n            \"postalCode\": \"75600\",\n            \"country\": \"PK\"\n        },\n        \"ntn\": \"1234567-8\",\n        \"cnic\": \"42101-1234567-1\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"commodity\": {\n        \"description\": \"Electronic Accessories\",\n        \"hsCode\": \"8518.30.00\",\n        \"valueForCustoms\": 250.0,\n        \"currency\": \"USD\"\n    },\n    \"dutyTaxBreakdown\": {\n        \"customsDuty\": {\n            \"amount\": 5000.0,\n            \"rate\": 20.0,\n            \"rateUnit\": \"PERCENT\"\n        },\n        \"salesTax\": {\n            \"amount\": 8500.0,\n            \"rate\": 17.0,\n            \"rateUnit\": \"PERCENT\"\n        },\n        \"incomeTax\": {\n            \"amount\": 1250.0,\n            \"rate\": 5.0,\n            \"rateUnit\": \"PERCENT\"\n        },\n        \"totalAmount\": 14750.0,\n        \"currency\": \"PKR\"\n    },\n    \"transportationFee\": {\n        \"amount\": 1500.0,\n        \"currency\": \"PKR\",\n        \"description\": \"EPO door-to-door delivery service\"\n    },\n    \"grandTotal\": {\n        \"amount\": 16250.0,\n        \"currency\": \"PKR\"\n    },\n    \"epoOperator\": {\n        \"epoCode\": \"TCS-KHI\",\n        \"epoName\": \"TCS Express\"\n    },\n    \"notifiedBy\": {\n        \"role\": \"EPO_ADMIN\",\n        \"fullName\": \"Ahmed Khan\",\n        \"cnic\": \"42101-1234567-1\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/import/duty-tax-notifications","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.I3EPO.5</p>\n</li>\n<li><p>EPO.I11EPO.6</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Submit Consolidated Goods Declaration in PSW</p>\n</li>\n<li><p>PSW sends the Goods Declaration data to WeBOC</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-1-EPOI-SDI-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-1-EPOI-SDI-R-01-UC-04</p>\n</li>\n</ul>\n<p><strong>Description:</strong></p>\n<ul>\n<li><p>EPO system sends Goods Declaration data to PSW via API or EDI.</p>\n</li>\n<li><p>PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of HAWB numbers (each should follow AWB number format)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>gdSubmissionId</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Format: gd-sub-YYYYMMDD-###</td>\n</tr>\n<tr>\n<td>gdReference</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Format: PSW-GD-YYYY-########</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, address, phone, email, ntn, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the consignee</td>\n</tr>\n<tr>\n<td>consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignee.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignee.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, postalCode, country</td>\n</tr>\n<tr>\n<td>consignee.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignee</td>\n</tr>\n<tr>\n<td>consignee.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>consignee.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>consignee.address.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include description, hsCode, valueForCustoms, currency</td>\n</tr>\n<tr>\n<td>commodity.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>commodity.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>HS Code (e.g., \"8518.30.00\")</td>\n</tr>\n<tr>\n<td>commodity.valueForCustoms</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Value for customs, must be a positive number.</td>\n</tr>\n<tr>\n<td>commodity.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include customsDuty, salesTax, incomeTax, totalAmount, and currency</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.customsDuty</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include amount, rate, and rateUnit</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.customsDuty.amount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Customs duty amount, must be a positive number.</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.customsDuty.rate</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Rate for customs duty, must be a positive number.</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.customsDuty.rateUnit</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Rate unit (e.g., \"PERCENT\")</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.salesTax</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include amount, rate, and rateUnit</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.salesTax.amount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Sales tax amount, must be a positive number.</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.salesTax.rate</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Rate for sales tax, must be a positive number.</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.salesTax.rateUnit</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Rate unit (e.g., \"PERCENT\")</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.incomeTax</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include amount, rate, and rateUnit</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.incomeTax.amount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Income tax amount, must be a positive number.</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.incomeTax.rate</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Rate for income tax , must be a positive number.</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.incomeTax.rateUnit</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Rate unit (e.g., \"PERCENT\")</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.totalAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total amount, must be a positive number.</td>\n</tr>\n<tr>\n<td>dutyTaxBreakdown.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>transportationFee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include amount, currency, description</td>\n</tr>\n<tr>\n<td>transportationFee.amount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Amount for transportation fee, must be a positive number.</td>\n</tr>\n<tr>\n<td>transportationFee.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>transportationFee.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of transportation fee</td>\n</tr>\n<tr>\n<td>grandTotal</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include amount and currency</td>\n</tr>\n<tr>\n<td>grandTotal.amount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Grand total amount, must be a positive number.</td>\n</tr>\n<tr>\n<td>grandTotal.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>epoOperator</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include epoCode and epoName</td>\n</tr>\n<tr>\n<td>epoOperator.epoCode</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>EPO code</td>\n</tr>\n<tr>\n<td>epoOperator.epoName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>EPO name</td>\n</tr>\n<tr>\n<td>notifiedBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include role, fullName, cnic, accountNumber</td>\n</tr>\n<tr>\n<td>notifiedBy.role</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Role of the person notifying (e.g., \"EPO_ADMIN\")</td>\n</tr>\n<tr>\n<td>notifiedBy.fullName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Full name of the notifier</td>\n</tr>\n<tr>\n<td>notifiedBy.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>notifiedBy.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of the notifier</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","import","duty-tax-notifications"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"355a1acb-a0cf-44ab-9a2e-845c24a32ecd"}],"id":"95ec0c6a-138e-47ea-bc4d-4bf89d512903","description":"<p>Endpoints for EPO to submit consolidated Goods Declaration (GD) to PSW before flight arrival. Enables pre-flight customs clearance for express shipments per WCO Immediate Release Guidelines.</p>\n","_postman_id":"95ec0c6a-138e-47ea-bc4d-4bf89d512903","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Cargo Arrival Notifications","item":[{"name":"Receive Flight Arrival (ARR)","id":"1325bb09-36d7-465a-8ec8-74be7db1ec39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"8bcf365f-ab6f-46c1-a9bc-6312c07f91c1","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (e.g., EPO, GHA, AIRLINE)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965ARR_e6aa51dc-573a-4804-ac61-af41c5897c47\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965-ARR\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"2815\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"006-27650965\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BOS\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LYS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"ARR\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"2815\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"17\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF140D\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LYS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Arrival\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/import/flight-arrivals/receipts","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.I7GHA.1</p>\n</li>\n<li><p>EPO.I8EPO.2</p>\n</li>\n<li><p>EPO.I9GHA.3</p>\n</li>\n<li><p>EPO.I10EPO.4</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Send Cargo Arrival Information to ACS</p>\n</li>\n<li><p>Receive Cargo Arrival Information from ACS</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-2-EPOI-CAI-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-2-EPOI-CAI-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>GHA/Airline sends FSU/XFSU messages to ACS via API or UI.</p>\n</li>\n<li><p>ACS sends FSU/XFSU messages to EPO via API or EDI.</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Ground Handling Agent System (I7GHA) → Airport Community System → Express Parcel Operator System (I8EPO)</p>\n</li>\n<li><p>Airline System → Airport Community System → Express Parcel Operator System (I8EPO)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","import","flight-arrivals","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1325bb09-36d7-465a-8ec8-74be7db1ec39"},{"name":"Receive Cargo Received (RCF)","id":"c07c95a0-5546-4178-923f-3df26d6b3cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"82c2c414-3891-4bcd-b2db-840736f1e16c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"MessageHeaderDocument\": {\n\t\t\"ID\": {\n\t\t\t\"Value\": \"006-27650965RCF_e6aa51dc-573a-4804-ac61-af41c5897c47\"\n\t\t},\n\t\t\"Name\": {\n\t\t\t\"Value\": \"Cargo Status\"\n\t\t},\n\t\t\"TypeCode\": {\n\t\t\t\"Value\": \"34\"\n\t\t},\n\t\t\"IssueDateTime\": {\n\t\t\t\"Value\": \"2017-11-09T12:51:00Z\"\n\t\t},\n\t\t\"PurposeCode\": {\n\t\t\t\"Value\": \"Creation\"\n\t\t},\n\t\t\"VersionID\": {\n\t\t\t\"Value\": \"6.00\"\n\t\t},\n\t\t\"SenderParty\": [\n\t\t\t{\n\t\t\t\t\"PrimaryID\": {\n\t\t\t\t\t\"schemeID\": \"C\",\n\t\t\t\t\t\"Value\": \"QVIFMAF\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"PrimaryID\": {\n\t\t\t\t\t\"schemeID\": \"T\",\n\t\t\t\t\t\"Value\": \"QVIFMAF\"\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"RecipientParty\": {\n\t\t\t\"PrimaryID\": {\n\t\t\t\t\"schemeID\": \"C\",\n\t\t\t\t\"Value\": \"QHZEMKL\"\n\t\t\t}\n\t\t}\n\t},\n\t\"BusinessHeaderDocument\": {\n\t\t\"ID\": {\n\t\t\t\"Value\": \"006-27650965-RCF\"\n\t\t}\n\t},\n\t\"MasterConsignment\": {\n\t\t\"GrossWeightMeasure\": {\n\t\t\t\"unitCode\": \"KGM\",\n\t\t\t\"Value\": \"2815\"\n\t\t},\n\t\t\"PieceQuantity\": {\n\t\t\t\"Value\": \"17\"\n\t\t},\n\t\t\"LoadTypeCode\": {\n\t\t\t\"Value\": \"BLK\"\n\t\t},\n\t\t\"TotalPieceQuantity\": {\n\t\t\t\"Value\": \"17\"\n\t\t},\n\t\t\"TransportSplitDescription\": {\n\t\t\t\"Value\": \"T\"\n\t\t},\n\t\t\"TransportContractDocument\": {\n\t\t\t\"ID\": {\n\t\t\t\t\"Value\": \"006-27650965\"\n\t\t\t},\n\t\t\t\"Name\": {\n\t\t\t\t\"Value\": \"Air Waybill\"\n\t\t\t},\n\t\t\t\"TypeCode\": {\n\t\t\t\t\"Value\": \"740\"\n\t\t\t}\n\t\t},\n\t\t\"OriginLocation\": {\n\t\t\t\"ID\": {\n\t\t\t\t\"Value\": \"BOS\"\n\t\t\t}\n\t\t},\n\t\t\"FinalDestinationLocation\": {\n\t\t\t\"ID\": {\n\t\t\t\t\"Value\": \"LYS\"\n\t\t\t}\n\t\t},\n\t\t\"ReportedStatus\": {\n\t\t\t\"ReasonCode\": {\n\t\t\t\t\"Value\": \"RCF\"\n\t\t\t},\n\t\t\t\"AssociatedStatusConsignment\": {\n\t\t\t\t\"GrossWeightMeasure\": {\n\t\t\t\t\t\"unitCode\": \"KGM\",\n\t\t\t\t\t\"Value\": \"2815\"\n\t\t\t\t},\n\t\t\t\t\"GrossVolumeMeasure\": {\n\t\t\t\t\t\"unitCode\": \"MTQ\",\n\t\t\t\t\t\"Value\": \"25\"\n\t\t\t\t},\n\t\t\t\t\"PieceQuantity\": {\n\t\t\t\t\t\"Value\": \"17\"\n\t\t\t\t},\n\t\t\t\t\"TransportSplitDescription\": {\n\t\t\t\t\t\"Value\": \"T\"\n\t\t\t\t},\n\t\t\t\t\"DiscrepancyDescriptionCode\": {\n\t\t\t\t\t\"Value\": \"FDCA\"\n\t\t\t\t},\n\t\t\t\t\"SpecifiedLogisticsTransportMovement\": {\n\t\t\t\t\t\"ID\": {\n\t\t\t\t\t\t\"Value\": \"AF140D\"\n\t\t\t\t\t},\n\t\t\t\t\t\"ScheduledArrivalEvent\": {\n\t\t\t\t\t\t\"ScheduledOccurrenceDateTime\": {\n\t\t\t\t\t\t\t\"Value\": \"2017-11-09T00:00:00\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"ArrivalEvent\": {\n\t\t\t\t\t\t\"ArrivalOccurrenceDateTime\": {\n\t\t\t\t\t\t\t\"Value\": \"2017-11-09T07:00:00\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"ArrivalDateTimeTypeCode\": {\n\t\t\t\t\t\t\t\"Value\": \"A\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"DepartureEvent\": {\n\t\t\t\t\t\t\"DepartureOccurrenceDateTime\": {\n\t\t\t\t\t\t\t\"Value\": \"2017-11-09T07:00:00\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"DepartureDateTimeTypeCode\": {\n\t\t\t\t\t\t\t\"Value\": \"A\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"CarrierParty\": {\n\t\t\t\t\t\t\"PrimaryID\": {\n\t\t\t\t\t\t\t\"Value\": \"AF\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"SpecifiedLocation\": {\n\t\t\t\t\t\t\"ID\": {\n\t\t\t\t\t\t\t\"Value\": \"LYS\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"TypeCode\": {\n\t\t\t\t\t\t\t\"Value\": \"Airport\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"FlightStatusTypeCode\": {\n\t\t\t\t\t\t\t\"Value\": \"Arrival\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"SpecifiedEvent\": {\n\t\t\t\t\t\t\"OccurrenceDateTime\": {\n\t\t\t\t\t\t\t\"Value\": \"2017-11-09T07:00:00\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"DateTimeTypeCode\": {\n\t\t\t\t\t\t\t\"Value\": \"A\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/import/cargo-received-confirmations/receipts","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.I7GHA.1</p>\n</li>\n<li><p>EPO.I8EPO.2</p>\n</li>\n<li><p>EPO.I9GHA.3</p>\n</li>\n<li><p>EPO.I10EPO.4</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Send Cargo Arrival Information to ACS</p>\n</li>\n<li><p>Receive Cargo Arrival Information from ACS</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-2-EPOI-CAI-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-2-EPOI-CAI-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>GHA/Airline sends FSU/XFSU messages to ACS via API or UI.</p>\n</li>\n<li><p>ACS sends FSU/XFSU messages to EPO via API or EDI.</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Ground Handling Agent System (I9GHA) → Airport Community System → Express Parcel Operator System (I10EPO)</p>\n</li>\n<li><p>Airline System → Airport Community System → Express Parcel Operator System (I10EPO)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","import","cargo-received-confirmations","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c07c95a0-5546-4178-923f-3df26d6b3cfb"}],"id":"28d32f4b-bfb0-45c3-a2d2-eccd3e08bc7c","_postman_id":"28d32f4b-bfb0-45c3-a2d2-eccd3e08bc7c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-DO Management & Cargo Release","item":[{"name":"e-DO Issuance","item":[{"name":"Create e-DO for EPO Shipment","id":"05e5a9a6-b2de-4d0e-9f96-06f83b1ed577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"04f911a6-873f-48f2-938d-8e331d05a1f2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"doReference\": \"EDO-GHA-KHI-20251128-001\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumber\": [\n        \"176-12345689\"\n    ],\n    \"shipmentType\": \"CONSOLIDATED\",\n    \"flightNumber\": \"EK-606\",\n    \"origin\": \"DXB\",\n    \"destination\": \"KHI\",\n    \"airlineCode\": \"EK\",\n    \"airlinePrefix\": \"176\",\n    \"arrivalDate\": \"2025-11-28\",\n    \"consignee\": {\n        \"name\": \"XYZ Trading Company\",\n        \"cnic\": \"42101-9876543-2\",\n        \"ntn\": \"1234567-8\",\n        \"accountNumber\": \"ACC12345\",\n        \"contactPerson\": \"Muhammad Hassan\",\n        \"contactNumber\": \"+92-300-9876543\",\n        \"email\": \"hassan@xyztrading.pk\",\n        \"address\": {\n            \"street\": \"123 Main Boulevard\",\n            \"city\": \"Karachi\",\n            \"state\": \"Sindh\",\n            \"postalCode\": \"75500\",\n            \"country\": \"Pakistan\"\n        }\n    },\n    \"aca\": {\n        \"name\": \"Skylink Cargo\",\n        \"code\": \"SKL\",\n        \"contactNumber\": \"+92-21-1234567\"\n    },\n    \"cargo\": {\n        \"pieces\": 10,\n        \"weight\": 500,\n        \"weightUnit\": \"KGM\",\n        \"volume\": 2.5,\n        \"volumeUnit\": \"CBM\",\n        \"commodityDescription\": \"Electronics - Laptop computers\"\n    },\n    \"signatoryDetails\": {\n        \"name\": \"Ahmed Khan\",\n        \"designation\": \"Export Manager\",\n        \"cnicNumber\": \"42101-1234567-1\",\n        \"signatureDatetime\": \"2025-11-27T10:00:00\",\n        \"ipAddress\": \"203.45.67.89\"\n    },\n    \"warehouseLocation\": \"SHED-A-ROW-5-BIN-12\",\n    \"gdNumber\": \"GD-2025-123456\",\n    \"gdStatus\": \"CLEARED\",\n    \"gdClearanceDate\": \"2025-11-28T14:00:00Z\",\n    \"customsDutyPaid\": 50000,\n    \"currency\": \"PKR\",\n    \"releaseConditions\": \"All customs duties paid. Cargo cleared for release.\",\n    \"createdAt\": \"2025-12-04T12:00:00Z\",\n    \"validUntil\": \"2025-12-05T23:59:59Z\",\n    \"remarks\": \"Handle with care - fragile items\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/import/delivery-orders","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.I15GHA.9</p>\n</li>\n<li><p>EPO.I16EPO.10</p>\n</li>\n<li><p>EPO.I23GHA.17</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Send e-DO to ACS</p>\n</li>\n<li><p>Receive e-DO from ACS</p>\n</li>\n<li><p>Issue e-DO for EPO Shipments through ACS</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong></p>\n<ul>\n<li><p>IN_FR-3-EPOI-EDO-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-3-EPOI-EDO-R-01-UC-02</p>\n</li>\n<li><p>IN_FR-3-EPOI-EDO-R-01-UC-03</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>GHA sends e-DO data to ACS via API.</p>\n</li>\n<li><p>GHA creates e-DO via ACS user interface</p>\n</li>\n<li><p>ACS sends e-DO data to EPO via API.</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Ground Handling Agent System (I15GHA) → Airport Community System → Express Parcel Operator System (I16EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"CONSOLIDATED\", \"DIRECT\"]</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>arrivalDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains consignee details</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td>consignee.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignee.contactPerson</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Alphabetic with spaces/hyphens</td>\n</tr>\n<tr>\n<td>consignee.contactNumber</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignee.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must be valid email address</td>\n</tr>\n<tr>\n<td>consignee.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Address fields</td>\n</tr>\n<tr>\n<td>consignee.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text allowed</td>\n</tr>\n<tr>\n<td>consignee.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must be a valid city name</td>\n</tr>\n<tr>\n<td>consignee.address.state</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must be a valid state/province</td>\n</tr>\n<tr>\n<td>consignee.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>consignee.address.country</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Valid country name</td>\n</tr>\n<tr>\n<td>consignee.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignee</td>\n</tr>\n<tr>\n<td>aca</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>ACA details (Air Cargo Agent)</td>\n</tr>\n<tr>\n<td>aca.name</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Valid agent name</td>\n</tr>\n<tr>\n<td>aca.code</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Agent code/abbreviation</td>\n</tr>\n<tr>\n<td>aca.contactNumber</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>cargo</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Cargo info</td>\n</tr>\n<tr>\n<td>cargo.pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>cargo.weight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>cargo.weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure</td>\n</tr>\n<tr>\n<td>cargo.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number if present</td>\n</tr>\n<tr>\n<td>cargo.volumeUnit</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included.</td>\n</tr>\n<tr>\n<td>cargo.commodityDescription</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>signatoryDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Signing party info</td>\n</tr>\n<tr>\n<td>signatoryDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Alphabetic with spaces/hyphens</td>\n</tr>\n<tr>\n<td>signatoryDetails.designation</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text job title</td>\n</tr>\n<tr>\n<td>signatoryDetails.cnicNumber</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>signatoryDetails.signatureDatetime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>signatoryDetails.ipAddress</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must be valid IPv4/IPv6</td>\n</tr>\n<tr>\n<td>warehouseLocation</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text location code</td>\n</tr>\n<tr>\n<td>gdNumber</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>GD ref format (GD-YYYY-XXXXXX)</td>\n</tr>\n<tr>\n<td>gdStatus</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Must be one of [\"CLEARED\", \"HELD\", \"RELEASED\", etc.]</td>\n</tr>\n<tr>\n<td>gdClearanceDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>customsDutyPaid</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>releaseConditions</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","import","delivery-orders"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"05e5a9a6-b2de-4d0e-9f96-06f83b1ed577"}],"id":"15dafa21-af09-4afb-90af-5e71ce2006f6","description":"<p>e-DO (electronic Delivery Order) issuance endpoints. GHA creates e-DO, ACS pushes to EPO with payment link.</p>\n","_postman_id":"15dafa21-af09-4afb-90af-5e71ce2006f6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-DO Payment","item":[{"name":"Pay e-DO via PSW UPS","id":"b68862fc-4415-47a3-9ff8-1ebb48973b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"107fcf9e-220d-45dc-b7bf-4eeed6acfc32","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"edoId\": \"edo-20251205-001\",\n    \"edoNumber\": \"EDO-KHI-2025-001234\",\n    \"psid\": \"UPS-EPO-EDO-20251205-001234\",\n    \"payer\": {\n        \"epoCode\": \"TCS-KHI\",\n        \"epoName\": \"TCS Express\",\n        \"accountNumber\": \"ACC12345\",\n        \"contactPerson\": {\n            \"name\": \"Ahmed Khan\",\n            \"email\": \"operations@tcs.com.pk\",\n            \"phone\": \"+92-21-111-123-456\"\n        },\n        \"cnic\": \"42101-1234567-1\",\n        \"ntn\": \"1234567-8\"\n    },\n    \"amount\": 5500.0,\n    \"currency\": \"PKR\",\n    \"paymentMethod\": \"BANK_TRANSFER\",\n    \"paymentReference\": \"TRX-UPS-20251205-567890\",\n    \"paidAt\": \"2025-12-05T17:30:00Z\",\n    \"paymentDetails\": {\n        \"transactionId\": \"TRX-UPS-20251205-567890\",\n        \"paymentMethod\": \"BANK_TRANSFER\",\n        \"paymentAmount\": 5500.0,\n        \"paymentCurrency\": \"PKR\",\n        \"paymentStatus\": \"COMPLETED\",\n        \"paidAt\": \"2025-12-05T17:30:00Z\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/import/delivery-order-payments","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.I17GHA.11</p>\n</li>\n<li><p>EPO.I21EPO.14</p>\n</li>\n<li><p>EPO.I22EPO.16</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>View Outgoing Payments in ACS</p>\n</li>\n<li><p>View Incoming Payments in ACS</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-4-EPOI-PAY-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-4-EPOI-PAY-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description:</strong></p>\n<ul>\n<li><p>EPO views outgoing payments/invoices in ACS UI.</p>\n</li>\n<li><p>EPO views incoming payments/invoices in ACS UI.</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (I16EPO) → Airport Community System</p>\n<p><strong>Priority</strong>: P2</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>edoId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>EDO reference format (e.g., edo-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>edoNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>EDO reference format (e.g., EDO-KHI-YYYY-XXX)</td>\n</tr>\n<tr>\n<td>psid</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the PSID (e.g., UPS-EPO-EDO-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>payer</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains payer details</td>\n</tr>\n<tr>\n<td>payer.epoCode</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>EPO code</td>\n</tr>\n<tr>\n<td>payer.epoName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the EPO</td>\n</tr>\n<tr>\n<td>payer.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of the payer</td>\n</tr>\n<tr>\n<td>payer.contactPerson</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contact person details</td>\n</tr>\n<tr>\n<td>payer.contactPerson.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the contact person</td>\n</tr>\n<tr>\n<td>payer.contactPerson.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>payer.contactPerson.phone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>payer.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>payer.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Payment amount, must be positive</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Payment method (e.g., \"BANK_TRANSFER\")</td>\n</tr>\n<tr>\n<td>paymentReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique payment reference (e.g., TRX-UPS-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>paidAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>paymentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains details of the payment</td>\n</tr>\n<tr>\n<td>paymentDetails.transactionId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Transaction ID for the payment</td>\n</tr>\n<tr>\n<td>paymentDetails.paymentMethod</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Payment method (e.g., \"BANK_TRANSFER\")</td>\n</tr>\n<tr>\n<td>paymentDetails.paymentAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Amount paid (must match the <code>amount</code> field)</td>\n</tr>\n<tr>\n<td>paymentDetails.paymentCurrency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>paymentDetails.paymentStatus</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Status of the payment (e.g., \"COMPLETED\")</td>\n</tr>\n<tr>\n<td>paymentDetails.paidAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","import","delivery-order-payments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b68862fc-4415-47a3-9ff8-1ebb48973b98"}],"id":"0ea8dd8a-65b7-41df-8d8c-270831f1cfb9","description":"<p>e-DO payment processing endpoints. EPO pays via PSW UPS gateway, GHA receives payment confirmation.</p>\n","_postman_id":"0ea8dd8a-65b7-41df-8d8c-270831f1cfb9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"60868ad0-e17b-4a87-9673-1708a603d50c","description":"<p>API endpoints for electronic Delivery Order (e-DO) issuance, payment processing via PSW UPS gateway, and cargo release to EPO (Express Post Office). Replaces traditional paper delivery orders with digital workflow.</p>\n","_postman_id":"60868ad0-e17b-4a87-9673-1708a603d50c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"GHA Handling","item":[{"name":"Create GHA Handling Invoice","id":"fdf2eb86-55e9-43b6-8ca1-51b99ee04c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9b1e24d9-5ede-47de-a9f0-68928f3ef1bf","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumber\": [\n        \"176-12345689\"\n    ],\n    \"gdNumber\": \"GD-2025-123456\",\n    \"clearanceDate\": \"2025-11-28T14:00:00Z\",\n    \"invoiceType\": \"HANDLING_AND_STORAGE\",\n    \"cargo\": {\n        \"pieces\": 10,\n        \"weight\": 500,\n        \"weightUnit\": \"KGM\",\n        \"volume\": 2.5,\n        \"volumeUnit\": \"CBM\"\n    },\n    \"arrivalDate\": \"2025-11-28T20:00:00Z\",\n    \"invoiceDate\": \"2025-11-28T15:00:00Z\",\n    \"handlingFee\": 5000,\n    \"storageDays\": 0,\n    \"freeDays\": 3,\n    \"storageRatePerDay\": 200,\n    \"totalStorageFee\": 0,\n    \"xrayRequired\": true,\n    \"xrayFee\": 1000,\n    \"otherCharges\": 500,\n    \"otherChargesDescription\": \"Documentation & administrative fees\",\n    \"subtotal\": 6500,\n    \"taxRate\": 0.13,\n    \"taxAmount\": 845,\n    \"totalAmount\": 7345,\n    \"currency\": \"PKR\",\n    \"billToType\": \"CONSIGNEE\",\n    \"billToId\": \"CNE-123\",\n    \"billToName\": \"XYZ Trading Company\",\n    \"billToCNIC\": \"42101-9876543-2\",\n    \"dueDate\": \"2025-12-05T23:59:59Z\",\n    \"remarks\": \"Cargo arrived same day, no storage charges\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/import/gha-handling-invoices","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.I20GHA.13</p>\n</li>\n<li><p>EPO.I21EPO.14</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Create GHA Handling &amp; Storage Charges Invoice in ACS</p>\n<p><strong>Integration Point</strong>: IN_FR-5-EPOI-HSC-R-01-UC-01</p>\n<p><strong>Description</strong>: GHA creates H&amp;S invoice via ACS UI.</p>\n<p><strong>Process Flow</strong>: Ground Handling Agent System (I20GHA) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>⚠️ Note</strong>: Already covered in ACS EOPS-GHA (Import). Reference No: G.I20GHA.31</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition (M/O/C)</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mawbNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>hawbNumber</code></td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>If provided, each must be valid AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>gdNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX)</td>\n</tr>\n<tr>\n<td><code>clearanceDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>O</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>invoiceType</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of [\"HANDLING_AND_STORAGE\", \"XRAY\", etc.]</td>\n</tr>\n<tr>\n<td><code>cargo</code></td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains cargo details</td>\n</tr>\n<tr>\n<td><code>cargo.pieces</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td><code>cargo.weight</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td><code>cargo.weightUnit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>cargo.volume</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td><code>cargo.volumeUnit</code></td>\n<td>String</td>\n<td>3</td>\n<td>O</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>invoiceDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>handlingFee</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number or zero</td>\n</tr>\n<tr>\n<td><code>storageDays</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>O</td>\n<td>Non-negative integer</td>\n</tr>\n<tr>\n<td><code>freeDays</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>O</td>\n<td>Non-negative integer</td>\n</tr>\n<tr>\n<td><code>storageRatePerDay</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td><code>totalStorageFee</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must equal (storageDays - freeDays) * storageRatePerDay if &gt;0 else 0</td>\n</tr>\n<tr>\n<td><code>xrayRequired</code></td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>O</td>\n<td><code>true</code> or <code>false</code></td>\n</tr>\n<tr>\n<td><code>xrayFee</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Required if <code>xrayRequired=true</code>; positive number</td>\n</tr>\n<tr>\n<td><code>otherCharges</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number or zero</td>\n</tr>\n<tr>\n<td><code>otherChargesDescription</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges)</td>\n</tr>\n<tr>\n<td><code>taxRate</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Decimal (e.g., <code>0.13</code>) between <code>0–1</code></td>\n</tr>\n<tr>\n<td><code>taxAmount</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must equal <code>subtotal \\\\\\* taxRate</code></td>\n</tr>\n<tr>\n<td><code>totalAmount</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must equal <code>subtotal + taxAmount</code></td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td><code>billToType</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc]</td>\n</tr>\n<tr>\n<td><code>billToId</code></td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Required if billToType ≠ INDIVIDUAL</td>\n</tr>\n<tr>\n<td><code>billToName</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td><code>billToCNIC</code></td>\n<td>String</td>\n<td>15</td>\n<td>C</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td><code>dueDate</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>remarks</code></td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","import","gha-handling-invoices"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf2eb86-55e9-43b6-8ca1-51b99ee04c5c"}],"id":"5ce0899b-d49c-4d6e-b526-bc5ab643e281","_postman_id":"5ce0899b-d49c-4d6e-b526-bc5ab643e281","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"fb785df2-5c6d-4c5d-b77d-7833048865da","_postman_id":"fb785df2-5c6d-4c5d-b77d-7833048865da","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"EPO Export","item":[{"name":"AWB Stock Management","item":[{"name":"Request AWB Stock","id":"3918e240-beb0-447c-aa3b-662975774a2f","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"0b8d382f-50a6-4b23-81b3-e04fde7153a2","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airline\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"acaName\": \"Sky Freight International\",\n        \"acaIataNumber\": \"12345678\",\n        \"acaCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"numberOfAWBsRequired\": 100,\n    \"predefinedStockLevels\": [\n        \"Standard\",\n        \"High\",\n        \"Low\"\n    ],\n    \"additionalNotes\": \"Stock required for peak season.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/awb-stock-requests","description":"<p><strong>Requirement Reference:</strong></p>\n<ul>\n<li><p>EPO.E1AL.1</p>\n</li>\n<li><p>EPO.E1EPO.2</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>:</p>\n<ul>\n<li><p>AWB Stock Management between ACA and Airline</p>\n</li>\n<li><p>Express Parcel Operator as IATA agent</p>\n</li>\n</ul>\n<p><strong>Integration Point:</strong> IN_FR-1-EPO-SAM-R-01-UC-01</p>\n<p><strong>Descriptions:</strong></p>\n<ul>\n<li><p>Airline receives AWB stock request / reply via ACS</p>\n</li>\n<li><p>ACS will enable the Express Parcel Operator to send AWB stock requests digitally, allow the Airline to respond through ACS, and manage the complete AWB stock process within the system.</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)</p>\n</li>\n<li><p>Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include all details of airline</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include all ACA details</td>\n</tr>\n<tr>\n<td>acaDetails.acaName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>acaDetails.acaIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if acaCassNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.acaCassNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Required if acaIataNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number</td>\n</tr>\n<tr>\n<td>epoDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include all EPO details</td>\n</tr>\n<tr>\n<td>epoDetails.epoName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>EPO name</td>\n</tr>\n<tr>\n<td>epoDetails.epoIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if epoCassNumber is empty</td>\n</tr>\n<tr>\n<td>epoDetails.epoCassNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Required if epoIataNumber is empty</td>\n</tr>\n<tr>\n<td>epoDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>EPO account number</td>\n</tr>\n<tr>\n<td>numberOfAWBsRequired</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>predefinedStockLevels</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include valid stock levels</td>\n</tr>\n<tr>\n<td>additionalNotes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Optional notes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","awb-stock-requests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"a903aadb-20bb-4dfa-9db1-32489fb34a42","name":"Air Cargo Agent","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"application/json","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"52327b11-249c-4ca3-b985-c50f8ac2fdb0","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airline\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"acaName\": \"Sky Freight International\",\n        \"acaIataNumber\": \"12345678\",\n        \"acaCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"numberOfAWBsRequired\": 100,\n    \"predefinedStockLevels\": [\n        \"Standard\",\n        \"High\",\n        \"Low\"\n    ],\n    \"additionalNotes\": \"Stock required for peak season.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/awb-stock-requests"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a8d4e879-9efc-42ba-b8ec-0c1e98204021","name":"Express Parcel Operator","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"application/json","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"4eaebd0a-79e7-4d33-9f43-9578e6e6411c","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airline\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"epoDetails\": {\n        \"epoName\": \"FedEx Express\",\n        \"epoIataNumber\": \"12345678\",\n        \"epoCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"numberOfAWBsRequired\": 100,\n    \"predefinedStockLevels\": [\n        \"Standard\",\n        \"High\",\n        \"Low\"\n    ],\n    \"additionalNotes\": \"Stock required for peak season.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/awb-stock-requests"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"3918e240-beb0-447c-aa3b-662975774a2f"},{"name":"Receive AWB Stock Allocation from Airline","id":"d05cdf07-2e21-4812-8f40-75073e06e93d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b8a1e737-662b-42ba-b3fd-829a5d0f7a69","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.398Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"assignmentDateTime\": \"2025-11-25T09:00:00\",\n        \"userApprovingRequest\": \"Ahmed Khan\",\n        \"availableQuantity\": 100,\n        \"allocationQuantity\": 90,\n        \"stockValidityDate\": \"2026-12-31\",\n        \"notes\": \"Stock is available for immediate allocation.\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"acaName\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/awb-stock-allocations/receipts","description":"<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>EPO.E1AL.1</p>\n</li>\n<li><p>EPO.E1EPO.2</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>AWB Stock Management between ACA and Airline</p>\n</li>\n<li><p>Express Parcel Operator as IATA agent</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-1-EPO-SAM-R-01-UC-01</p>\n<p><strong>Descriptions:</strong></p>\n<ul>\n<li><p>Airline receives AWB stock request / reply via ACS</p>\n</li>\n<li><p>ACS will enable the Express Parcel Operator to send AWB stock requests digitally, allow the Airline to respond through ACS, and manage the complete AWB stock process within the system.</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)</p>\n</li>\n<li><p>Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stockDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes</td>\n</tr>\n<tr>\n<td>stockDetails.stockRange</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\")</td>\n</tr>\n<tr>\n<td>stockDetails.startingAWBNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.endingAWBNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.assignmentDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>stockDetails.userApprovingRequest</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the user approving the request</td>\n</tr>\n<tr>\n<td>stockDetails.availableQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>stockDetails.allocationQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>stockDetails.stockValidityDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>stockDetails.notes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text</td>\n</tr>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must include airline name, prefix, and two-letter code</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name (e.g., \"Emirates Airlines\")</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ACA name, IATA number, and CASS number</td>\n</tr>\n<tr>\n<td>acaDetails.acaName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>acaDetails.acaIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.acaCassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>epoDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include all EPO details</td>\n</tr>\n<tr>\n<td>epoDetails.epoName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>EPO name</td>\n</tr>\n<tr>\n<td>epoDetails.epoIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if epoCassNumber is empty</td>\n</tr>\n<tr>\n<td>epoDetails.epoCassNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Required if epoIataNumber is empty</td>\n</tr>\n<tr>\n<td>epoDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>EPO account number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","awb-stock-allocations","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"1a631967-a5ba-49c8-a65b-2ad35f3484b2","name":"Air Cargo Agent","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"application/json","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"a0aea2bd-efa6-4bf0-847b-335bf57bd1d6","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"assignmentDateTime\": \"2025-11-25T09:00:00\",\n        \"userApprovingRequest\": \"Ahmed Khan\",\n        \"availableQuantity\": 100,\n        \"allocationQuantity\": 90,\n        \"stockValidityDate\": \"2026-12-31\",\n        \"notes\": \"Stock is available for immediate allocation.\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"acaName\": \"Sky Freight International\",\n        \"acaIataNumber\": \"12345678\",\n        \"acaCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/awb-stock-allocations/receipts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"86ffafc9-a3d0-4357-be03-6bf4555cdd47","name":"Express Parcel Operator","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"application/json","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"f50f3b4a-136e-4331-87ae-4efda6cbbb01","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"assignmentDateTime\": \"2025-11-25T09:00:00\",\n        \"userApprovingRequest\": \"Ahmed Khan\",\n        \"availableQuantity\": 100,\n        \"allocationQuantity\": 90,\n        \"stockValidityDate\": \"2026-12-31\",\n        \"notes\": \"Stock is available for immediate allocation.\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"epoDetails\": {\n        \"epoName\": \"FedEx Express\",\n        \"epoIataNumber\": \"12345678\",\n        \"epoCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/awb-stock-allocations/receipts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d05cdf07-2e21-4812-8f40-75073e06e93d"},{"name":"Return Allocated AWB Stocks","id":"43d79d92-b838-429e-a677-9039a4a38f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"cc9912bb-3c56-4b8d-888d-f3d493ef95e3","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"returnQuantity\": 50,\n        \"remainingQuantityAfterReturn\": 40,\n        \"utilization rate\": \"50%\",\n        \"notes\": \"AWBs returned due to excess allocation\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"acaName\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"userMakingRequest\": \"Ahmed Khan\",\n    \"requestDateTime\": \"2025-11-25T10:30:00Z\"\n}","options":{"raw":{"language":"json"}}},"description":"<p><strong>Requirement Reference:</strong> EPO.E1EPO.2</p>\n<p><strong>Use Case</strong>: Express Parcel Operator as IATA agent</p>\n<p><strong>Integration Point</strong>: IN_FR-1-EPO-SAM-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS will enable the Express Parcel Operator to send AWB stock requests digitally, allow the Airline to respond through ACS, and manage the complete AWB stock process within the system.</p>\n<p><strong>Process Flow</strong>: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stockDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include stock details</td>\n</tr>\n<tr>\n<td>stockDetails.stockRange</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\")</td>\n</tr>\n<tr>\n<td>stockDetails.startingAWBNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.endingAWBNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>stockDetails.returnQuantity</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number representing returned AWBs</td>\n</tr>\n<tr>\n<td>stockDetails.remainingQuantityAfterReturn</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number representing remaining AWBs</td>\n</tr>\n<tr>\n<td>stockDetails.utilizationRate</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Percentage format (e.g., \"50%\")</td>\n</tr>\n<tr>\n<td>stockDetails.notes</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text, notes or remarks on return</td>\n</tr>\n<tr>\n<td>airlineDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include airline details</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid airline name</td>\n</tr>\n<tr>\n<td>airlineDetails.airlinePrefix</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Airline MAWB prefix</td>\n</tr>\n<tr>\n<td>airlineDetails.airlineCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td>acaDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include ACA name, IATA number, and CASS number</td>\n</tr>\n<tr>\n<td>acaDetails.acaName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name</td>\n</tr>\n<tr>\n<td>acaDetails.acaIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.acaCassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>acaDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ACA account number (e.g., \"ACC12345\")</td>\n</tr>\n<tr>\n<td>epoDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include EPO details</td>\n</tr>\n<tr>\n<td>epoDetails.epoName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>EPO name</td>\n</tr>\n<tr>\n<td>epoDetails.epoIataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if epoCassNumber is empty</td>\n</tr>\n<tr>\n<td>epoDetails.epoCassNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Required if epoIataNumber is empty</td>\n</tr>\n<tr>\n<td>epoDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>EPO account number</td>\n</tr>\n<tr>\n<td>userMakingRequest</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the user making the request</td>\n</tr>\n<tr>\n<td>requestDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"6b2d5eca-a995-4fa8-a147-c06199130dc3","name":"Air Cargo Agent","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"80a4fb70-8e24-43ee-9497-c776f392cdf6","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"returnQuantity\": 50,\n        \"remainingQuantityAfterReturn\": 40,\n        \"utilization rate\": \"50%\",\n        \"notes\": \"AWBs returned due to excess allocation\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"acaDetails\": {\n        \"acaName\": \"Sky Freight International\",\n        \"acaIataNumber\": \"12345678\",\n        \"acaCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"userMakingRequest\": \"Ahmed Khan\",\n    \"requestDateTime\": \"2025-11-25T10:30:00Z\"\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a317724b-3004-4d83-b031-fa614a5c9a45","name":"Express Parcel Operator","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"3d2dadf0-f968-41b9-aca6-341a5b3291b1","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockDetails\": {\n        \"stockRange\": \"176-12345678-176-12346767\",\n        \"startingAWBNumber\": \"176-12345678\",\n        \"endingAWBNumber\": \"176-12346767\",\n        \"returnQuantity\": 50,\n        \"remainingQuantityAfterReturn\": 40,\n        \"utilization rate\": \"50%\",\n        \"notes\": \"AWBs returned due to excess allocation\"\n    },\n    \"airlineDetails\": {\n        \"airlineName\": \"Emirates Airlines\",\n        \"airlinePrefix\": \"176\",\n        \"airlineCode\": \"EK\"\n    },\n    \"epoDetails\": {\n        \"epoName\": \"FedEx Express\",\n        \"epoIataNumber\": \"12345678\",\n        \"epoCassNumber\": \"CASS12345\",\n        \"accountNumber\": \"ACC12345\"\n    },\n    \"userMakingRequest\": \"Ahmed Khan\",\n    \"requestDateTime\": \"2025-11-25T10:30:00Z\"\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"43d79d92-b838-429e-a677-9039a4a38f7b"}],"id":"b009ac9d-394c-4dc7-9ba5-08975639c112","description":"<p>AWB stock request and allocation between EPO/ACA and Airlines</p>\n","_postman_id":"b009ac9d-394c-4dc7-9ba5-08975639c112","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Shipment Request & HAWB Creation","item":[{"name":"Submit Item/Shipment Request","id":"a2da9cfc-531a-498a-82ae-9bf46294b702","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a7974b31-3faa-48e8-9e9c-3b90cf3bdeee","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\": \"quote-req-12345\",\n  \"quoteDetails\": {\n    \"amount\": 5000.0,\n    \"currency\": \"USD\", \n    \"validity\": {\n        \"startDateTime\": \"2025-12-21T06:00:00\",\n        \"endDateTime\": \"2025-12-28T06:00:00\"\n    },\n    \"status\"; \n  },\n  \"consignor\": {\n    \"name\": \"Ali Hassan\",\n    \"company\": \"Tech Exports Pvt Ltd\",\n    \"cnic\": \"42101-1234567-1\",\n    \"ntn\": \"1234567-8\",\n    \"address\": {\n      \"street\": \"123 Industrial Area\",\n      \"city\": \"Karachi\",\n      \"country\": \"PK\",\n      \"postalCode\": \"74200\"\n    },\n    \"phone\": \"+92-300-1234567\",\n    \"email\": \"ali@techexports.pk\"\n  },\n  \"consignee\": {\n    \"name\": \"John Smith\",\n    \"company\": \"Global Imports LLC\",\n    \"address\": {\n      \"street\": \"456 Business District\",\n      \"city\": \"Dubai\",\n      \"country\": \"AE\",\n      \"postalCode\": \"12345\"\n    },\n    \"phone\": \"+971-50-1234567\",\n    \"email\": \"john@globalimports.ae\"\n  },\n  \"commodity\": {\n    \"description\": \"Electronic Components - Printed Circuit Boards\",\n    \"hsCode\": \"8534.00.00\",\n    \"declaredValue\": 5000.0,\n    \"currency\": \"USD\"\n  },\n  \"pieces\": 2,\n  \"weight\": 5.5,\n  \"weightUnit\": \"KGM\",\n  \"dimensions\": {\n    \"length\": 40,\n    \"width\": 30,\n    \"height\": 20,\n    \"unit\": \"CMT\"\n  },\n  \"serviceType\": \"EXPRESS\",\n  \"pickupRequest\": {\n    \"date\": \"2025-12-21\",\n    \"timeWindowStart\": \"10:00\",\n    \"timeWindowEnd\": \"12:00\",\n    \"location\": {\n      \"address\": \"123 Industrial Area, Karachi\",\n      \"contactPerson\": \"Ahmed\",\n      \"contactPhone\": \"+92-321-1234567\"\n    }\n  },\n  \"deliveryRequest\": {\n    \"estimatedDateTime\": \"2025-12-21T06:00:00\",\n    \"location\": {\n      \"address\": \"456 Industrial Area, Karachi\",\n      \"contactPerson\": \"Faisal\",\n      \"contactPhone\": \"+92-321-1234568\"\n    }\n  },\n  \"epoDetails\": {\n    \"epoName\": \"FedEx Express\",\n    \"epoIataNumber\": \"12345678\",\n    \"epoCassNumber\": \"CASS12345\",\n    \"accountNumber\": \"ACC12345\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/item-requests","description":"<p><strong>Requirement Reference</strong>: EPO.E2CGNR.3</p>\n<p><strong>Use Case</strong>: Sends item request to Express Parcel Operator</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EPO-PSB-R-01-UC-01</p>\n<p><strong>Description:</strong> Consignor Request System - Submit shipment details and pickup request from Consignor to Express Parcel Operator</p>\n<p><strong>Process Flow</strong>: Consignor System (E2CGNR) → Airport Community System → Express Parcel Operator System (E2EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Full name of the consignor</td>\n</tr>\n<tr>\n<td>consignor.company</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Company name of the consignor</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC number (valid national ID format)</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>NTN (National Tax Number)</td>\n</tr>\n<tr>\n<td>consignor.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignor</td>\n</tr>\n<tr>\n<td>consignor.address.city</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>City of the consignor</td>\n</tr>\n<tr>\n<td>consignor.address.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Country code (e.g., \"PK\" for Pakistan)</td>\n</tr>\n<tr>\n<td>consignor.address.postalCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal code of the consignor’s address</td>\n</tr>\n<tr>\n<td>consignor.phone</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>Phone number of the consignor</td>\n</tr>\n<tr>\n<td>consignor.email</td>\n<td>String</td>\n<td>100</td>\n<td>O</td>\n<td>Email address of the consignor</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Full name of the consignee</td>\n</tr>\n<tr>\n<td>consignee.company</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Company name of the consignee</td>\n</tr>\n<tr>\n<td>consignee.address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of the consignee</td>\n</tr>\n<tr>\n<td>consignee.address.city</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>City of the consignee</td>\n</tr>\n<tr>\n<td>consignee.address.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Country code (e.g., \"AE\" for UAE)</td>\n</tr>\n<tr>\n<td>consignee.address.postalCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal code of the consignee’s address</td>\n</tr>\n<tr>\n<td>consignee.phone</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>Phone number of the consignee</td>\n</tr>\n<tr>\n<td>consignee.email</td>\n<td>String</td>\n<td>100</td>\n<td>O</td>\n<td>Email address of the consignee</td>\n</tr>\n<tr>\n<td>commodity.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>commodity.hsCode</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>HS (Harmonized System) code for the commodity</td>\n</tr>\n<tr>\n<td>commodity.declaredValue</td>\n<td>Float</td>\n<td>N/A</td>\n<td>M</td>\n<td>Declared value of the commodity</td>\n</tr>\n<tr>\n<td>commodity.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Currency of the declared value (e.g., \"USD\")</td>\n</tr>\n<tr>\n<td>pieces</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Number of pieces being shipped</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Float</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total weight of the shipment in the specified weight unit</td>\n</tr>\n<tr>\n<td>weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure</td>\n</tr>\n<tr>\n<td>dimensions.length</td>\n<td>Float</td>\n<td>N/A</td>\n<td>M</td>\n<td>Length of the shipment in the specified dimension unit</td>\n</tr>\n<tr>\n<td>dimensions.width</td>\n<td>Float</td>\n<td>N/A</td>\n<td>M</td>\n<td>Width of the shipment in the specified dimension unit</td>\n</tr>\n<tr>\n<td>dimensions.height</td>\n<td>Float</td>\n<td>N/A</td>\n<td>M</td>\n<td>Height of the shipment in the specified dimension unit</td>\n</tr>\n<tr>\n<td>dimensions.unit</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure</td>\n</tr>\n<tr>\n<td>serviceType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Type of service (e.g., \"EXPRESS\")</td>\n</tr>\n<tr>\n<td>pickupRequest.date</td>\n<td>Date</td>\n<td>N/A</td>\n<td>M</td>\n<td>Pickup request date (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>pickupRequest.timeWindowStart</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Pickup time window start (HH:mm format)</td>\n</tr>\n<tr>\n<td>pickupRequest.timeWindowEnd</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Pickup time window end (HH:mm format)</td>\n</tr>\n<tr>\n<td>pickupRequest.location.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Pickup location address</td>\n</tr>\n<tr>\n<td>pickupRequest.location.contactPerson</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Contact person at the pickup location</td>\n</tr>\n<tr>\n<td>pickupRequest.location.contactPhone</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Contact phone number of the contact person at the pickup location</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","item-requests"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2da9cfc-531a-498a-82ae-9bf46294b702"},{"name":"Create HAWB","id":"7d2c7274-c4b7-401e-be45-d7092a2b4fc7","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"17d708e0-a3de-4fac-a612-83ffbbd64294","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430_020-95947655\"\n        },\n        \"Name\": {\n            \"Value\": \"House Waybill\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"703\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T15:42:43\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"5.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"TDVAGT03TEST/AMS1\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430\"\n        },\n        \"SignatoryConsignorAuthentication\": {\n            \"Signatory\": {\n                \"Value\": \"GE ENGINE SERVICES INC.\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2016-06-15T15:42:43\"\n            },\n            \"Signatory\": {\n                \"Value\": \"020\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"JFK\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"59\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"6\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"020-95947655\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"JFK\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            }\n        },\n        \"IncludedHouseConsignment\": {\n            \"NilCarriageValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilCustomsValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilInsuranceValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"IncludedTareGrossWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"6\"\n            },\n            \"TotalPieceQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n                \"Value\": \"AIRCRAFT PARTS\"\n            },\n            \"ConsignorParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"ConsigneeParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"FreightForwarderParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"AssociatedParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"OriginLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                }\n            },\n            \"FinalDestinationLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                }\n            },\n            \"SpecifiedLogisticsTransportMovement\": {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"listID\": \"Recommendation 19\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"2\",\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"AIR TRANSPORT\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"020\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    }\n                }\n            },\n            \"HandlingSPHInstructions\": {\n                \"Description\": {\n                    \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n                },\n                \"DescriptionCode\": {\n                    \"Value\": \"EAP\"\n                }\n            },\n            \"IncludedCustomsNote\": {\n                \"ContentCode\": {\n                    \"Value\": \"A\"\n                },\n                \"Content\": {\n                    \"Value\": \"BCBP123\"\n                },\n                \"SubjectCode\": {\n                    \"Value\": \"IMP\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"CH\"\n                }\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"02095947655\"\n                },\n                \"TypeCode\": {\n                    \"listID\": \"1001\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"D09A\",\n                    \"Value\": \"740\"\n                },\n                \"Name\": {\n                    \"Value\": \"Air Waybill\"\n                }\n            },\n            \"IncludedHouseConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"6\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"Information\": {\n                    \"Value\": \"NDA\"\n                },\n                \"NatureIdentificationTransportCargo\": {\n                    \"Identification\": {\n                        \"Value\": \"AIRCRAFT PARTS\"\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"ChargeableWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/hawbs","description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71\">FHL</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>EPO.E2EPO.4</p>\n</li>\n<li><p>EPO.E3CGNR.5</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Item request received/Express Parcel Operator Collection document (HAWB) created</p>\n</li>\n<li><p>Consignor receives HAWB</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-2-EPO-AWB-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-3-EPO-PSB-R-01-UC-01</p>\n</li>\n</ul>\n<p><strong>Description:</strong></p>\n<ul>\n<li><p>HAWB Generation System - Create House Air Waybill document based on consignor's shipment request</p>\n</li>\n<li><p>Push HAWB to consignor for confirmation</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Express Parcel Operator System (E2EPO) → Airport Community System → Consignor System (E2CGNR)</p>\n</li>\n<li><p>Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","hawbs"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2c7274-c4b7-401e-be45-d7092a2b4fc7"},{"name":"Confirm HAWB","id":"c5be18c0-7c20-4805-8da5-3892e938886b","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9aa02856-87c7-4ec1-8e9b-f2ce0c9f5cbb","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"hawbNumber\": \"020-95947655\",\n  \"decision\": \"CONFIRMED\",\n  \"confirmedBy\": {\n    \"name\": \"Ali Hassan\",\n    \"cnic\": \"42101-1234567-1\",\n    \"confirmedAt\": \"2025-12-20T14:00:00Z\"\n  },\n  \"remarks\": \"All details verified and confirmed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/hawb-confirmations","description":"<p><strong>Requirement Reference</strong>: EPO.E3CGNR.5</p>\n<p><strong>Use Case</strong>: Consignor receives HAWB</p>\n<p><strong>Integration Point:</strong> IN_FR-2-EPO-AWB-R-01-UC-01</p>\n<p><strong>Description</strong>: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing</p>\n<p><strong>Process Flow</strong>: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>decision</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be one of: [\"CONFIRMED\", \"AMENDMENT_REQUESTED\"]</td>\n</tr>\n<tr>\n<td>confirmedBy.name</td>\n<td>String</td>\n<td>225</td>\n<td>M</td>\n<td>Full name of the person confirming the details</td>\n</tr>\n<tr>\n<td>confirmedBy.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>confirmedBy.confirmedAt</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional notes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","hawb-confirmations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5be18c0-7c20-4805-8da5-3892e938886b"},{"name":"Amend HAWB","id":"6c52ba0d-2a44-4774-b7fb-55244fb0d5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Request-ID","value":"7626d8f1-92fd-4feb-b27a-53ebe682c060","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430_020-95947655\"\n        },\n        \"Name\": {\n            \"Value\": \"House Waybill\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"703\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T15:42:43\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"5.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"TDVAGT03TEST/AMS1\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"JFK10099430\"\n        },\n        \"SignatoryConsignorAuthentication\": {\n            \"Signatory\": {\n                \"Value\": \"GE ENGINE SERVICES INC.\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2016-06-15T15:42:43\"\n            },\n            \"Signatory\": {\n                \"Value\": \"020\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"JFK\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"59\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"6\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"020-95947655\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"JFK\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            }\n        },\n        \"IncludedHouseConsignment\": {\n            \"NilCarriageValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilCustomsValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"NilInsuranceValueIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"IncludedTareGrossWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"6\"\n            },\n            \"TotalPieceQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n                \"Value\": \"AIRCRAFT PARTS\"\n            },\n            \"ConsignorParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"ConsigneeParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"FreightForwarderParty\": {\n                \"Name\": {\n                    \"Value\": \"GE ENGINE SERVICES INC.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"45246\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"CINCINNATI\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"US\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"United States\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"AssociatedParty\": {\n                \"Name\": {\n                    \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"55232\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"ALZEY\"\n                    },\n                    \"CountryID\": {\n                        \"schemeVersionID\": \"second edition 2006\",\n                        \"Value\": \"DE\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Germany\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"Dummy\"\n                        }\n                    },\n                    \"URIEmailCommunication\": {\n                        \"URIID\": {\n                            \"Value\": \"dummy@example.com\"\n                        }\n                    }\n                }\n            },\n            \"OriginLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                }\n            },\n            \"FinalDestinationLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                }\n            },\n            \"SpecifiedLogisticsTransportMovement\": {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"listID\": \"Recommendation 19\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"2\",\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"AIR TRANSPORT\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"020\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    }\n                }\n            },\n            \"HandlingSPHInstructions\": {\n                \"Description\": {\n                    \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n                },\n                \"DescriptionCode\": {\n                    \"Value\": \"EAP\"\n                }\n            },\n            \"IncludedCustomsNote\": {\n                \"ContentCode\": {\n                    \"Value\": \"A\"\n                },\n                \"Content\": {\n                    \"Value\": \"BCBP123\"\n                },\n                \"SubjectCode\": {\n                    \"Value\": \"IMP\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"CH\"\n                }\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"02095947655\"\n                },\n                \"TypeCode\": {\n                    \"listID\": \"1001\",\n                    \"listAgencyID\": \"6\",\n                    \"listVersionID\": \"D09A\",\n                    \"Value\": \"740\"\n                },\n                \"Name\": {\n                    \"Value\": \"Air Waybill\"\n                }\n            },\n            \"IncludedHouseConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"6\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"Information\": {\n                    \"Value\": \"NDA\"\n                },\n                \"NatureIdentificationTransportCargo\": {\n                    \"Identification\": {\n                        \"Value\": \"AIRCRAFT PARTS\"\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"ChargeableWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"6\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"description":"<p><strong>Global API References:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EPO.E3CGNR.5</p>\n<p><strong>Use Case</strong>: Consignor receives HAWB</p>\n<p><strong>Integration Point:</strong> IN_FR-2-EPO-AWB-R-01-UC-01</p>\n<p><strong>Description</strong>: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing</p>\n<p><strong>Process Flow</strong>: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"6c52ba0d-2a44-4774-b7fb-55244fb0d5a1"},{"name":"Submit Pickup Confirmation","id":"688cc65d-c9f4-4c5a-a65b-c6f06fd98950","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"20af0b59-bf21-47cf-8fbd-4cc03a3236d0","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hawbNumber\": \"020-95947655\",\n    \"pickupDateTime\": \"2025-12-21T10:30:00Z\",\n    \"pickupLocation\": {\n        \"address\": \"123 Industrial Area\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75500\",\n        \"country\": \"PK\"\n    },\n    \"pickedUpBy\": {\n        \"employeeName\": \"Farhan Khan\",\n        \"employeeCnic\": \"42101-1234567-1\",\n        \"employeeEmail\": \"farhan.khan@tcs.com.pk\",\n        \"courierNtn\": \"1234567-8\",\n        \"courierPhone\": \"+92-300-1234567\",\n        \"vehicleNumber\": \"KHI-ABC-1234\"\n    },\n    \"consignor\": {\n        \"name\": \"ABC Electronics Ltd\",\n        \"contactPerson\": \"Imran Ali\",\n        \"phone\": \"+92-300-5551234\",\n        \"email\": \"imran.ali@abcelectronics.pk\",\n        \"ntn\": \"7654321-9\",\n        \"cnic\": \"42101-7654321-0\",\n        \"accountNumber\": \"ACC56789\",\n        \"address\": {\n            \"address\": \"45 Export Processing Zone\",\n            \"city\": \"Karachi\",\n            \"postalCode\": \"74900\",\n            \"country\": \"PK\"\n        }\n    },\n    \"piecesReceived\": 2,\n    \"weightReceived\": 5.5,\n    \"weightUnit\": \"KGM\",\n    \"volume\": 0.03,\n    \"volumeUnit\": \"CBM\",\n    \"condition\": \"INTACT\",\n    \"consignorSignature\": {\n        \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n        \"name\": \"signature.png\",\n        \"contentType\": \"image/png\",\n        \"size\": 26214400\n    },\n    \"pickupPhoto\": {\n        \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c01\",\n        \"name\": \"1.png\",\n        \"contentType\": \"image/png\",\n        \"size\": 26214400\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/pickup-confirmations","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EPO.E4EPO.6</p>\n<p><strong>Use Case</strong>: Item picked or received by Express Parcel Operator</p>\n<p><strong>Integration Point:</strong> IN_FR-3-EPO-PSB-R-01-UC-01</p>\n<p><strong>Description</strong>: Pickup Confirmation System - EPO confirms physical receipt of items with actual pickup time and location details</p>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (E4EPO) → Airport Community System → Consignor System (E4CGNR)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>pickupDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SSZ)</td>\n</tr>\n<tr>\n<td>pickupLocation</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include address, city, postalCode, country</td>\n</tr>\n<tr>\n<td>pickupLocation.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street or location address</td>\n</tr>\n<tr>\n<td>pickupLocation.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be a valid city name</td>\n</tr>\n<tr>\n<td>pickupLocation.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid postal code</td>\n</tr>\n<tr>\n<td>pickupLocation.country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 Country code</td>\n</tr>\n<tr>\n<td>pickedUpBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Details of courier employee performing pickup</td>\n</tr>\n<tr>\n<td>pickedUpBy.employeeName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Alphabetic with spaces/hyphens</td>\n</tr>\n<tr>\n<td>pickedUpBy.employeeCnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>pickedUpBy.employeeEmail</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>pickedUpBy.courierNtn</td>\n<td>String</td>\n<td>9</td>\n<td>M</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>pickedUpBy.courierPhone</td>\n<td>String</td>\n<td>16</td>\n<td>M</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>pickedUpBy.vehicleNumber</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Vehicle registration number</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Contains consignor information</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business or person name</td>\n</tr>\n<tr>\n<td>consignor.contactPerson</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Alphabetic with spaces/hyphens</td>\n</tr>\n<tr>\n<td>consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Account number of consignor</td>\n</tr>\n<tr>\n<td>consignor.address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Address details of consignor</td>\n</tr>\n<tr>\n<td>consignor.address.address</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Street or location address</td>\n</tr>\n<tr>\n<td>consignor.address.city</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Must be valid city name</td>\n</tr>\n<tr>\n<td>consignor.address.postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Must be valid postal code</td>\n</tr>\n<tr>\n<td>consignor.address.country</td>\n<td>String</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>piecesReceived</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer</td>\n</tr>\n<tr>\n<td>weightReceived</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must be a positive number</td>\n</tr>\n<tr>\n<td>volumeUnit</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure. Mandatory if volume is present</td>\n</tr>\n<tr>\n<td>condition</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Shipment condition status (e.g. INTACT, DAMAGED)</td>\n</tr>\n<tr>\n<td>consignorSignature</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Consignor signature container</td>\n</tr>\n<tr>\n<td>pickupPhoto</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Pickup photo container</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>36</td>\n<td>M</td>\n<td>File ID (e.g., UUID format)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>File name</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Must be valid MIME type</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>File size in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","pickup-confirmations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"688cc65d-c9f4-4c5a-a65b-c6f06fd98950"},{"name":"Submit Item Processing Results","id":"e348369d-b442-4e35-baae-4a9709bfc39d","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2be30332-bda7-47b9-88be-12a9b091c193","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.399Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hawbNumber\": \"020-95947655\",\n    \"processingFacility\": \"TCS-KHI-HUB\",\n    \"vanArrivalTime\": \"2025-12-21T11:30:00Z\",\n    \"itemsReceived\": 1,\n    \"processedAt\": \"2025-12-21T12:00:00Z\",\n    \"consignorReference\": {\n        \"name\": \"ABC Electronics Ltd\",\n        \"contactPerson\": \"Imran Ali\",\n        \"phone\": \"+92-300-5551234\",\n        \"email\": \"imran.ali@abcelectronics.pk\",\n        \"accountNumber\": \"ACC56789\",\n        \"cnic\": \"42101-7654321-0\",\n        \"ntn\": \"7654321-9\"\n    },\n    \"measurements\": {\n        \"actualWeight\": 5.6,\n        \"weightUnit\": \"KGM\",\n        \"actualDimensions\": {\n            \"length\": 40,\n            \"width\": 30,\n            \"height\": 21,\n            \"unit\": \"CMT\"\n        },\n        \"volumetricWeight\": 5.04,\n        \"chargeableWeight\": 5.6\n    },\n    \"screening\": {\n        \"method\": \"X-RAY\",\n        \"result\": \"CLEARED\",\n        \"screenerName\": \"Nadeem Ahmed\",\n        \"screenerCnic\": \"42101-2345678-2\",\n        \"screenerAccountNumber\": \"ACC11223\",\n        \"screenedAt\": \"2025-12-21T11:45:00Z\"\n    },\n    \"labeling\": {\n        \"labelGenerated\": true,\n        \"labelNumber\": \"TCS-LBL-20251221-001\",\n        \"barcodeGenerated\": true,\n        \"barcodeValue\": \"020-95947655\"\n    },\n    \"processedBy\": {\n        \"staffName\": \"Imran Ahmed\",\n        \"staffCnic\": \"42101-3456789-3\",\n        \"staffAccountNumber\": \"ACC44556\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/item-processing","description":"<p><strong>Requirement Reference</strong>: EPO.E5EPO.7</p>\n<p><strong>Use Case</strong>: Van unloads/Item acceptance Weigh/Dimensions measured/Screening Labeling</p>\n<p><strong>Integration Point:</strong> IN_FR-6-EPO-CAA-R-01-UC-01</p>\n<p><strong>Description</strong>: Item Processing System - Record final item measurements, weight verification, and security screening results</p>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (E5EPO) → Airport Community System → Consignor System (E5CGNR)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>processingFacility</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Facility code identifier</td>\n</tr>\n<tr>\n<td>vanArrivalTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>itemsReceived</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>processedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>consignorReference</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Consignor identification for acceptance notification</td>\n</tr>\n<tr>\n<td><a href=\"http://consignorReference.name\">consignorReference.name</a></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td>consignorReference.contactPerson</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Alphabetic with spaces/hyphens</td>\n</tr>\n<tr>\n<td>consignorReference.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>consignorReference.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignorReference.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignor</td>\n</tr>\n<tr>\n<td>consignorReference.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignorReference.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>measurements</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Measurement details</td>\n</tr>\n<tr>\n<td>measurements.actualWeight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>measurements.weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure</td>\n</tr>\n<tr>\n<td>measurements.actualDimensions</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Dimension details</td>\n</tr>\n<tr>\n<td>measurements.actualDimensions.length</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>measurements.actualDimensions.width</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>measurements.actualDimensions.height</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>measurements.actualDimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>measurements.volumetricWeight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>O</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>measurements.chargeableWeight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>screening</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Security screening information</td>\n</tr>\n<tr>\n<td>screening.method</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Screening method (e.g., X-RAY)</td>\n</tr>\n<tr>\n<td>screening.result</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Screening result (e.g., CLEARED)</td>\n</tr>\n<tr>\n<td>screening.screenerName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of screening officer</td>\n</tr>\n<tr>\n<td>screening.screenerCnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>screening.screenerAccountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of screener</td>\n</tr>\n<tr>\n<td>screening.screenedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>labeling</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Label generation details</td>\n</tr>\n<tr>\n<td>labeling.labelGenerated</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>True if label generated</td>\n</tr>\n<tr>\n<td>labeling.labelNumber</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Label identifier</td>\n</tr>\n<tr>\n<td>labeling.barcodeGenerated</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>True if barcode generated</td>\n</tr>\n<tr>\n<td>labeling.barcodeValue</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Barcode value (usually HAWB)</td>\n</tr>\n<tr>\n<td>processedBy</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Staff processing the shipment</td>\n</tr>\n<tr>\n<td>processedBy.staffName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of processing staff</td>\n</tr>\n<tr>\n<td>processedBy.staffCnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>processedBy.staffAccountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of staff</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","item-processing"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e348369d-b442-4e35-baae-4a9709bfc39d"}],"id":"8c89e5c8-1c64-433b-b2b5-064490046e21","description":"<p>Consignor shipment request, HAWB generation, and pickup confirmation</p>\n","_postman_id":"8c89e5c8-1c64-433b-b2b5-064490046e21","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Booking (XFFR/XFFA)","item":[{"name":"Submit Flight Booking Request","id":"c457003f-004e-44ab-95a1-e201ab581be9","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1eee566a-c5a1-4b91-ad7f-df2e5a0f250a","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141\">FFR</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>EPO.E6EPO.8</p>\n</li>\n<li><p>EPO.E6AL.9</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Flight Booking and Confirmation</p>\n<p><strong>Integration Point</strong>: IN_FR-3-EPO-PSB-R-01-UC-01</p>\n<p><strong>Description</strong>: Flight Booking &amp; Confirmation System - Submit booking request to airline and receive confirmation with flight details.</p>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (E6EPO) → Airport Community System → Airline System (E6AL)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","flight-bookings"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"9068c093-40af-48a5-8a9e-0f168e7839e5","name":"Submit FFR","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"application/json","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"2dad9812-999c-47d5-9bee-866452b2d70c","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"Name\": {\n            \"Value\": \"Booking Request\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"335\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2019-11-18T14:33:36\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFMWN\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFSHA\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": null,\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"LBR\",\n            \"Value\": \"405\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"FTQ\",\n            \"Value\": \"69.0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"ShipmentTypeCode\": {\n            \"Value\": \"T\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"0\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"ProductID\": null,\n        \"SummaryDescription\": {\n            \"Value\": \"MEDICAL SUPPLIES\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"526-42181860\"\n            }\n        },\n        \"ConsignorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"Name\": {\n                \"Value\": \"PACIFIC BLUE DELIVERY\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"96701\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"99-880 IWAENA ST.\"\n                },\n                \"CityName\": {\n                    \"Value\": \"AIEA\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HI\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"HI\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"18084867654\"\n                    }\n                }\n            }\n        },\n        \"RequestorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"IND\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"HNL\"\n            }\n        },\n        \"SpecifiedLogisticsTransportMovement\": [\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"WN1371\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"WN\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T14:50:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T13:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"IND\"\n                        }\n                    }\n                }\n            },\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"HA0017\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"2\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"HA\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T06:05:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"HNL\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T01:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                }\n            }\n        ],\n        \"IncludedMasterConsignmentItem\": [\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"7.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"9.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"6.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"13.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"20.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"16.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"333\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"14\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"333\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"25.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"18.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"529474bf-482b-4bc3-a4c6-01075a721a28","name":"Submit FFA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"application/json","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"application/json","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"86696045-616d-4d62-9500-4fd1fe224b48","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"Name\": {\n            \"Value\": \"Booking Request\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"335\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2019-11-18T14:33:36\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Response\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFMWN\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFSHA\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": null,\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"LBR\",\n            \"Value\": \"405\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"FTQ\",\n            \"Value\": \"69.0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"ShipmentTypeCode\": {\n            \"Value\": \"T\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"0\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"ProductID\": null,\n        \"SummaryDescription\": {\n            \"Value\": \"MEDICAL SUPPLIES\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"526-42181860\"\n            }\n        },\n        \"ConsignorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"Name\": {\n                \"Value\": \"PACIFIC BLUE DELIVERY\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"96701\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"99-880 IWAENA ST.\"\n                },\n                \"CityName\": {\n                    \"Value\": \"AIEA\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HI\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"HI\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"18084867654\"\n                    }\n                }\n            }\n        },\n        \"RequestorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"IND\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"HNL\"\n            }\n        },\n        \"SpecifiedLogisticsTransportMovement\": [\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"WN1371\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"WN\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T14:50:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T13:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"IND\"\n                        }\n                    }\n                }\n            },\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"HA0017\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"2\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"HA\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T06:05:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"HNL\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T01:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                }\n            }\n        ],\n        \"IncludedMasterConsignmentItem\": [\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"7.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"9.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"6.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"13.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"20.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"16.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"333\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"14\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"333\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"25.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"18.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c457003f-004e-44ab-95a1-e201ab581be9"}],"id":"7c444636-03fd-442a-9627-59e22dca1bec","description":"<p>Flight booking request and confirmation using IATA XFFR/XFFA messages</p>\n","_postman_id":"7c444636-03fd-442a-9627-59e22dca1bec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Regulatory Compliance (ASI, GD, Risk Assessment)","item":[{"name":"Submit Advanced Shipment Information (ASI)","id":"1fb43268-1d1c-44a8-ba5d-d701293af7df","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d3fae23e-4c1e-4af3-b5e0-b5f92ad6f232","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbDetails\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"pieces\": 10,\n            \"weight\": {\n                \"value\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Electronics - Mobile Phones\",\n            \"dimensions\": {\n                \"volume\": 5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234567-8\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234567-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"pieces\": 20,\n            \"weight\": {\n                \"value\": 1000,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Textiles\",\n            \"dimensions\": {\n                \"volume\": 7.5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234667-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        }\n    ],\n    \"shipmentDetails\": {\n        \"departureAirport\": \"KHI\",\n        \"destinationAirport\": \"DXB\",\n        \"consignor\": {\n            \"name\": \"ABC Electronics Ltd\",\n            \"cnic\": \"12345-1234568-9\",\n            \"accountNumber\": \"ACC12345\",\n            \"address\": {\n                \"street\": \"123 Industrial Area\",\n                \"city\": \"Karachi\",\n                \"countryCode\": \"PK\"\n            }\n        },\n        \"consignee\": {\n            \"name\": \"XYZ Trading LLC\",\n            \"cnic\": \"12345-1234667-9\",\n            \"accountNumber\": \"ACC67890\",\n            \"address\": {\n                \"street\": \"456 Business Bay\",\n                \"city\": \"Dubai\",\n                \"countryCode\": \"AE\"\n            }\n        },\n        \"aca\": {\n            \"name\": \"Consolidated Freight Services\",\n            \"iataNumber\": \"0010000893964\",\n            \"cassNumber\": \"81-4 7158/0072\"\n        },\n        \"numberOfPieces\": 30,\n        \"weight\": {\n            \"value\": 1500,\n            \"unit\": \"KGM\"\n        },\n        \"dimensions\": {\n            \"volume\": 12.5,\n            \"unit\": \"MTQ\"\n        },\n        \"hsCodes\": [],\n        \"commodity\": \"Electronics and Textiles\",\n        \"expectedArrivalAtAirport\": \"2025-11-24T14:00:00Z\"\n    },\n    \"flightDetails\": {\n        \"flightNumber\": \"PK300\",\n        \"flightDate\": \"2025-11-25\",\n        \"airline\": \"Pakistan International Airlines\",\n        \"scheduledDeparture\": \"2025-11-25T08:00:00Z\",\n        \"scheduledArrival\": \"2025-11-25T10:30:00Z\"\n    },\n    \"recipients\": [\n        {\n            \"type\": \"gha\",\n            \"id\": \"gha-khi-001\"\n        },\n        {\n            \"type\": \"consignor\",\n            \"id\": \"cgnr-abc-001\"\n        },\n        {\n            \"type\": \"airline\",\n            \"id\": \"al-pk-001\"\n        }\n    ],\n    \"broadcastAll\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/advanced-shipment-info","description":"<p><strong>Global APIs Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098\">ASI</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.E8EPO.10</p>\n</li>\n<li><p>EPO.E10CUS.14</p>\n</li>\n<li><p>EPO.E10GHA.15</p>\n</li>\n<li><p>EPO.E10AL.16</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Send ASI to Stakeholders</p>\n<p><strong>Integration Point</strong>: IN_FR-4-EPO-ASI-R-01-UC-01</p>\n<p><strong>Description</strong>: Advanced Shipment Information Broadcast System - Transmit ASI to GHA, Customs, and Airlines for pre-arrival processing.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Express Parcel Operator System (E8EPO) → Airport Community System → Ground Handling Agent System (E8GHA)</p>\n</li>\n<li><p>Express Parcel Operator System (E8EPO) → Airport Community System → Web Based One Customs System (E8CUS)</p>\n</li>\n<li><p>Express Parcel Operator System (E8EPO) → Airport Community System → Airline System (E8AL)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>MAWB number</td>\n</tr>\n<tr>\n<td>hawbNumber</td>\n<td>String[]</td>\n<td>20</td>\n<td>O</td>\n<td>HAWB number</td>\n</tr>\n<tr>\n<td>targetSystems</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>Systems to broadcast to</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Flight number</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601 date</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>IATA airport code</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>IATA airport code</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Full name of the consignor</td>\n</tr>\n<tr>\n<td>consignor.company</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Company name of the consignor</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC number</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>NTN (National Tax Number)</td>\n</tr>\n<tr>\n<td>consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the consignor</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Full name of the consignee</td>\n</tr>\n<tr>\n<td>consignee.company</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Company name of the consignee</td>\n</tr>\n<tr>\n<td>consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Address of the consignee</td>\n</tr>\n<tr>\n<td>commodity.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>commodity.hsCode</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>Harmonized code for the commodity</td>\n</tr>\n<tr>\n<td>commodity.declaredValue</td>\n<td>Float</td>\n<td>N/A</td>\n<td>M</td>\n<td>Declared value of the commodity</td>\n</tr>\n<tr>\n<td>commodity.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Currency for the declared value (e.g., \"USD\")</td>\n</tr>\n<tr>\n<td>pieces</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Number of pieces</td>\n</tr>\n<tr>\n<td>grossWeight</td>\n<td>Float</td>\n<td>N/A</td>\n<td>M</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td>weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measurement</td>\n</tr>\n<tr>\n<td>dimensions.length</td>\n<td>Float</td>\n<td>N/A</td>\n<td>O</td>\n<td>Length of the shipment</td>\n</tr>\n<tr>\n<td>dimensions.width</td>\n<td>Float</td>\n<td>N/A</td>\n<td>O</td>\n<td>Width of the shipment</td>\n</tr>\n<tr>\n<td>dimensions.height</td>\n<td>Float</td>\n<td>N/A</td>\n<td>O</td>\n<td>Height of the shipment</td>\n</tr>\n<tr>\n<td>dimensions.unit</td>\n<td>String</td>\n<td>2</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measurement.  <br />Mandatory if dimensions are available</td>\n</tr>\n<tr>\n<td>dateOfArrival</td>\n<td>Date</td>\n<td>N/A</td>\n<td>O</td>\n<td>ISO 8601 date</td>\n</tr>\n<tr>\n<td>submittedBy.epoCode</td>\n<td>String</td>\n<td>8</td>\n<td>M</td>\n<td>EPO code</td>\n</tr>\n<tr>\n<td>submittedBy.staffId</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Staff ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Business Rules</strong>:</p>\n<ul>\n<li><p>ASI must be submitted minimum 4 hours before flight departure</p>\n</li>\n<li><p>Broadcast to all stakeholders simultaneously</p>\n</li>\n<li><p>Must include complete consignor/consignee details</p>\n</li>\n<li><p>HS code mandatory for customs clearance</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","advanced-shipment-info"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fb43268-1d1c-44a8-ba5d-d701293af7df"},{"name":"Submit Goods Declaration (GD) to PSW","id":"923e9085-3a18-489e-a4ef-ff0f6dd7233e","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"232377a1-6693-4ddb-8a1d-30036c89c147","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumber\": [\n        \"176-12345689\"\n    ],\n    \"gdType\": \"EXPORT\",\n    \"declarationCategory\": \"EPO\",\n    \"customsStationCode\": \"KHIEXP\",\n    \"exportProcedureCode\": \"EPO-EXPORT\",\n    \"countryOfDestination\": \"AE\",\n    \"modeOfTransport\": \"AIR\",\n    \"incoterms\": \"FOB\",\n    \"gdFilingIndicator\": \"ORIGINAL\",\n    \"consignor\": {\n        \"name\": \"Ali Hassan\",\n        \"company\": \"Tech Exports Pvt Ltd\",\n        \"cnic\": \"42101-1234567-1\",\n        \"ntn\": \"1234567-8\",\n        \"address\": \"123 Industrial Area, Karachi, PK\"\n    },\n    \"consignee\": {\n        \"name\": \"John Smith\",\n        \"company\": \"Global Imports LLC\",\n        \"address\": \"456 Business District, Dubai, AE\"\n    },\n    \"commodity\": {\n        \"description\": \"Electronic Components - PCBs\",\n        \"hsCode\": \"8534.00.00\"\n    },\n    \"customsValue\": {\n        \"fobValue\": 5000.0,\n        \"currency\": \"USD\",\n        \"exchangeRate\": 280.5\n    },\n    \"pieces\": 2,\n    \"grossWeight\": 5.6,\n    \"weightUnit\": \"KGM\",\n    \"exporterNtn\": \"1234567-8\",\n    \"customsBroker\": {\n        \"license\": \"CB-KHI-001\",\n        \"name\": \"Express Customs Services\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/goods-declarations","description":"<p><strong>Global APIs Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949\">SDG</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EPO.E9EPO.11</p>\n<p><strong>Use Case</strong>: Files GD in PSW</p>\n<p><strong>Integration Point:</strong> IN_FR-5-EPO-EGD-R-01-UC-01</p>\n<p><strong>Description</strong>: Goods Declaration System - Submit Goods Declaration data to Pakistan Single Window for customs processing.</p>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (E9EPO) → Airport Community System → Pakistan Single Window (E9PSW)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumber</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of AWB numbers (each must follow format nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>gdType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"EXPORT\",\"IMPORT\"]</td>\n</tr>\n<tr>\n<td>declarationCategory</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"EPO\",\"COURIER\",\"COMMERCIAL\"]</td>\n</tr>\n<tr>\n<td>customsStationCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Customs station / collectorate code</td>\n</tr>\n<tr>\n<td>exportProcedureCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Export procedure / regime code</td>\n</tr>\n<tr>\n<td>countryOfDestination</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>modeOfTransport</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Mode of transport (e.g. AIR, SEA, LAND)</td>\n</tr>\n<tr>\n<td>incoterms</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Valid Incoterm (e.g. FOB, CIF, EXW, DDP, etc.)</td>\n</tr>\n<tr>\n<td>gdFilingIndicator</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Must be one of [\"ORIGINAL\",\"AMENDMENT\"]</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Consignor information</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid person or company name</td>\n</tr>\n<tr>\n<td>consignor.company</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text address</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Consignee information</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid person or company name</td>\n</tr>\n<tr>\n<td>consignee.company</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>consignee.address</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text address</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Commodity information</td>\n</tr>\n<tr>\n<td>commodity.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text description</td>\n</tr>\n<tr>\n<td>commodity.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Valid HS code</td>\n</tr>\n<tr>\n<td>customsValue</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Customs valuation details</td>\n</tr>\n<tr>\n<td>customsValue.fobValue</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>customsValue.currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>customsValue.exchangeRate</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>grossWeight</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive number</td>\n</tr>\n<tr>\n<td>weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td>exporterNtn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>customsBroker</td>\n<td>Object</td>\n<td>n/a</td>\n<td>O</td>\n<td>Customs broker information</td>\n</tr>\n<tr>\n<td>customsBroker.license</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Customs broker license identifier</td>\n</tr>\n<tr>\n<td>customsBroker.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Customs broker name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","goods-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"923e9085-3a18-489e-a4ef-ff0f6dd7233e"},{"name":"Receive Risk Assessment Result","id":"88164c23-9447-41df-8377-a1fe430c2204","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2c9e192e-2634-49a0-a92f-46f1b0c649da","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"gdNumber\": \"GD-EXP-2025-001234\",\n\t\"mawbNumber\": \"176-12345678\",\n\t\"hawbAssessments\": [\n\t\t{\n\t\t\t\"hawbNumber\": \"176-12345689\",\n\t\t\t\"riskClassification\": \"green\",\n\t\t\t\"remarks\": \"No inspection required\"\n\t\t},\n\t\t{\n\t\t\t\"hawbNumber\": \"176-12345700\",\n\t\t\t\"riskClassification\": \"yellow\",\n\t\t\t\"remarks\": \"Document check required\",\n\t\t\t\"requiredDocuments\": [\n\t\t\t\t\"Commercial Invoice\",\n\t\t\t\t\"Packing List\"\n\t\t\t]\n\t\t}\n\t],\n\t\"overallClassification\": \"yellow\",\n\t\"assessedBy\": \"customs-officer-001\",\n\t\"assessedAt\": \"2025-11-21T14:00:00Z\",\n\t\"validUntil\": \"2025-11-25T23:59:59Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/risk-assessment-results/receipts","description":"<p><strong>Global APIs Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8\">Risk Assessment</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.E9CUS.12</p>\n</li>\n<li><p>EPO.E10EPO.13</p>\n</li>\n<li><p>EPO.E11EPO.17</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Customs initiate risk assessment according WCO standards</p>\n</li>\n<li><p>Risk Assessment Processing</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-5-EPO-EGD-R-01-UC-01</p>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>Risk Assessment System - Customs initiates risk analysis based on WCO standards and shipment data</p>\n</li>\n<li><p>EPO receives risk assessment results (Green/Yellow/Red) from Customs and categorizes items based on risk analysis in digital format</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Web Based One Customs System (E9CUS) → Airport Community System → Express Parcel Operator System (E9EPO)</p>\n</li>\n<li><p>Express Parcel Operator System (E10EPO) → Airport Community System → Web Based One Customs System (E9CUS)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>gdNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format: GD-EXP--, e.g., GD-EXP-2025-001234</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbAssessments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of objects, each containing hawbNumber, riskClassification, remarks</td>\n</tr>\n<tr>\n<td>hawbAssessments.hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbAssessments.riskClassification</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of: [\"green\", \"yellow\", \"red\"]</td>\n</tr>\n<tr>\n<td>hawbAssessments.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Remarks about the assessment</td>\n</tr>\n<tr>\n<td>hawbAssessments.requiredDocuments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of documents required for inspection, e.g., [\"Commercial Invoice\", \"Packing List\"]</td>\n</tr>\n<tr>\n<td>overallClassification</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of: [\"green\", \"yellow\", \"red\"]</td>\n</tr>\n<tr>\n<td>assessedBy</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Identifier of the person who made the assessment</td>\n</tr>\n<tr>\n<td>assessedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","risk-assessment-results","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"88164c23-9447-41df-8377-a1fe430c2204"},{"name":"Submit Item Return (Do Not Load)","id":"8106f319-f05e-4455-874e-d1a137464090","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c7ff68f7-23a6-4cc9-9441-43f4d094ad5d","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hawbNumber\": \"020-95947655\",\n    \"returnReason\": \"DO_NOT_LOAD\",\n    \"customsDecision\": {\n        \"gdNumber\": \"GD-KHI-2025-123456\",\n        \"decision\": \"DO_NOT_LOAD\",\n        \"remarks\": \"Prohibited item detected\"\n    },\n    \"consignor\": {\n        \"name\": \"ABC Electronics Ltd\",\n        \"cnic\": \"42101-7654321-0\",\n        \"ntn\": \"7654321-9\",\n        \"accountNumber\": \"ACC56789\",\n        \"email\": \"support@abcelectronics.pk\",\n        \"phone\": \"+92-300-5551234\"\n    },\n    \"item\": {\n        \"itemId\": \"ITEM-001\",\n        \"description\": \"Electronic Components - PCBs\",\n        \"hsCode\": \"8534.00.00\",\n        \"quantityReturned\": 1\n    },\n    \"returnDetails\": {\n        \"returnDate\": \"2025-12-22\",\n        \"pickupLocation\": \"TCS-KHI-HUB\",\n        \"contactPerson\": \"Customer Service\",\n        \"contactPhone\": \"+92-21-111-123-456\"\n    },\n    \"notifyConsignor\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/item-returns","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.E14EPO.18</p>\n</li>\n<li><p>EPO.E14CGNR.19</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Item Return Process</p>\n<p><strong>Integration Point</strong>: IN_FR-2-EPO-AWB-R-01-UC-01</p>\n<p><strong>Description</strong>: Item Return Management System - Handle item removal from HAWB and consignor notification for returned items.</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>Process Flow</strong>: Express Parcel Operator System (E14EPO) → Airport Community System → Consignor System (E14CGNR)</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>returnReason</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Return reason code (e.g. DO_NOT_LOAD, SECURITY_REJECTED, DOCUMENT_ERROR)</td>\n</tr>\n<tr>\n<td>customsDecision</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Customs decision details</td>\n</tr>\n<tr>\n<td>customsDecision.gdNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>GD reference format</td>\n</tr>\n<tr>\n<td>customsDecision.decision</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid customs decision code</td>\n</tr>\n<tr>\n<td>customsDecision.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text remarks</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Consignor information</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Internal account number of consignor</td>\n</tr>\n<tr>\n<td>consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>item</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Item information</td>\n</tr>\n<tr>\n<td>item.itemId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique item identifier</td>\n</tr>\n<tr>\n<td>item.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text item description</td>\n</tr>\n<tr>\n<td>item.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>O</td>\n<td>Valid HS code</td>\n</tr>\n<tr>\n<td>item.quantityReturned</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Positive integer</td>\n</tr>\n<tr>\n<td>returnDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Return logistics details</td>\n</tr>\n<tr>\n<td>returnDetails.returnDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>returnDetails.pickupLocation</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Facility code or location name</td>\n</tr>\n<tr>\n<td>returnDetails.contactPerson</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Alphabetic with spaces</td>\n</tr>\n<tr>\n<td>returnDetails.contactPhone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>notifyConsignor</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Indicates whether consignor notification is triggered</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","item-returns"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8106f319-f05e-4455-874e-d1a137464090"},{"name":"Receive Loading Authorization (Allow Loading)","id":"19030efc-abcf-4ae0-a4e3-0eb5fa21944e","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"cac73792-1d27-4835-98ea-c0c012d17de6","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hawbNumber\": \"020-95947655\",\n    \"authorizationStatus\": \"ALLOW_LOADING\",\n    \"customsDecision\": {\n        \"gdNumber\": \"GD-KHI-2025-123456\",\n        \"decision\": \"ALLOW_LOADING\",\n        \"remarks\": \"Shipment cleared for loading\"\n    },\n    \"flightDetails\": {\n        \"mawbNumber\": \"176-12345678\",\n        \"flightNumber\": \"EK-607\",\n        \"flightDate\": \"2025-12-22\"\n    },\n    \"consignor\": {\n        \"name\": \"ABC Electronics Ltd\",\n        \"cnic\": \"42101-7654321-0\",\n        \"ntn\": \"7654321-9\",\n        \"accountNumber\": \"ACC56789\",\n        \"email\": \"support@abcelectronics.pk\",\n        \"phone\": \"+92-300-5551234\"\n    },\n    \"item\": {\n        \"itemId\": \"ITEM-001\",\n        \"description\": \"Electronic Components - PCBs\",\n        \"hsCode\": \"8534.00.00\"\n    },\n    \"authorizationDetails\": {\n        \"customsOffice\": \"WeBOC-KHI-AIRPORT\",\n        \"officerAccountNumber\": \"ACC99881\",\n        \"authorizedAt\": \"2025-12-21T17:00:00Z\"\n    },\n    \"targetSystems\": [\n        \"EPO\",\n        \"CONSIGNOR\",\n        \"GHA\",\n        \"AIRLINE\"\n    ],\n    \"notifyConsignor\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/loading-authorizations/receipts","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.E15EPO.20</p>\n</li>\n<li><p>EPO.E16CGNR.21</p>\n</li>\n<li><p>EPO.E16GHA.22</p>\n</li>\n<li><p>EPO.E16AL.23</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Loading Authorization Process</p>\n<p><strong>Integration Point</strong>: IN_FR-7-EPO-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: Loading Authorization &amp; Status System - Broadcast loading authorization and handle status updates with all stakeholders.</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Express Parcel Operator System (E16EPO) → Airport Community System → Consignor System (E15CGNR)</p>\n</li>\n<li><p>Express Parcel Operator System (E16EPO) → Airport Community System → Airline System (E15AL)</p>\n</li>\n<li><p>Express Parcel Operator System (E16EPO) → Airport Community System → Ground Handling Agent System (E15GHA)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>authorizationStatus</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [\"ALLOW_LOADING\",\"DO_NOT_LOAD\"]</td>\n</tr>\n<tr>\n<td>customsDecision</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Customs authorization decision details</td>\n</tr>\n<tr>\n<td>customsDecision.gdNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>GD reference format (e.g. GD-KHI-YYYY-XXXXXX)</td>\n</tr>\n<tr>\n<td>customsDecision.decision</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must match authorizationStatus value</td>\n</tr>\n<tr>\n<td>customsDecision.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Free text remarks</td>\n</tr>\n<tr>\n<td>flightDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Flight information for shipment loading</td>\n</tr>\n<tr>\n<td>flightDetails.mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>flightDetails.flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number</td>\n</tr>\n<tr>\n<td>flightDetails.flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Consignor information</td>\n</tr>\n<tr>\n<td>consignor.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Valid business/person name</td>\n</tr>\n<tr>\n<td>consignor.cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.ntn</td>\n<td>String</td>\n<td>9</td>\n<td>O</td>\n<td>NTN tax identifier format (nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>consignor.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Internal account number of consignor</td>\n</tr>\n<tr>\n<td>consignor.email</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>consignor.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>item</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Item information</td>\n</tr>\n<tr>\n<td>item.itemId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique item identifier</td>\n</tr>\n<tr>\n<td>item.description</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text item description</td>\n</tr>\n<tr>\n<td>item.hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>O</td>\n<td>Valid HS code</td>\n</tr>\n<tr>\n<td>authorizationDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Authorization metadata</td>\n</tr>\n<tr>\n<td>authorizationDetails.customsOffice</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Customs system / office identifier</td>\n</tr>\n<tr>\n<td>authorizationDetails.officerAccountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of customs officer</td>\n</tr>\n<tr>\n<td>authorizationDetails.authorizedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>targetSystems</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Systems to notify (e.g. EPO, CONSIGNOR, GHA, AIRLINE)</td>\n</tr>\n<tr>\n<td>notifyConsignor</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Indicates whether consignor notification is triggered</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","loading-authorizations","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"19030efc-abcf-4ae0-a4e3-0eb5fa21944e"}],"id":"19cac101-8244-4c99-bc20-13544640f617","description":"<p>Advanced Shipment Information, Goods Declaration, and Customs Risk Assessment</p>\n","_postman_id":"19cac101-8244-4c99-bc20-13544640f617","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Cargo Delivery & GHA Operations (XFWB/XFZB)","item":[{"name":"Submit Cargo Delivery & Acceptance","id":"8126cc14-b8fd-45fe-bf55-629639f8d598","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c24e856b-9ced-41ef-b533-02608c7ea25c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.400Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/cargo-deliveries","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587\">FWB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec\">FZB</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71\">FHL</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>EPO.E20EPO.24</p>\n</li>\n<li><p>EPO.E21GHA.25</p>\n</li>\n<li><p>EPO.E24AL.26</p>\n</li>\n<li><p>EPO.E24AL.27</p>\n</li>\n<li><p>EPO.E24AL.28</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Cargo delivered to GHA/XFWB+XFZB messages sent</p>\n</li>\n<li><p>Cargo acceptance with weight, dimensions, piece count, and packing check.</p>\n</li>\n</ul>\n<p><strong>Integration Points:</strong></p>\n<ul>\n<li><p>IN_FR-2-EPO-AWB-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-6-EPO-CAA-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-7-EPO-FSU-R-01-UC-01</p>\n</li>\n</ul>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>MAWB/HAWB Transmission System - Transmit Master and House Air Waybill data to GHA and Airlines</p>\n</li>\n<li><p>Cargo Acceptance System - GHA confirms cargo acceptance with verified measurements and piece count</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Express Parcel Operator System (E21EPO) → Airport Community System → Ground Handling Agent System (E21GHA)</p>\n</li>\n<li><p>Express Parcel Operator System (E20EPO) → Airport Community System → Airline System (E20AL)</p>\n</li>\n<li><p>Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","cargo-deliveries"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8126cc14-b8fd-45fe-bf55-629639f8d598"},{"name":"Receive E-CSD from GHA","id":"64224c7b-4000-4789-9608-c1e88b2a43be","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"dc3c6537-0ae7-42b3-be1b-6b336db62d20","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ecsdReference\": \"ECSD-GHA-KHI-20251127-001\",\n    \"issuerEntity\": {\n        \"category\": \"RA\",\n        \"identifier\": \"GHA-PK-12345\",\n        \"name\": \"Pakistan Cargo Terminal - GHA\"\n    },\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"SAC-HAWB-001\",\n        \"SAC-HAWB-002\"\n    ],\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"transits\": [\n        \"JED\"\n    ],\n    \"securityStatus\": {\n        \"status\": \"PASSED\",\n        \"securityStatusReason\": \"\",\n        \"receivedFrom\": \"code1\",\n        \"screeningMethod\": \"code1\",\n        \"groundsForExemption\": \"code1\",\n        \"otherScreeningMethods\": [\n            \"code1\",\n            \"code2\"\n        ]\n    },\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"recipientEntity\": {\n        \"category\": \"RA\",\n        \"identifier\": \"GHA-PK-67890\",\n        \"name\": \"Pakistan Cargo Terminal - GHA\"\n    },\n    \"commodityContent\": \"Mobile Phone Accessories - Electronic Goods\",\n    \"screeningDetails\": {\n        \"primaryScreeningMethod\": \"X-RAY\",\n        \"primaryScreeningRef\": \"XRAY-GHA-KHI-20251127-001\",\n        \"secondaryScreeningPerformed\": true,\n        \"secondaryScreeningMethod\": \"EDD\",\n        \"secondaryScreeningRef\": \"EDD-GHA-KHI-20251127-002\",\n        \"screeningResult\": \"CLEAR\",\n        \"screeningDateTime\": \"2025-11-27T13:00:00Z\"\n    },\n    \"personIssuingSecurity\": {\n        \"name\": \"Hassan Ali\",\n        \"designation\": \"Security Supervisor\",\n        \"certificationNumber\": \"SEC-SUPER-56789\",\n        \"certificationExpiry\": \"2026-12-31\",\n        \"signature\": \"base64-encoded-signature\"\n    },\n    \"issuedAt\": \"2025-11-27T14:30:00Z\",\n    \"placeOfIssuance\": \"Karachi - Jinnah International Airport\",\n    \"additionalSecurityInformation\": \"This is to certify that the consignment described above has been subjected to security controls that comply with ICAO Annex 17, Pakistan NCASP, and IATA security standards. The cargo has been screened using X-ray and Explosive Detection Dog methods. All screening results are CLEAR. The cargo has been maintained under secure chain of custody with tamper-proof seals applied. This consignment is safe for air transport.\",\n    \"distributionList\": [\n        \"AIRLINE\",\n        \"EPO\",\n        \"CUSTOMS\"\n    ],\n    \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n    \"submittedAt\": \"2025-11-27T14:35:00Z\",\n    \"file\": {\n        \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n        \"name\": \"1.pdf\",\n        \"contentType\": \"application/pdf\",\n        \"size\": 26214400\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/e-csd/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca\">CSD</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>: EPO.E28EPO.27</p>\n<p><strong>Use Case</strong>: E-CSD received</p>\n<p><strong>Integration Point</strong>: IN_FR-6-EPO-CAA-R-01-UC-01</p>\n<p><strong>Description</strong>: E-CSD Receipt System - Receive Electronic Consignment Security Declaration from GHA.</p>\n<p><strong>Process Flow</strong>: Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ecsdReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>33 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>transits</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of transit locations (e.g., [\"JED\"])</td>\n</tr>\n<tr>\n<td>securityStatus</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods</td>\n</tr>\n<tr>\n<td>securityStatus.status</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status of the security (e.g., \"PASSED\")</td>\n</tr>\n<tr>\n<td>securityStatus.securityStatusReason</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Reason for security status (if applicable)</td>\n</tr>\n<tr>\n<td>securityStatus.receivedFrom</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Received from entity code (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.screeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening method used (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.groundsForExemption</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Grounds for exemption (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.otherScreeningMethods</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of additional screening methods (e.g., [\"code1\", \"code2\"])</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>recipientEntity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include category, identifier, name</td>\n</tr>\n<tr>\n<td>recipientEntity.category</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Category of the recipient entity (e.g., \"RA\")</td>\n</tr>\n<tr>\n<td>recipientEntity.identifier</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier for the recipient entity</td>\n</tr>\n<tr>\n<td>recipientEntity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the recipient entity</td>\n</tr>\n<tr>\n<td>commodityContent</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>screeningDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Primary screening method (e.g., \"X-RAY\")</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Secondary screening method (e.g., \"EDD\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, designation, certificationNumber, certificationExpiry, signature</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Certification number of the issuer</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.signature</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Base64-encoded signature</td>\n</tr>\n<tr>\n<td>issuedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>placeOfIssuance</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Place where the security declaration was issued</td>\n</tr>\n<tr>\n<td>additionalSecurityInformation</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Additional security information (max 1024 characters)</td>\n</tr>\n<tr>\n<td>distributionList</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of distribution list (e.g., [\"AIRLINE\", \"EPO\", \"CUSTOMS\"])</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the declaration</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include id, name, contentType, size</td>\n</tr>\n<tr>\n<td>file.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the file</td>\n</tr>\n<tr>\n<td>file.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the file</td>\n</tr>\n<tr>\n<td>file.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the file (e.g., \"application/pdf\")</td>\n</tr>\n<tr>\n<td>file.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the file in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","e-csd","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"64224c7b-4000-4789-9608-c1e88b2a43be"}],"id":"e5e976ee-8d10-4e25-a795-358f904626b3","description":"<p>Cargo delivery to GHA, MAWB/HAWB transmission, and cargo acceptance</p>\n","_postman_id":"e5e976ee-8d10-4e25-a795-358f904626b3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Status Updates (XFSU/FSU)","item":[{"name":"Receive Flight Status Update","id":"6033790c-1c52-49f5-b6ad-054fc2d14086","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"20b5aa31-1d00-4c75-a5ea-7fbe36a6e2fd","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf\">FSU</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>EPO.E34EPO.28</p>\n</li>\n<li><p>EPO.E35EPO.29</p>\n</li>\n<li><p>EPO.E37EPO.30</p>\n</li>\n<li><p>EPO.E38EPO.31</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>RCS status received</p>\n</li>\n<li><p>Status update</p>\n</li>\n<li><p>Departure message</p>\n</li>\n<li><p>Offloading Status System</p>\n</li>\n</ul>\n<p><strong>Integration Point</strong>: IN_FR-7-EPO-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>:</p>\n<ul>\n<li><p>RCS Status System - Receive Ready for Carriage Status from Ground Handling Agent</p>\n</li>\n<li><p>Loading Preparation Status System - Receive cargo preparation status for flight loading</p>\n</li>\n<li><p>Departure Status System - Receive flight departure confirmation for shipped items</p>\n</li>\n<li><p>Offloading Status System - Receive notification and updated status for offloaded shipments</p>\n</li>\n</ul>\n<p><strong>Process Flow:</strong> Ground Handling Agent System (E34GHA - E38GHA) → Airport Community System → Express Parcel Operator System (E34EPO - E38EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","status-updates","rcs","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"c4b0fde3-3f2e-4dd4-b0a3-0ffcf397889e","name":"Send RCS Status FSU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"0a470a44-1e1e-4a36-a2e8-60ee71337261","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363RCS_164fb2c6-f208-41c6-99a2-9d8f22bb0312\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363-RCS\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"3861\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61538363\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"GRU\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"RCS\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"3861\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"GRU\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Departure\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:41:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9eaf108c-ef65-4126-bcdb-47b2d39140b3","name":"Send DEP Status FSU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"b241387c-e242-4741-9961-647ed9cee527","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-DEP\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"DEP\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"BEY\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"c1847228-a9cb-41e3-a9e9-cb0d5b3d3b8d","name":"Send PRE Status FSU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"b67cc665-b0d2-40e8-b80e-10d28064a4e3","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263PRE_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-PRE\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"ULD\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"PRE\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"0.1\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:31:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-08T00:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"CDG\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Departure\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Arrival\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:56:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"11b8f5d8-921a-4338-b18e-732adc528753","name":"Send BKD Status FSU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"4ab06f98-a624-4216-876f-3701f15fcaa0","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2015-04-03T08:49:48\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            }\n        ],\n        \"RecipientParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            }\n        ]\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481-BKD\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1481.0\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"125-19160481\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"TYO\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"BKD\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"1481.0\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"DiscrepancyDescriptionCode\": {\n                    \"Value\": \"DSAW\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"BA005\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-07T09:10:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T13:30:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"BA\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"LHR\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"NRT\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    }\n                },\n                \"HandlingOSIInstructions\": {\n                    \"Description\": {\n                        \"Value\": \"PRODUCT-M-ULD\"\n                    },\n                    \"DescriptionCode\": {\n                        \"Value\": \"OSI\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6033790c-1c52-49f5-b6ad-054fc2d14086"},{"name":"Receive Offload Manifest","id":"16d0a9eb-b04f-4b50-b1bd-ac0500fd1002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Request-ID","value":"ce4eba21-bd36-4f96-a892-a052b1709c36","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/offload/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f\">FFM</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: EPO.E38EPO.31</p>\n<p><strong>Use Case</strong>: Offloading Status System</p>\n<p><strong>Integration Point</strong>: IN_FR-7-EPO-FSU-R-01-UC-01</p>\n<p><strong>Description</strong>: Offloading Status System - Receive notification and updated status for offloaded shipments</p>\n<p><strong>Process Flow</strong>: Ground Handling Agent System (E38GHA) → Airport Community System → Express Parcel Operator System (E38EPO)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","epo","export","status-updates","offload","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"16d0a9eb-b04f-4b50-b1bd-ac0500fd1002"}],"id":"8e9fdbc8-7d7d-4e47-b31c-5ead33eb2aa6","description":"<p>RCS, PRE, DEP, and Offload status updates</p>\n","_postman_id":"8e9fdbc8-7d7d-4e47-b31c-5ead33eb2aa6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"1e82d2aa-6071-48a7-8764-ea8987905a7c","_postman_id":"1e82d2aa-6071-48a7-8764-ea8987905a7c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"c270bfb7-bdbe-43a6-94f6-86839e80564c","description":"<p>Express Post Office operations for postal shipments</p>\n","_postman_id":"c270bfb7-bdbe-43a6-94f6-86839e80564c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Post module","item":[{"name":"e-Post Export","item":[{"name":"Shipment Data & Airport Arrival","item":[{"name":"Submit Mail Tracking Data","id":"8a8ffa63-7ec0-4efb-9b64-f439e143e44e","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7f95972f-a48c-4f71-90dd-64ba70ea1a73","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"content\": \"Electronic components\",\n    \"barcodeNumber\": \"EP123456789PK\",\n    \"mailBagNumber\": \"PKPOST202312051234\",\n    \"airWaybillNumber\": \"176-12345675\",\n    \"comments\": \"Handle with care. Documents attached for customs review.\",\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"grossWeight\": 2.5,\n    \"grossWeightUnitOfMeasure\": \"KGM\",\n    \"mailType\": \"PARCEL\",\n    \"consignorDetails\": {\n        \"name\": \"Ali Khan\",\n        \"businessName\": \"Ali Khan Trading LLC\",\n        \"address\": {\n            \"streetAddress\": \"123 Main Street\",\n            \"city\": \"Karachi\",\n            \"postcode\": \"75500\",\n            \"country\": \"PK\"\n        },\n        \"telNo\": \"+92-300-1234567\"\n    },\n    \"consigneeDetails\": {\n        \"name\": \"John Smith\",\n        \"businessName\": \"Smith Electronics FZE\",\n        \"address\": {\n            \"streetAddress\": \"456 Dubai Marina\",\n            \"city\": \"Dubai\",\n            \"postcode\": \"12345\",\n            \"country\": \"AE\"\n        },\n        \"telNo\": \"+971-50-9876543\"\n    },\n    \"licenseNumbers\": [\n        \"LIC-2026-45821\"\n    ],\n    \"certificateNumbers\": [\n        \"CERT-EC-99812\"\n    ],\n    \"invoiceNumbers\": [\n        \"INV-2026-00421\"\n    ],\n    \"sendersInstructions\": \"Release only after customs review is complete.\",\n    \"itemDetails\": [\n        {\n            \"serialNumber\": 1,\n            \"quantityAndDescriptionOfGoods\": \"2 electronic control modules\",\n            \"quantity\": 2,\n            \"quantityUnitOfMeasure\": \"PCS\",\n            \"netWeight\": 2.3,\n            \"netWeightUnitOfMeasure\": \"KGM\",\n            \"value\": 150.0,\n            \"freight\": 25.0,\n            \"otherCharges\": 5.0,\n            \"currency\": \"USD\",\n            \"hsCode\": \"853710\",\n            \"countryOfOrigin\": \"PK\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/shipment-data","description":"<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>P.E1P.1</p>\n</li>\n<li><p>P.E1PSW.2</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Sending shipment data to PSW &amp; PSW Receives Post Data</p>\n<p><strong>Integration Point</strong>: IN_FR-1-PSTE-PGD-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS will enable Pakistan Post to send international mail and package shipment data to PSW, which will receive it digitally.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (E1P) → Airport Community System → Pakistan Single Window System (E1PSW)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>Standard</strong>: UPU Standards (<a href=\"https://www.upu.int/en/postal-solutions/programmes-services/standards\">https://www.upu.int/en/postal-solutions/programmes-services/standards</a>)</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formType</td>\n<td>String</td>\n<td>1-10</td>\n<td>M</td>\n<td>Postal declaration/form code (eg CN23).</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>High-level description of shipment contents (eg Electronic components).</td>\n</tr>\n<tr>\n<td>barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>Postal item identifier (eg EP123456789PK).</td>\n</tr>\n<tr>\n<td>mailBagNumber</td>\n<td>String</td>\n<td>1-30</td>\n<td>M</td>\n<td>Mail bag or receptacle identification number (eg PKPOST202312051234).</td>\n</tr>\n<tr>\n<td>airWaybillNumber</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Air Waybill number in carrier-prefix plus serial format (eg 176-12345675).</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.).</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>grossWeight</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Total shipment gross weight (eg 2.5). Must be greater than 0.</td>\n</tr>\n<tr>\n<td>grossWeightUnitOfMeasure</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit code (eg KGM).</td>\n</tr>\n<tr>\n<td>mailType</td>\n<td>String</td>\n<td>1-10</td>\n<td>M</td>\n<td>Postal shipment type (eg PARCEL).</td>\n</tr>\n<tr>\n<td>consignorDetails</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details container.</td>\n</tr>\n<tr>\n<td>consignorDetails/name</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignor personal/contact name (eg Ali Khan).</td>\n</tr>\n<tr>\n<td>consignorDetails/businessName</td>\n<td>String</td>\n<td>1-120</td>\n<td>M</td>\n<td>Consignor business or company name (eg Ali Khan Trading LLC).</td>\n</tr>\n<tr>\n<td>consignorDetails/address</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor structured address container.</td>\n</tr>\n<tr>\n<td>consignorDetails/address/streetAddress</td>\n<td>String</td>\n<td>1-255</td>\n<td>M</td>\n<td>Consignor street address (eg 123 Main Street).</td>\n</tr>\n<tr>\n<td>consignorDetails/address/city</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignor city (eg Karachi).</td>\n</tr>\n<tr>\n<td>consignorDetails/address/postcode</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignor postcode or ZIP code (eg 75500).</td>\n</tr>\n<tr>\n<td>consignorDetails/address/country</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code (eg PK).</td>\n</tr>\n<tr>\n<td>consignorDetails/telNo</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignor telephone number (eg +92-300-1234567).</td>\n</tr>\n<tr>\n<td>consigneeDetails</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details container.</td>\n</tr>\n<tr>\n<td>consigneeDetails/name</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignee personal/contact name (eg John Smith).</td>\n</tr>\n<tr>\n<td>consigneeDetails/businessName</td>\n<td>String</td>\n<td>1-120</td>\n<td>M</td>\n<td>Consignee business or company name (eg Smith Electronics FZE).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee structured address container.</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/streetAddress</td>\n<td>String</td>\n<td>1-255</td>\n<td>M</td>\n<td>Consignee street address (eg 456 Dubai Marina).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/city</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignee city (eg Dubai).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/postcode</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignee postcode or ZIP code (eg 12345).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/country</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code (eg AE).</td>\n</tr>\n<tr>\n<td>consigneeDetails/telNo</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignee telephone number (eg +971-50-9876543).</td>\n</tr>\n<tr>\n<td>licenseNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more license numbers related to the shipment or goods (eg LIC-2026-45821).</td>\n</tr>\n<tr>\n<td>certificateNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812).</td>\n</tr>\n<tr>\n<td>invoiceNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more invoice reference numbers (eg INV-2026-00421).</td>\n</tr>\n<tr>\n<td>sendersInstructions</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>Operational instructions provided by the sender (eg Release only after customs review is complete.).</td>\n</tr>\n<tr>\n<td>itemDetails</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Line item details container (1:n occurrence).</td>\n</tr>\n<tr>\n<td>itemDetails/serialNumber</td>\n<td>Numeric</td>\n<td>1-3</td>\n<td>M</td>\n<td>Sequential line item number starting from 1 (eg 1).</td>\n</tr>\n<tr>\n<td>itemDetails/quantityAndDescriptionOfGoods</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>Combined quantity and goods description text (eg 2 electronic control modules).</td>\n</tr>\n<tr>\n<td>itemDetails/quantity</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>M</td>\n<td>Declared number of units for the line item (eg 2). Must be greater than 0.</td>\n</tr>\n<tr>\n<td>itemDetails/quantityUnitOfMeasure</td>\n<td>String</td>\n<td>1-10</td>\n<td>M</td>\n<td>Unit of measure for quantity (eg PCS).</td>\n</tr>\n<tr>\n<td>itemDetails/netWeight</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight for the line item (eg 2.3). Must be greater than 0.</td>\n</tr>\n<tr>\n<td>itemDetails/netWeightUnitOfMeasure</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit code for line-item net weight (eg KGM).</td>\n</tr>\n<tr>\n<td>itemDetails/value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Declared line-item value (eg 150.0). Must be 0 or greater.</td>\n</tr>\n<tr>\n<td>itemDetails/freight</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Freight amount allocated to the line item (eg 25.0). Must be 0 or greater.</td>\n</tr>\n<tr>\n<td>itemDetails/otherCharges</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Other charges allocated to the line item (eg 5.0). Must be 0 or greater.</td>\n</tr>\n<tr>\n<td>itemDetails/currency</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code (eg USD).</td>\n</tr>\n<tr>\n<td>itemDetails/hsCode</td>\n<td>String</td>\n<td>6-10</td>\n<td>M</td>\n<td>HS commodity code (eg 853710).</td>\n</tr>\n<tr>\n<td>itemDetails/countryOfOrigin</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for origin of goods (eg PK).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","shipment-data"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a8ffa63-7ec0-4efb-9b64-f439e143e44e"},{"name":"Submit Airport Arrival","id":"a1980ab8-6a0a-4923-95ec-ff06ed62cb68","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1e0659a2-92ce-4227-837f-9f27147a1f75","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"barcodeNumber\": \"EP123456789PK\",\n    \"arrivalTime\": \"2025-12-20T11:00:00Z\",\n    \"airportCode\": \"KHI\",\n    \"facilityName\": \"Karachi Airport Post Office\",\n    \"mailBags\": [\n        {\n            \"bagNumber\": \"PKPOST202312051234\",\n            \"destination\": \"DXB\",\n            \"weight\": 15.5,\n            \"weightUnit\": \"KGM\",\n            \"itemCount\": 25\n        },\n        {\n            \"bagNumber\": \"PKPOST202312051235\",\n            \"destination\": \"LHR\",\n            \"weight\": 22.3,\n            \"weightUnit\": \"KGM\",\n            \"itemCount\": 40\n        }\n    ],\n    \"totalBags\": 2,\n    \"totalWeight\": 37.8,\n    \"vehicleInfo\": {\n        \"vehicleType\": \"POST_VAN\",\n        \"vehicleNumber\": \"KHI-POST-001\",\n        \"driverName\": \"Muhammad Ahmed\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/airport-arrivals","description":"<p><strong>Requirement Reference</strong>: P.E17P.3</p>\n<p><strong>Use Case</strong>: Mail arrives at airport post facilities</p>\n<p><strong>Integration Point</strong>: IN_FR-3-PSTE-TRA-R-01-UC-01</p>\n<p><strong>Description</strong>: ACS enables Pakistan Post to notify stakeholders of mail arrival at airport post facilities</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (E1P) → Airport Community System→ Pakistan Single Window (E1PSW)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th><strong>Field Length</strong></th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formType</td>\n<td>String</td>\n<td>1-10</td>\n<td>M</td>\n<td>Postal declaration/form code (eg CN23).</td>\n</tr>\n<tr>\n<td>barcodeNumber</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>Postal item identifier (eg EP123456789PK).</td>\n</tr>\n<tr>\n<td>arrivalTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 arrival timestamp at airport</td>\n</tr>\n<tr>\n<td>airportCode</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>IATA location identifier</td>\n</tr>\n<tr>\n<td>mailBags</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List of mail bags</td>\n</tr>\n<tr>\n<td>mailBags[].bagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identification</td>\n</tr>\n<tr>\n<td>mailBags[].destination</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Destination airport/country  <br />IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>mailBags[].weight</td>\n<td>Number</td>\n<td>N/A</td>\n<td>M</td>\n<td>Weight in kilograms</td>\n</tr>\n<tr>\n<td>mailBags[].itemCount</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Number of items in bag</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","airport-arrivals"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1980ab8-6a0a-4923-95ec-ff06ed62cb68"}],"id":"d7598441-dd3f-457c-9575-ff349880b40c","description":"<p>Endpoints for submitting mail tracking data and airport arrival notifications</p>\n","_postman_id":"d7598441-dd3f-457c-9575-ff349880b40c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"X-ray Scanning & Security","item":[{"name":"Submit X-ray Scan Data","id":"be149cc5-cafe-4812-b8ef-7a8735ba895f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a67e037c-f30d-4302-9e32-3d6a71b002ae","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.401Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailBagNumber\": \"PKPOST202312051234\",\n    \"scanDateTime\": \"2025-12-20T11:30:00Z\",\n    \"scanLocation\": \"KHI Airport Post Security\",\n    \"xrayImages\": [\n        {\n            \"imageId\": \"xray-001\",\n            \"imageType\": \"SIDE_VIEW\",\n            \"imageData\": \"base64-encoded-image-data...\",\n            \"imageFormat\": \"PNG\"\n        },\n        {\n            \"imageId\": \"xray-002\",\n            \"imageType\": \"TOP_VIEW\",\n            \"imageData\": \"base64-encoded-image-data...\",\n            \"imageFormat\": \"PNG\"\n        }\n    ],\n    \"scanResult\": \"CLEAR\",\n    \"scanOperator\": {\n        \"operatorId\": \"POST-SEC-001\",\n        \"operatorName\": \"Imran Hassan\",\n        \"certification\": \"XRAY-CERT-2024-001\"\n    },\n    \"machineInfo\": {\n        \"machineId\": \"XRAY-KHI-001\",\n        \"machineModel\": \"Smith Detection HI-SCAN 6040aTiX\",\n        \"lastCalibration\": \"2025-12-01\"\n    },\n    \"recommendation\": \"ACCEPT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/xray-scans","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>P.E18P.4</p>\n</li>\n<li><p>P.E18PSW.(b)6</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Mail scanned by X-ray and accepted</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-2-PSTE-SSR-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-2-PSTE-SSR-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description:</strong> ACS enables Pakistan Post to digitally send X-ray scans of mail bags to PSW and ANF, and PSW will use these scans for analysis (risk or otherwise)</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Pakistan Post System (E18P) → Airport Community System → Pakistan Single Window (E18PSW)</p>\n</li>\n<li><p>Pakistan Post System (E18P) → Airport Community System → Anti-Narcotics Force System (E18ANF)</p>\n</li>\n<li><p>Pakistan Post System (E18P) → Airport Community Systems → Pakistan Post System (E18P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailBagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identification number.</td>\n</tr>\n<tr>\n<td>scanDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SS).</td>\n</tr>\n<tr>\n<td>scanLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Location or facility where the X-ray scan was performed.</td>\n</tr>\n<tr>\n<td>xrayImages</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>Array of base64-encoded X-ray images.</td>\n</tr>\n<tr>\n<td>scanResult</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of the predefined scan results (e.g. CLEAR, SUSPICIOUS, ALERT).</td>\n</tr>\n<tr>\n<td>operatorId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier of the scan operator.</td>\n</tr>\n<tr>\n<td>machineId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier of the X-ray machine.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","xray-scans"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"be149cc5-cafe-4812-b8ef-7a8735ba895f"},{"name":"Receive ANF Detention Notice","id":"5468f46b-86e0-4a58-bee3-e5553bfcedbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"33877221-3ba6-4020-b8ea-ff3a8ef8966c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailBagNumber\": \"PKPOST202312051234\",\n    \"destination\": \"DXB\",\n    \"mailTrackingNumbers\": [\n        \"EP123456789PK\",\n        \"EP123456790PK\"\n    ],\n    \"detainedItems\": [\n        {\n            \"trackingNumber\": \"EP123456789PK\",\n            \"itemDescription\": \"Suspicious powder substance\",\n            \"detentionReason\": \"SUSPECTED_PROHIBITED_SUBSTANCE\",\n            \"xrayImageRef\": \"xray-001\"\n        }\n    ],\n    \"detentionDateTime\": \"2025-12-20T12:00:00Z\",\n    \"anfOfficer\": {\n        \"officerId\": \"ANF-KHI-001\",\n        \"officerName\": \"Major Khalid\",\n        \"rank\": \"MAJOR\"\n    },\n    \"detentionLocation\": \"KHI Airport ANF Post\",\n    \"actionRequired\": \"PHYSICAL_INSPECTION\",\n    \"evidenceSealed\": true,\n    \"evidenceSealNumber\": \"ANF-SEAL-2025-001234\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/anf-detentions/receipts","description":"<p><strong>Requirement Reference</strong>: P.E18ANF.(a)5</p>\n<p><strong>Use Case</strong>: Restricted items detained by ANF</p>\n<p><strong>Integration Point</strong>: IN_FR-1-PSTE-PGD-R-01-UC-03</p>\n<p><strong>Description:</strong> ACS enables ANF to communicate any retained mail digitally to Pakistan Post</p>\n<p><strong>Process Flow</strong>: Anti-Narcotics Force System (E18ANF) → Airport Community System → Pakistan Post System (E19P)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailBagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identification.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>IATA location identifier for airport of destination.</td>\n</tr>\n<tr>\n<td>detainedItems</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List of detained items.</td>\n</tr>\n<tr>\n<td>detentionReason</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Reason code for detention.</td>\n</tr>\n<tr>\n<td>anfOfficerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>ANF officer ID.</td>\n</tr>\n<tr>\n<td>detentionDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime when items were detained.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","anf-detentions","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5468f46b-86e0-4a58-bee3-e5553bfcedbc"},{"name":"Submit Mail Data for Customs Review","id":"09772cfd-e268-4fac-bc10-a95f31c1069f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2fd1be5c-ec83-4f7d-8800-60f7468b1ba6","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"content\": \"Electronic components\",\n    \"barcodeNumber\": \"EP123456789PK\",\n    \"mailBagNumber\": \"PKPOST202312051234\",\n    \"airWaybillNumber\": \"176-12345675\",\n    \"comments\": \"Handle with care. Documents attached for customs review.\",\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"grossWeight\": 2.5,\n    \"grossWeightUnitOfMeasure\": \"KGM\",\n    \"mailType\": \"PARCEL\",\n    \"consignorDetails\": {\n        \"name\": \"Ali Khan\",\n        \"businessName\": \"Ali Khan Trading LLC\",\n        \"address\": {\n            \"streetAddress\": \"123 Main Street\",\n            \"city\": \"Karachi\",\n            \"postcode\": \"75500\",\n            \"country\": \"PK\"\n        },\n        \"telNo\": \"+92-300-1234567\"\n    },\n    \"consigneeDetails\": {\n        \"name\": \"John Smith\",\n        \"businessName\": \"Smith Electronics FZE\",\n        \"address\": {\n            \"streetAddress\": \"456 Dubai Marina\",\n            \"city\": \"Dubai\",\n            \"postcode\": \"12345\",\n            \"country\": \"AE\"\n        },\n        \"telNo\": \"+971-50-9876543\"\n    },\n    \"licenseNumbers\": [\n        \"LIC-2026-45821\"\n    ],\n    \"certificateNumbers\": [\n        \"CERT-EC-99812\"\n    ],\n    \"invoiceNumbers\": [\n        \"INV-2026-00421\"\n    ],\n    \"sendersInstructions\": \"Release only after customs review is complete.\",\n    \"itemDetails\": [\n        {\n            \"serialNumber\": 1,\n            \"quantityAndDescriptionOfGoods\": \"2 electronic control modules\",\n            \"quantity\": 2,\n            \"quantityUnitOfMeasure\": \"PCS\",\n            \"netWeight\": 2.3,\n            \"netWeightUnitOfMeasure\": \"KGM\",\n            \"value\": 150.0,\n            \"freight\": 25.0,\n            \"otherCharges\": 5.0,\n            \"currency\": \"USD\",\n            \"hsCode\": \"853710\",\n            \"countryOfOrigin\": \"PK\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews","description":"<p><strong>Requirement Reference</strong>: P.E22P.7</p>\n<p><strong>Use Case</strong>: Sending the mail data for review</p>\n<p><strong>Integration Point</strong>: IN_FR-1-PSTE-PGD-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS enables Pakistan Post to digitally send mail data to PSW for customs clearance</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (E21P) → Airport Community System → Web Based One Customs System (E21CUS)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Standards:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formType</td>\n<td>String</td>\n<td>1-10</td>\n<td>M</td>\n<td>Postal declaration/form code (eg CN23).</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>High-level description of shipment contents (eg Electronic components).</td>\n</tr>\n<tr>\n<td>barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>S10-compliant postal item identifier (eg EP123456789PK).</td>\n</tr>\n<tr>\n<td>mailBagNumber</td>\n<td>String</td>\n<td>1-30</td>\n<td>M</td>\n<td>Mail bag or receptacle identification number (eg PKPOST202312051234).</td>\n</tr>\n<tr>\n<td>airWaybillNumber</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Air Waybill number in carrier-prefix plus serial format (eg 176-12345675).</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.).</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>grossWeight</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Total shipment gross weight (eg 2.5). Must be greater than 0.</td>\n</tr>\n<tr>\n<td>grossWeightUnitOfMeasure</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit code (eg KGM).</td>\n</tr>\n<tr>\n<td>mailType</td>\n<td>String</td>\n<td>1-10</td>\n<td>M</td>\n<td>Postal shipment type (eg PARCEL).</td>\n</tr>\n<tr>\n<td>consignorDetails</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details container.</td>\n</tr>\n<tr>\n<td>consignorDetails/name</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignor personal/contact name (eg Ali Khan).</td>\n</tr>\n<tr>\n<td>consignorDetails/businessName</td>\n<td>String</td>\n<td>1-120</td>\n<td>M</td>\n<td>Consignor business or company name (eg Ali Khan Trading LLC).</td>\n</tr>\n<tr>\n<td>consignorDetails/address</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor structured address container.</td>\n</tr>\n<tr>\n<td>consignorDetails/address/streetAddress</td>\n<td>String</td>\n<td>1-255</td>\n<td>M</td>\n<td>Consignor street address (eg 123 Main Street).</td>\n</tr>\n<tr>\n<td>consignorDetails/address/city</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignor city (eg Karachi).</td>\n</tr>\n<tr>\n<td>consignorDetails/address/postcode</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignor postcode or ZIP code (eg 75500).</td>\n</tr>\n<tr>\n<td>consignorDetails/address/country</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code (eg PK).</td>\n</tr>\n<tr>\n<td>consignorDetails/telNo</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignor telephone number (eg +92-300-1234567).</td>\n</tr>\n<tr>\n<td>consigneeDetails</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details container.</td>\n</tr>\n<tr>\n<td>consigneeDetails/name</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignee personal/contact name (eg John Smith).</td>\n</tr>\n<tr>\n<td>consigneeDetails/businessName</td>\n<td>String</td>\n<td>1-120</td>\n<td>M</td>\n<td>Consignee business or company name (eg Smith Electronics FZE).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee structured address container.</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/streetAddress</td>\n<td>String</td>\n<td>1-255</td>\n<td>M</td>\n<td>Consignee street address (eg 456 Dubai Marina).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/city</td>\n<td>String</td>\n<td>1-100</td>\n<td>M</td>\n<td>Consignee city (eg Dubai).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/postcode</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignee postcode or ZIP code (eg 12345).</td>\n</tr>\n<tr>\n<td>consigneeDetails/address/country</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code (eg AE).</td>\n</tr>\n<tr>\n<td>consigneeDetails/telNo</td>\n<td>String</td>\n<td>1-20</td>\n<td>M</td>\n<td>Consignee telephone number (eg +971-50-9876543).</td>\n</tr>\n<tr>\n<td>licenseNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more license numbers related to the shipment or goods (eg LIC-2026-45821).</td>\n</tr>\n<tr>\n<td>certificateNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812).</td>\n</tr>\n<tr>\n<td>invoiceNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more invoice reference numbers (eg INV-2026-00421).</td>\n</tr>\n<tr>\n<td>sendersInstructions</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>Operational instructions provided by the sender (eg Release only after customs review is complete.).</td>\n</tr>\n<tr>\n<td>itemDetails</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Line item details container (1:n occurrence).</td>\n</tr>\n<tr>\n<td>itemDetails/serialNumber</td>\n<td>Numeric</td>\n<td>1-3</td>\n<td>M</td>\n<td>Sequential line item number starting from 1 (eg 1).</td>\n</tr>\n<tr>\n<td>itemDetails/quantityAndDescriptionOfGoods</td>\n<td>String</td>\n<td>1-256</td>\n<td>M</td>\n<td>Combined quantity and goods description text (eg 2 electronic control modules).</td>\n</tr>\n<tr>\n<td>itemDetails/quantity</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>M</td>\n<td>Declared number of units for the line item (eg 2). Must be greater than 0.</td>\n</tr>\n<tr>\n<td>itemDetails/quantityUnitOfMeasure</td>\n<td>String</td>\n<td>1-10</td>\n<td>M</td>\n<td>Unit of measure for quantity (eg PCS).</td>\n</tr>\n<tr>\n<td>itemDetails/netWeight</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight for the line item (eg 2.3). Must be greater than 0.</td>\n</tr>\n<tr>\n<td>itemDetails/netWeightUnitOfMeasure</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit code for line-item net weight (eg KGM).</td>\n</tr>\n<tr>\n<td>itemDetails/value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Declared line-item value (eg 150.0). Must be 0 or greater.</td>\n</tr>\n<tr>\n<td>itemDetails/freight</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Freight amount allocated to the line item (eg 25.0). Must be 0 or greater.</td>\n</tr>\n<tr>\n<td>itemDetails/otherCharges</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Other charges allocated to the line item (eg 5.0). Must be 0 or greater.</td>\n</tr>\n<tr>\n<td>itemDetails/currency</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code (eg USD).</td>\n</tr>\n<tr>\n<td>itemDetails/hsCode</td>\n<td>String</td>\n<td>6-10</td>\n<td>M</td>\n<td>HS commodity code (eg 853710).</td>\n</tr>\n<tr>\n<td>itemDetails/countryOfOrigin</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for origin of goods (eg PK).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","customs-reviews"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"09772cfd-e268-4fac-bc10-a95f31c1069f"},{"name":"Push Customs Review to Customs","id":"75ef0a3b-b055-4e28-a4ab-05d2398a04e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b5759883-ae85-441c-9e7d-0508129c2775","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<interchange xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns=\"m43\" xsi:schemaLocation=\"m43 m43-3.xsd\">\n    <date>201604151836</date>\n    <intref>7</intref>\n    <sender_network_address>CA501</sender_network_address>\n    <recipient_network_address>CUSTOMS_CA</recipient_network_address>\n    <message>\n        <function>9</function>\n        <mesref>1</mesref>\n        <msgtype>\n            <code>CUSITM</code>\n            <version>1</version>\n            <release>1</release>\n            <usage_level>0</usage_level>\n        </msgtype>\n        <msgbody>\n            <cusitm_1_1_0>\n                <mail_flow>I</mail_flow>\n                <!-- inbound -->\n                <item>\n                    <ID>\n                        <idtype>10</idtype>\n                        <!-- S10 compliant ID -->\n                        <value>CP000012342CH</value>\n                    </ID>\n                    <attributes>\n                        <info_provider>O</info_provider>\n                        <!-- information provided by orig post -->\n                        <upu_form>\n                            <addressee>\n                                <identification>\n                                    <name>John Smith</name>\n                                </identification>\n                                <postal_address>\n                                    <premises>Summer avenue</premises>\n                                    <locality>\n                                        <code>K1A 1M4</code>\n                                        <name>Ottawa</name>\n                                        <region>ON</region>\n                                    </locality>\n                                    <country_cd>CA</country_cd>\n                                </postal_address>\n                            </addressee>\n                            <measured_gross_weight>12.3</measured_gross_weight>\n                            <postage_paid>\n                                <currency>CHF</currency>\n                                <amount>12</amount>\n                            </postage_paid>\n                            <nature_of_transaction_code>31</nature_of_transaction_code>\n                            <!-- Gift -->\n                            <posting_date>20160413</posting_date>\n                            <content_piece>\n                                <number>1</number>\n                                <description>Swiss chocolates</description>\n                                <declared_value>\n                                    <currency>CHF</currency>\n                                    <amount>20</amount>\n                                </declared_value>\n                            </content_piece>\n                            <content_piece>\n                                <number>2</number>\n                                <description>Plastic toy</description>\n                                <declared_value>\n                                    <currency>CHF</currency>\n                                    <amount>25</amount>\n                                </declared_value>\n                            </content_piece>\n                        </upu_form>\n                        <agreed_info>\n                            <origin_country_code>CH</origin_country_code>\n                            <mail_class>C</mail_class>\n                            <!-- this item is a parcel -->\n                            <handling_class>V</handling_class>\n                            <!--insured -->\n                            <arv_info>\n                                <transport_mode>4</transport_mode>\n                                <!-- air -->\n                                <date>20160415</date>\n                            </arv_info>\n                            <references>\n                                <customs_ref>\n                                    <identifier>12345</identifier>\n                                </customs_ref>\n                            </references>\n                        </agreed_info>\n                    </attributes>\n                </item>\n            </cusitm_1_1_0>\n        </msgbody>\n    </message>\n</interchange>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","description":"<p><strong>Requirement Reference</strong>: P.E22P.7</p>\n<p><strong>Use Case</strong>: Sending the mail data for review</p>\n<p><strong>Integration Point</strong>: IN_FR-1-PSTE-PGD-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS pushes mail data to Customs for clearance review.</p>\n<p><strong>Process Flow</strong>: Airport Community System → Web Based One Customs System (E21CUS)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>Standard</strong>: UPU Standards (CUSITM - M43)</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cusitm_1_1_0/mail_flow</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Defines the mail flow direction. Typically I for inbound.</td>\n</tr>\n<tr>\n<td>item</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>Represents one or more postal items in the CUSITM message.</td>\n</tr>\n<tr>\n<td>item/ID</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Item identifier container.</td>\n</tr>\n<tr>\n<td>item/ID/idtype</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Identifier type code. Sample uses 10 for S10-compliant ID.</td>\n</tr>\n<tr>\n<td>item/ID/value</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Item identifier value. Sample: CP000012342CH.</td>\n</tr>\n<tr>\n<td>item/attributes</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Attribute container for postal/customs information.</td>\n</tr>\n<tr>\n<td>item/attributes/info_provider</td>\n<td>String</td>\n<td>1</td>\n<td>M</td>\n<td>Information provider code. Valid values include O, D, X, M, A. Sample uses O.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Postal declaration/form data container.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Addressee/consignee party container.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/identification</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Addressee identification details. Required if addressee is present.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/identification/name</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Addressee name. Sample: John Smith.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/postal_address</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Addressee postal address container. Required if addressee is present.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/postal_address/premises</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Address line. Sample: Summer avenue.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/postal_address/locality</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Locality container.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/postal_address/locality/code</td>\n<td>String</td>\n<td>17</td>\n<td>O</td>\n<td>Postal code or locality code. Sample: K1A 1M4.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/postal_address/locality/name</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>City/locality name. Sample: Ottawa.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/postal_address/locality/region</td>\n<td>String</td>\n<td>50</td>\n<td>O</td>\n<td>Region/state/province. Sample: ON.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/addressee/postal_address/country_cd</td>\n<td>String</td>\n<td>2</td>\n<td>C</td>\n<td>ISO 2-character country code. Sample: CA.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/measured_gross_weight</td>\n<td>Number</td>\n<td>N/A</td>\n<td>O</td>\n<td>Measured gross weight of the postal item. Sample: 12.3.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/postage_paid</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Postage paid amount and currency container.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/postage_paid/currency</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Sample: CHF.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/postage_paid/amount</td>\n<td>Number</td>\n<td>N/A</td>\n<td>C</td>\n<td>Postage amount. Sample: 12.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/nature_of_transaction_code</td>\n<td>String</td>\n<td>3</td>\n<td>O</td>\n<td>Nature of transaction code. Sample: 31, commented as Gift.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/posting_date</td>\n<td>Date</td>\n<td>N/A</td>\n<td>O</td>\n<td>Posting date of the item. Sample: 20160413.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/content_piece</td>\n<td>Array</td>\n<td>N/A</td>\n<td>O</td>\n<td>Line-level content item details.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/content_piece/number</td>\n<td>Integer</td>\n<td>4</td>\n<td>C</td>\n<td>Content piece sequence number. Sample: 1, 2.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/content_piece/description</td>\n<td>String</td>\n<td>256</td>\n<td>C</td>\n<td>Brief goods description. Samples: Swiss chocolates, Plastic toy.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/content_piece/declared_value</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Declared value container for the content piece.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/content_piece/declared_value/currency</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Sample: CHF.</td>\n</tr>\n<tr>\n<td>item/attributes/upu_form/content_piece/declared_value/amount</td>\n<td>Number</td>\n<td>N/A</td>\n<td>C</td>\n<td>Declared value amount. Samples: 20, 25.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Local/customs information container.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/origin_country_code</td>\n<td>String</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 2-character origin country code. Sample: CH.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/mail_class</td>\n<td>String</td>\n<td>1</td>\n<td>O</td>\n<td>Mail class code. Sample: C.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/handling_class</td>\n<td>String</td>\n<td>1</td>\n<td>O</td>\n<td>Handling class code. Sample: V.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/arv_info</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival information container.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/arv_info/transport_mode</td>\n<td>String</td>\n<td>1</td>\n<td>O</td>\n<td>Transport mode code. Sample: 4 for air.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/arv_info/date</td>\n<td>Date</td>\n<td>N/A</td>\n<td>C</td>\n<td>Arrival date. Required if arv_info is present. Sample: 20160415.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/references</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs/postal references container.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/references/customs_ref</td>\n<td>Array</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs reference document container.</td>\n</tr>\n<tr>\n<td>item/attributes/agreed_info/references/customs_ref/identifier</td>\n<td>String</td>\n<td>80</td>\n<td>O</td>\n<td>Customs reference identifier. Sample: 12345.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"75ef0a3b-b055-4e28-a4ab-05d2398a04e0"},{"name":"Receive Customs Clearance Status","id":"86a9bfae-c876-424f-8ff2-0595de759e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f8e37c1e-e47a-40eb-b8b9-46d50a1d1cfb","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailBagNumber\": \"PKPOST202312051234\",\n    \"clearanceStatus\": \"UNDER_EXAMINATION\",\n    \"customsOfficerId\": \"CUS-KHI-001\",\n    \"clearanceDateTime\": \"2025-12-20T13:00:00Z\",\n    \"remarks\": \"Assessment in progress. Final duties and taxes generated for the selected consignment.\",\n    \"consignmentSummary\": {\n        \"consignmentsReceivedToday\": 42,\n        \"consignmentsUnderExamination\": 7,\n        \"consignmentsUnderAssessment\": 5\n    },\n    \"consignments\": [\n        {\n            \"barcodeNumber\": \"EP123456789PK\",\n            \"formType\": \"CN23\",\n            \"consignmentType\": \"PARCEL\",\n            \"airWaybillOrDispatchNumber\": \"176-12345675\",\n            \"consignorCity\": \"Karachi\",\n            \"consigneeCity\": \"Dubai\",\n            \"psidAmountPkr\": 18500.0,\n            \"psid\": \"PSID-2026-000421\",\n            \"status\": \"UNDER_EXAMINATION\"\n        },\n        {\n            \"barcodeNumber\": \"EP123456790PK\",\n            \"formType\": \"CN23\",\n            \"consignmentType\": \"PARCEL\",\n            \"airWaybillOrDispatchNumber\": \"176-12345676\",\n            \"consignorCity\": \"Lahore\",\n            \"consigneeCity\": \"Abu Dhabi\",\n            \"psidAmountPkr\": 9200.0,\n            \"psid\": \"PSID-2026-000422\",\n            \"status\": \"UNDER_ASSESSMENT\"\n        }\n    ],\n    \"consignmentDetails\": {\n        \"formType\": \"CN23\",\n        \"content\": \"Electronic components\",\n        \"barcodeNumber\": \"EP123456789PK\",\n        \"airWaybillOrDispatchNumber\": \"176-12345675\",\n        \"comments\": \"Handle with care. Documents attached for customs review.\",\n        \"psid\": \"PSID-2026-000421\",\n        \"psidAmountPkr\": 18500.0,\n        \"licenseNumbers\": [\n            \"LIC-2026-45821\"\n        ],\n        \"certificateNumbers\": [\n            \"CERT-EC-99812\"\n        ],\n        \"invoiceNumbers\": [\n            \"INV-2026-00421\"\n        ],\n        \"sendersInstructions\": \"Release only after customs review is complete.\",\n        \"consignorDetails\": {\n            \"name\": \"Ali Khan\",\n            \"businessName\": \"Ali Khan Trading LLC\",\n            \"address\": {\n                \"streetAddress\": \"123 Main Street\",\n                \"postcode\": \"75500\",\n                \"country\": \"PK\",\n                \"city\": \"Karachi\"\n            },\n            \"telNo\": \"+92-300-1234567\"\n        },\n        \"consigneeDetails\": {\n            \"name\": \"John Smith\",\n            \"businessName\": \"Smith Electronics FZE\",\n            \"address\": {\n                \"streetAddress\": \"456 Dubai Marina\",\n                \"postcode\": \"12345\",\n                \"country\": \"AE\",\n                \"city\": \"Dubai\"\n            },\n            \"telNo\": \"+971-50-9876543\"\n        },\n        \"itemDetails\": [\n            {\n                \"serialNumber\": 1,\n                \"quantityAndDescriptionOfGoods\": \"2 electronic control modules\",\n                \"quantity\": 2,\n                \"netWeight\": 2.3,\n                \"declaredValue\": 150.0,\n                \"declaredHsCode\": \"853710\",\n                \"assessedHsCode\": \"853710\",\n                \"countryOfOrigin\": \"PK\",\n                \"dutiesTaxesFeesPkr\": 18500.0,\n                \"dutiesTaxes\": [\n                    {\n                        \"dutyTaxFeeName\": \"Import Duty\",\n                        \"amountPkr\": 7500.0\n                    },\n                    {\n                        \"dutyTaxFeeName\": \"Sales Tax\",\n                        \"amountPkr\": 9000.0\n                    },\n                    {\n                        \"dutyTaxFeeName\": \"Processing Fee\",\n                        \"amountPkr\": 2000.0\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-clearances/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb\">CUSRSP</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: P.E22CUS.8</p>\n<p><strong>Use Case</strong>: Mail Cleared/Detained/Returned</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-1-PSTE-PGD-R-01-UC-02</p>\n</li>\n<li><p>IN_FR-1-PSTE-PGD-R-01-UC-03</p>\n</li>\n</ul>\n<p><strong>Description:</strong> ACS will enable Customs to inform Post on the clearance status of mail in digital format</p>\n<p><strong>Process Flow</strong>: Web Based One Customs System (E22CUS) → Airport Community System → Pakistan Post System (E22P)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>Standard</strong>: UPU Standards</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailBagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identification number.</td>\n</tr>\n<tr>\n<td>clearanceStatus</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED.</td>\n</tr>\n<tr>\n<td>customsOfficerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Customs officer identifier.</td>\n</tr>\n<tr>\n<td>clearanceDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime when the status was recorded.</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks related to the current status.</td>\n</tr>\n<tr>\n<td>consignmentSummary</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Summary counts used by the postal consignments view tiles.</td>\n</tr>\n<tr>\n<td>consignmentSummary/consignmentsReceivedToday</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total consignments received today.</td>\n</tr>\n<tr>\n<td>consignmentSummary/consignmentsUnderExamination</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total consignments currently under examination.</td>\n</tr>\n<tr>\n<td>consignmentSummary/consignmentsUnderAssessment</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total consignments currently under assessment.</td>\n</tr>\n<tr>\n<td>consignments</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List-view data for postal consignments.</td>\n</tr>\n<tr>\n<td>consignments/barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>S10-compliant postal item identifier.</td>\n</tr>\n<tr>\n<td>consignments/formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal declaration or form type. Example: CN23.</td>\n</tr>\n<tr>\n<td>consignments/consignmentType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Consignment category. Example: PARCEL.</td>\n</tr>\n<tr>\n<td>consignments/airWaybillOrDispatchNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number or dispatch number associated with the consignment.</td>\n</tr>\n<tr>\n<td>consignments/consignorCity</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignor city displayed in the consignments list.</td>\n</tr>\n<tr>\n<td>consignments/consigneeCity</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignee city displayed in the consignments list.</td>\n</tr>\n<tr>\n<td>consignments/psidAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>PSID amount in PKR for the consignment.</td>\n</tr>\n<tr>\n<td>consignments/psid</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Payment slip ID associated with the consignment.</td>\n</tr>\n<tr>\n<td>consignments/status</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status shown in the consignments list.</td>\n</tr>\n<tr>\n<td>consignmentDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Detailed consignment data for the selected record.</td>\n</tr>\n<tr>\n<td>consignmentDetails/formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal declaration or form type.</td>\n</tr>\n<tr>\n<td>consignmentDetails/content</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>High-level description of the consignment contents.</td>\n</tr>\n<tr>\n<td>consignmentDetails/barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>S10-compliant postal item identifier.</td>\n</tr>\n<tr>\n<td>consignmentDetails/airWaybillOrDispatchNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number or dispatch number for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/comments</td>\n<td>String</td>\n<td>256</td>\n<td>O</td>\n<td>Operational or customs comments for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/psid</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Payment slip ID for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/psidAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Payment slip amount in PKR for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/licenseNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more license numbers related to the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/certificateNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more certificate numbers related to the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/invoiceNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more invoice reference numbers related to the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/sendersInstructions</td>\n<td>String</td>\n<td>256</td>\n<td>O</td>\n<td>Instructions provided by the sender.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details container.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignor name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/businessName</td>\n<td>String</td>\n<td>120</td>\n<td>M</td>\n<td>Consignor business or company name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/streetAddress</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Consignor street address.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/postcode</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignor postcode or ZIP code.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/telNo</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignor telephone number.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for the consignor.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/city</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignor city.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details container.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignee name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/businessName</td>\n<td>String</td>\n<td>120</td>\n<td>M</td>\n<td>Consignee business or company name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/streetAddress</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Consignee street address.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/postcode</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignee postcode or ZIP code.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/telNo</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignee telephone number.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for the consignee.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/city</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignee city.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>Line-level item details for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/serialNumber</td>\n<td>Integer</td>\n<td>1-3</td>\n<td>M</td>\n<td>Sequential line item number.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/quantityAndDescriptionOfGoods</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>Combined quantity and goods description text.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/quantity</td>\n<td>Number</td>\n<td>1-9</td>\n<td>M</td>\n<td>Declared number of units for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/netWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/declaredValue</td>\n<td>Number</td>\n<td>1-12</td>\n<td>M</td>\n<td>Declared value for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/declaredHsCode</td>\n<td>String</td>\n<td>6-10</td>\n<td>M</td>\n<td>Declared HS code for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/assessedHsCode</td>\n<td>String</td>\n<td>6-10</td>\n<td>O</td>\n<td>HS code assessed by customs for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/countryOfOrigin</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for origin of goods.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxesFeesPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total duties, taxes, and fees in PKR for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxes</td>\n<td>Array</td>\n<td>N/A</td>\n<td>O</td>\n<td>Breakdown of duties, taxes, and fees for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName</td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Name of the duty, tax, or fee. Required if dutiesTaxes is present.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxes/amountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>C</td>\n<td>Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","customs-clearances","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"86a9bfae-c876-424f-8ff2-0595de759e71"}],"id":"4bc7509f-bdf8-4424-8f9b-8bf2f0deef44","description":"<p>Endpoints for X-ray scanning, ANF security, and customs review</p>\n","_postman_id":"4bc7509f-bdf8-4424-8f9b-8bf2f0deef44","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Loading & Departure","item":[{"name":"Deliver Mail to GHA with CN38","id":"3bb347d7-4cb5-4acf-b93a-b10e52effb85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9dd2612a-faae-4edd-8397-9a652f976148","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<interchange\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns=\"m48\"\n  xmlns:psw=\"urn:pk:psw:postal:m48-ext\"\n  xsi:schemaLocation=\"m48 m48-placeholder.xsd\"\n>\n    <date>202603301930</date>\n    <intref>1</intref>\n    <sender_network_address>PK501</sender_network_address>\n    <recipient_network_address>ACS_PK</recipient_network_address>\n    <message>\n        <mesref>1</mesref>\n        <msgtype>\n            <code>CARDIT</code>\n            <version>2</version>\n            <release>1</release>\n            <usage_level>0</usage_level>\n        </msgtype>\n        <msgbody>\n            <cardit_2_1_0>\n                <consignment>\n                    <psw:manifest_number>MF-20260330-001</psw:manifest_number>\n                    <document_number>AMD-20260330-001</document_number>\n                    <pawb_number>176-12345675</pawb_number>\n                    <destination>AE</destination>\n                    <origin>KHI</origin>\n                    <route_ID>PK-KHI-DXB-20260330</route_ID>\n                    <consignment_totals>\n                        <number_of_receptacles>12</number_of_receptacles>\n                        <weight_of_receptacles>245.500</weight_of_receptacles>\n                        <mail_class_code>C</mail_class_code>\n                    </consignment_totals>\n                    <hand_over>\n                        <origin_location_code>KHI</origin_location_code>\n                        <origin_location_name>Karachi</origin_location_name>\n                        <destination_location_code>DXB</destination_location_code>\n                        <destination_location_name>Dubai</destination_location_name>\n                    </hand_over>\n                    <transport>\n                        <stage_qualifier>1</stage_qualifier>\n                        <mode>4</mode>\n                        <carrier_code>PK</carrier_code>\n                        <conveyance_reference>PK701</conveyance_reference>\n                        <departure_location_code>KHI</departure_location_code>\n                        <departure_location_name>Karachi</departure_location_name>\n                        <departure_date_time>2026-03-30T10:30:00Z</departure_date_time>\n                        <arrival_location_code>DXB</arrival_location_code>\n                        <arrival_location_name>Dubai</arrival_location_name>\n                        <arrival_date_time>2026-03-30T13:15:00Z</arrival_date_time>\n                    </transport>\n                    <transport>\n                        <stage_qualifier>2</stage_qualifier>\n                        <mode>4</mode>\n                        <carrier_code>EK</carrier_code>\n                        <conveyance_reference>EK607</conveyance_reference>\n                        <departure_location_code>KHI</departure_location_code>\n                        <departure_location_name>Karachi</departure_location_name>\n                        <departure_date_time>2026-03-30T10:30:00Z</departure_date_time>\n                        <arrival_location_code>DXB</arrival_location_code>\n                        <arrival_location_name>Dubai</arrival_location_name>\n                        <arrival_date_time>2026-03-30T13:15:00Z</arrival_date_time>\n                    </transport>\n                    <psw:mail_information>\n                        <psw:weight_unit_of_measure>KGM</psw:weight_unit_of_measure>\n                        <psw:volume>1.850</psw:volume>\n                        <psw:nature_of_goods>Letter post and parcel mail</psw:nature_of_goods>\n                    </psw:mail_information>\n                </consignment>\n            </cardit_2_1_0>\n        </msgbody>\n    </message>\n</interchange>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/gha-deliveries","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4\">CARDIT</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: P.E35P.9</p>\n<p><strong>Use Case</strong>: Mail is delivered to GHA for loading on the flight/CN document is sent digitally</p>\n<p><strong>Integration Point</strong>: IN_FR-4-PSTE-MMF-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS enables Pakistan Post to CN38 this request in digital format to GHA.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (E35P) → Airport Community System → GHA System (E35GHA)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardit_2_1_0/consignment</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignment container for the CARDIT message.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/psw:manifest_number</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>PSW extension for manifest number. Sample: MF-20260330-001.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/document_number</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Air Mail Dispatch Number. Sample: AMD-20260330-001.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/pawb_number</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Air Waybill number in carrier-prefix plus serial format. Sample: 176-12345675.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/destination</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Destination country code. Sample: AE.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/origin</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Origin location code. Sample: KHI.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/route_ID</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Route identifier linking the movement path. Sample: PK-KHI-DXB-20260330.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/consignment_totals</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignment totals container.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/consignment_totals/number_of_receptacles</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total number of receptacles or pieces. Sample: 12.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/consignment_totals/weight_of_receptacles</td>\n<td>Number</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total weight of receptacles. Sample: 245.500.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/consignment_totals/mail_class_code</td>\n<td>String</td>\n<td>1</td>\n<td>O</td>\n<td>Mail class code. Sample: C.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/hand_over</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Handover location details container.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/hand_over/origin_location_code</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Point of loading code. Sample: KHI.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/hand_over/origin_location_name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Point of loading city/name. Sample: Karachi.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/hand_over/destination_location_code</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Point of unloading code. Sample: DXB.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/hand_over/destination_location_name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Point of unloading city/name. Sample: Dubai.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more transport legs for the consignment.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/stage_qualifier</td>\n<td>String</td>\n<td>1</td>\n<td>M</td>\n<td>Transport leg qualifier. Sample values: 1, 2.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/mode</td>\n<td>String</td>\n<td>1</td>\n<td>M</td>\n<td>Transport mode code. Sample: 4 for air.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/carrier_code</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Carrier or outbound flight operator code. Samples: PK, EK.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/conveyance_reference</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Flight number or conveyance reference. Samples: PK701, EK607.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/departure_location_code</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Departure location code. Sample: KHI.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/departure_location_name</td>\n<td>String</td>\n<td>100</td>\n<td>O</td>\n<td>Departure location name. Sample: Karachi.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/departure_date_time</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure date and time in ISO 8601 format. Sample: 2026-03-30T10:30:00Z.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/arrival_location_code</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Arrival location code. Sample: DXB.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/arrival_location_name</td>\n<td>String</td>\n<td>100</td>\n<td>O</td>\n<td>Arrival location name. Sample: Dubai.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/transport/arrival_date_time</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival date and time in ISO 8601 format. Sample: 2026-03-30T13:15:00Z.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/psw:mail_information</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>PSW extension container for SRS fields not cleanly modeled in native M48.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/psw:mail_information/psw:weight_unit_of_measure</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit of measure. Sample: KGM.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/psw:mail_information/psw:volume</td>\n<td>Number</td>\n<td>N/A</td>\n<td>M</td>\n<td>Volume value for the mail information line. Sample: 1.850.</td>\n</tr>\n<tr>\n<td>cardit_2_1_0/consignment/psw:mail_information/psw:nature_of_goods</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>Nature of goods description. Sample: Letter post and parcel mail.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","gha-deliveries"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bb347d7-4cb5-4acf-b93a-b10e52effb85"},{"name":"Receive Departure Message (JSON)","id":"97136784-4314-4333-b059-af625b2b9bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b6926080-185f-4896-8b5e-d65b353c7882","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-DEP\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"DEP\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"BEY\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/departures/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a\">FSU</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: P.E37P.10</p>\n<p><strong>Use Case</strong>: Departure message received</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-4-PSTE-MMF-R-01-UC-04</p>\n</li>\n<li><p>IN_FR-5-PSTE-MSU-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-5-PSTE-MSU-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description:</strong> ACS enables Pakistan Post to receive departure confirmation from GHA after flight departure</p>\n<p><strong>Process Flow</strong>: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","departures","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"97136784-4314-4333-b059-af625b2b9bf2"}],"id":"a9c2a96c-04af-43fa-a3dc-118aabe8a558","description":"<p>Endpoints for GHA delivery, CN38 documents, and departure messages</p>\n","_postman_id":"a9c2a96c-04af-43fa-a3dc-118aabe8a558","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Offload Handling","item":[{"name":"Receive Offload Notification (JSON)","id":"26cc5551-344b-4663-beec-34f7deba21ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b78ef645-0ca6-46af-a26b-e3ad3a9f5f94","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/offload-notifications/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a\">FSU</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#9bbf1e9b-94bc-4ffe-87b2-5387cbcea065\">FFR</a></p>\n</li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>P.E38GHA.11</p>\n</li>\n<li><p>P.E38P.12</p>\n</li>\n</ul>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>In case of offloading – Flight Manifest</p>\n</li>\n<li><p>In case of offloading – Consignment Status</p>\n</li>\n<li><p>In case of offloading – Flight Manifest to Customs &amp; PAA</p>\n</li>\n<li><p>Status updated post-departure/offload</p>\n</li>\n</ul>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-4-PSTE-MMF-R-01-UC-02</p>\n</li>\n<li><p>IN_FR-4-PSTE-MMF-R-01-UC-03</p>\n</li>\n<li><p>IN_FR-4-PSTE-MMF-R-01-UC-04</p>\n</li>\n</ul>\n<p><strong>Descriptions:</strong></p>\n<ul>\n<li><p>ACS will enable GHA to transmit updated flight manifest in case of offloaded consignment. ACS enables Pakistan Post to receive offload information and new booking details.</p>\n</li>\n<li><p>Send FSU Shipment offloaded information</p>\n</li>\n<li><p>Send FFM Updated flight manifest data</p>\n</li>\n<li><p>Send FFR New booking details due to offload.</p>\n</li>\n</ul>\n<p><strong>Process Flow</strong>: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","export","offload-notifications","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"26cc5551-344b-4663-beec-34f7deba21ff"}],"id":"aad00698-4d05-4654-a3ea-d1225e50fd9f","description":"<p>Endpoints for receiving offload notifications and rebooking updates</p>\n","_postman_id":"aad00698-4d05-4654-a3ea-d1225e50fd9f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"69c0114b-004c-4bd9-a0eb-d12f6c1f8325","description":"<p>Complete API documentation for e-Post (Pakistan Post) Export operations.</p>\n<h2 id=\"module-overview\">Module Overview</h2>\n<p>This collection covers all Pakistan Post Export integration points for sending international mail and packages from Pakistan.</p>\n<h2 id=\"integration-points-covered\">Integration Points Covered</h2>\n<ul>\n<li><p>P.E1P.1, P.E1PSW.2: Shipment data to PSW</p>\n</li>\n<li><p>P.E17P.3: Mail arrival at airport facilities</p>\n</li>\n<li><p>P.E18P.4, P.E18PSW.(b)6: X-ray scanning</p>\n</li>\n<li><p>P.E18ANF.(a)5: ANF detention notices</p>\n</li>\n<li><p>P.E22P.7: Customs review submission</p>\n</li>\n<li><p>P.E22CUS.8: Customs clearance status</p>\n</li>\n<li><p>P.E35P.9: CN38 delivery to GHA</p>\n</li>\n<li><p>P.E37P.10: Departure messages (FSU DEP)</p>\n</li>\n<li><p>P.E38GHA.11, P.E38P.12: Offload handling (FSU BKD)</p>\n</li>\n</ul>\n<h2 id=\"standards\">Standards</h2>\n<ul>\n<li><p><strong>UPU Standards</strong>: CN22, CN23, CN38, CN41 forms</p>\n</li>\n<li><p><strong>IATA Standards</strong>: FSU (DEP, BKD), FFM messages</p>\n</li>\n</ul>\n","_postman_id":"69c0114b-004c-4bd9-a0eb-d12f6c1f8325","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"e-Post Import","item":[{"name":"Flight Manifest & Mail Reception","item":[{"name":"Receive Flight Information","id":"f9e71e12-3d37-4c7e-8e52-e5a76311d24a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a830d1c1-5e14-4017-83b9-491c1b3da108","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.402Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/flight-manifests/receipts","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><p><a href=\"https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886\">FFM</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4\">CARDIT</a></p>\n</li>\n<li><p><a href=\"https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe\">Mail Manifest</a></p>\n</li>\n</ul>\n<p><strong>Requirement Reference</strong>:</p>\n<ul>\n<li><p>P.I4P.1</p>\n</li>\n<li><p>P.I7P.2</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: Receives FFM and mail information from the flight</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-1-PSTI-ACI-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-1-PSTI-ACI-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description:</strong> ACS enables Pakistan Post to receive flight manifest (FFM) and mail data from airline.</p>\n<p><strong>Process Flow</strong>: Airline System (I4GHA) → Airport Community System → Pakistan Post System (I4P)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","flight-manifests","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9e71e12-3d37-4c7e-8e52-e5a76311d24a"},{"name":"Submit Mail Reception from Flight","id":"d05f0b2b-533e-49d3-a744-e4b12a88117a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f22a88d4-a26d-4342-a832-65797a62c19b","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"barcodeNumber\": \"EA123456789AE\",\n    \"airWaybillNumber\": \"PK-AMS-20251220-001\",\n    \"arrivalAirport\": \"KHI\",\n    \"mailManifestNumber\": \"2109312345\",\n    \"airlineCode\": \"EK\",\n    \"flightNumber\": \"EK1001\",\n    \"origin\": \"KUL\",\n    \"departedAt\": \"2026-01-01T00:00:00Z\",\n    \"destination\": \"KHI\",\n    \"arrivedAt\": \"2026-01-01T04:00:00Z\",\n    \"airmailDispatchNumber\": \"1209432\",\n    \"mawbNumber\": \"176-12309824\",\n    \"pieces\": 12,\n    \"weight\": \"10\",\n    \"weightUnit\": \"KGM\",\n    \"volume\": \"100\",\n    \"volumeUnit\": \"CBM\",\n    \"natureOfGoods\": \"Printed books\",\n    \"inboundAirlineCode\": \"EK\",\n    \"inboundFlightNumber\": \"EK1001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/mail-receptions","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe\">Mail Manifest</a></li>\n</ul>\n<p><strong>Requirement Reference</strong>: P.I7P.2</p>\n<p><strong>Use Case</strong>: Receives mail from flight</p>\n<p><strong>Integration Points</strong>:</p>\n<ul>\n<li><p>IN_FR-2-PSTI-MAI-R-01-UC-01</p>\n</li>\n<li><p>IN_FR-2-PSTI-MAI-R-01-UC-02</p>\n</li>\n</ul>\n<p><strong>Description:</strong> ACS enables Pakistan Post to record mail received from flight information in digital format.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (I7P) → Airport Community System → Pakistan Single Window (I8P)</p>\n<p><strong>Priority</strong>: P1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","mail-receptions"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d05f0b2b-533e-49d3-a744-e4b12a88117a"}],"id":"8de680a6-5f74-4b9a-b10a-e5f6b3e01054","description":"<p>Endpoints for receiving flight manifests and confirming mail reception</p>\n","_postman_id":"8de680a6-5f74-4b9a-b10a-e5f6b3e01054","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Weight, Scanning & X-ray","item":[{"name":"Submit Weight and Scan Data","id":"5c9f7bdc-7a8b-4c20-bee1-c92ac93ff257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"aac0d54f-b414-447d-ab9a-f2e6620b98c4","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"bagScans\": [\n        {\n            \"bagNumber\": \"AEPOST202312051001\",\n            \"airMailDispatchNumber\": \"AEDXB202312051001\",\n            \"scannedBarcode\": \"AEPOST202312051001\",\n            \"grossWeight\": 18.5,\n            \"netWeight\": 18.4,\n            \"weightUnit\": \"KGM\",\n            \"weightVariance\": -0.1,\n            \"varianceAcceptable\": true,\n            \"scannedImages\": [\n                {\n                    \"imageId\": \"scan-img-001\",\n                    \"imageType\": \"WEIGHT_SCAN\",\n                    \"imageData\": \"base64-encoded-image...\",\n                    \"imageFormat\": \"PNG\"\n                }\n            ],\n            \"scanDateTime\": \"2025-12-20T11:15:00Z\"\n        },\n        {\n            \"bagNumber\": \"AEPOST202312051002\",\n            \"airMailDispatchNumber\": \"AEDXB202312051002\",\n            \"scannedBarcode\": \"AEPOST202312051002\",\n            \"grossWeight\": 45.2,\n            \"netWeight\": 45.0,\n            \"weightUnit\": \"KGM\",\n            \"weightVariance\": -0.2,\n            \"varianceAcceptable\": true,\n            \"scannedImages\": [\n                {\n                    \"imageId\": \"scan-img-002\",\n                    \"imageType\": \"WEIGHT_SCAN\",\n                    \"imageData\": \"base64-encoded-image...\",\n                    \"imageFormat\": \"PNG\"\n                }\n            ],\n            \"scanDateTime\": \"2025-12-20T11:16:00Z\"\n        }\n    ],\n    \"scanLocation\": \"KHI Post Office Receiving Bay\",\n    \"scaleInfo\": {\n        \"scaleId\": \"SCALE-KHI-001\",\n        \"lastCalibration\": \"2025-12-01\"\n    },\n    \"scanOperator\": {\n        \"operatorId\": \"POST-KHI-OPR-001\",\n        \"operatorName\": \"Ali Raza\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/weight-scans","description":"<p><strong>Requirement Reference</strong>: P.I8P.3</p>\n<p><strong>Use Case</strong>: Weight and scan mail</p>\n<p><strong>Integration Point</strong>: IN_FR-2-PSTI-MAI-R-01-UC-03</p>\n<p><strong>Description:</strong> ACS enables Pakistan Post to record weight and scanning data of mail bags in ACS.</p>\n<p><strong>Process Flow</strong>:</p>\n<ul>\n<li><p>Pakistan Post System (I8P) → Airport Community System → Pakistan Single Window (I9P)</p>\n</li>\n<li><p>Pakistan Post System (I8P) → Airport Community System → Web Based One Customs System (I9P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal customs form type. Allowed values: CN22, CN23.</td>\n</tr>\n<tr>\n<td>bagScans</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List of scanned mail bags included in the submission.</td>\n</tr>\n<tr>\n<td>bagScans/bagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identifier.</td>\n</tr>\n<tr>\n<td>bagScans/airMailDispatchNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Air mail dispatch number associated with the bag.</td>\n</tr>\n<tr>\n<td>bagScans/scannedBarcode</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Barcode captured during scan.</td>\n</tr>\n<tr>\n<td>bagScans/grossWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Gross weight of the bag.</td>\n</tr>\n<tr>\n<td>bagScans/netWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight of the bag.</td>\n</tr>\n<tr>\n<td>bagScans/weightUnit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit code. Example: KGM.</td>\n</tr>\n<tr>\n<td>bagScans/weightVariance</td>\n<td>Number</td>\n<td>1-7</td>\n<td>O</td>\n<td>Difference between expected and measured weight.</td>\n</tr>\n<tr>\n<td>bagScans/varianceAcceptable</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates whether the weight variance is within tolerance.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List of scanned image attachments for the bag.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier of the scanned image.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Type of scanned image. Example: WEIGHT_SCAN.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageData</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Base64-encoded image content.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageFormat</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Image file format. Example: PNG.</td>\n</tr>\n<tr>\n<td>bagScans/scanDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime when the bag was scanned.</td>\n</tr>\n<tr>\n<td>scanLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Location or facility where bag scanning was performed.</td>\n</tr>\n<tr>\n<td>scaleInfo</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scale metadata used for the weighing operation.</td>\n</tr>\n<tr>\n<td>scaleInfo/scaleId</td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Scale identifier. Required if scaleInfo is provided.</td>\n</tr>\n<tr>\n<td>scaleInfo/lastCalibration</td>\n<td>Date</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date of the scale’s last calibration. Format: YYYY-MM-DD.</td>\n</tr>\n<tr>\n<td>scanOperator</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Operator details for the scanning activity.</td>\n</tr>\n<tr>\n<td>scanOperator/operatorId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier of the operator who performed the scan.</td>\n</tr>\n<tr>\n<td>scanOperator/operatorName</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Name of the operator who performed the scan.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","weight-scans"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c9f7bdc-7a8b-4c20-bee1-c92ac93ff257"},{"name":"Submit X-ray Scan Images","id":"c927c26a-779d-4079-9195-ffa60f7ff50a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"247ff41c-8a13-45cf-a906-825f466ee1b0","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"bagScans\": [\n        {\n            \"bagNumber\": \"AEPOST202312051001\",\n            \"airMailDispatchNumber\": \"AEDXB202312051001\",\n            \"grossWeight\": 18.5,\n            \"netWeight\": 18.4,\n            \"scanDateTime\": \"2025-12-20T11:30:00Z\",\n            \"scannedImages\": [\n                {\n                    \"imageId\": \"xray-imp-001\",\n                    \"imageType\": \"SIDE_VIEW\",\n                    \"imageData\": \"base64-encoded-image...\",\n                    \"imageFormat\": \"PNG\"\n                }\n            ],\n            \"scanResult\": \"CLEAR\",\n            \"recommendation\": \"PROCESS\"\n        },\n        {\n            \"bagNumber\": \"AEPOST202312051002\",\n            \"airMailDispatchNumber\": \"AEDXB202312051002\",\n            \"grossWeight\": 45.2,\n            \"netWeight\": 45.0,\n            \"scanDateTime\": \"2025-12-20T11:32:00Z\",\n            \"scannedImages\": [\n                {\n                    \"imageId\": \"xray-imp-002\",\n                    \"imageType\": \"SIDE_VIEW\",\n                    \"imageData\": \"base64-encoded-image...\",\n                    \"imageFormat\": \"PNG\"\n                }\n            ],\n            \"scanResult\": \"CLEAR\",\n            \"recommendation\": \"PROCESS\"\n        }\n    ],\n    \"scanLocation\": \"KHI Post Office X-ray Facility\",\n    \"scanOperator\": {\n        \"operatorId\": \"POST-KHI-SEC-001\",\n        \"operatorName\": \"Kamran Malik\",\n        \"certification\": \"XRAY-CERT-2024-002\"\n    },\n    \"machineInfo\": {\n        \"machineId\": \"XRAY-KHI-IMP-001\",\n        \"machineModel\": \"Rapiscan 620DV\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/xray-scans","description":"<p><strong>Global API Reference:</strong></p>\n<ul>\n<li><a href=\"https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784\">File Upload</a></li>\n</ul>\n<p><strong>Requirement References</strong>:</p>\n<ul>\n<li><p>P.I9P.4</p>\n</li>\n<li><p>P.I9PSW.5</p>\n</li>\n<li><p>P.I8CUS.6</p>\n</li>\n</ul>\n<p><strong>Use Case</strong>: X-ray scanned mail for analysis</p>\n<p><strong>Integration Point</strong>: IN_FR-2-PSTI-MAI-R-01-UC-04</p>\n<p><strong>Description:</strong> ACS enables Pakistan Post to upload X-ray images and PSW &amp; Customs to digitally receive X-ray mail data for analysis</p>\n<p><strong>Process Flows</strong>:</p>\n<ul>\n<li><p>Pakistan Post System (I9P) → Airport Community System → Pakistan Single Window (I10PSW)</p>\n</li>\n<li><p>Pakistan Post System (I9P) → Airport Community System → Web Based One Customs System (I10P)</p>\n</li>\n</ul>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal customs form type. Allowed values: CN22, CN23.</td>\n</tr>\n<tr>\n<td>bagScans</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List of mail bags scanned through the X-ray process.</td>\n</tr>\n<tr>\n<td>bagScans/bagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identifier.</td>\n</tr>\n<tr>\n<td>bagScans/airMailDispatchNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Air mail dispatch number associated with the bag.</td>\n</tr>\n<tr>\n<td>bagScans/grossWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Gross weight of the bag.</td>\n</tr>\n<tr>\n<td>bagScans/netWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight of the bag.</td>\n</tr>\n<tr>\n<td>bagScans/scanDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime when the X-ray scan was performed.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List of scanned image attachments for the bag.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier of the scanned image.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Type or angle of the scanned image. Example: SIDE_VIEW.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageData</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Base64-encoded image content.</td>\n</tr>\n<tr>\n<td>bagScans/scannedImages/imageFormat</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Image file format. Example: PNG.</td>\n</tr>\n<tr>\n<td>bagScans/scanResult</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>X-ray scan result. Example values: CLEAR, SUSPICIOUS, ALERT.</td>\n</tr>\n<tr>\n<td>bagScans/recommendation</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Recommended next action after scan review. Example values: PROCESS, HOLD, ESCALATE.</td>\n</tr>\n<tr>\n<td>scanLocation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Location or facility where the X-ray scan was performed.</td>\n</tr>\n<tr>\n<td>scanOperator</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Operator details for the X-ray scanning activity.</td>\n</tr>\n<tr>\n<td>scanOperator/operatorId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier of the scan operator.</td>\n</tr>\n<tr>\n<td>scanOperator/operatorName</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Name of the scan operator.</td>\n</tr>\n<tr>\n<td>scanOperator/certification</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Certification or license reference for the operator.</td>\n</tr>\n<tr>\n<td>machineInfo</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>X-ray machine details.</td>\n</tr>\n<tr>\n<td>machineInfo/machineId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier of the X-ray machine.</td>\n</tr>\n<tr>\n<td>machineInfo/machineModel</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Model name of the X-ray machine.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","xray-scans"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c927c26a-779d-4079-9195-ffa60f7ff50a"}],"id":"7923324d-5179-4d04-9e64-f710a2209bcd","description":"<p>Endpoints for weight/scan data and X-ray image submission</p>\n","_postman_id":"7923324d-5179-4d04-9e64-f710a2209bcd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Sorting & Customs Declaration","item":[{"name":"Submit Sorting Updates","id":"fae16086-ca7d-4527-9b4c-ff78e074c8d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d5ba2dd9-6f83-4619-8d04-17d8597f1da1","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sortedItems\": [\n        {\n            \"bagNumber\": \"AEPOST202312051001\",\n            \"sortedDestination\": \"KARACHI_CENTRAL\",\n            \"forwardingRequired\": false,\n            \"sortDateTime\": \"2025-12-20T12:00:00Z\"\n        },\n        {\n            \"bagNumber\": \"AEPOST202312051002\",\n            \"sortedDestination\": \"LAHORE\",\n            \"forwardingRequired\": true,\n            \"forwardingDetails\": {\n                \"departureDate\": \"2025-12-21\",\n                \"departureTime\": \"06:00:00Z\",\n                \"departureVehicle\": \"ROAD\",\n                \"vehicleNumber\": \"POST-TRUCK-KHI-LHE-001\",\n                \"estimatedArrival\": \"2025-12-21T18:00:00Z\"\n            },\n            \"sortDateTime\": \"2025-12-20T12:05:00Z\"\n        }\n    ],\n    \"sortingFacility\": \"KHI Central Post Office\",\n    \"sortingOperator\": {\n        \"operatorId\": \"POST-KHI-SORT-001\",\n        \"operatorName\": \"Waseem Ahmed\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/sorting-updates","description":"<p><strong>Requirement Reference</strong>: P.I10P.7</p>\n<p><strong>Use Case</strong>: Sort mails by destination</p>\n<p><strong>Integration Point</strong>: IN_FR-3-PSTI-PGD-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS enables Pakistan Post to update sorting and routing data in ACS.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (I10P) → Airport Community System → Pakistan Post System (I29P)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Condition</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bagNumber</td>\n<td>String</td>\n<td>M</td>\n<td>Mail bag identification</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>M</td>\n<td>Final destination</td>\n</tr>\n<tr>\n<td>departureInfo</td>\n<td>Object</td>\n<td>M</td>\n<td>Departure details for forwarding</td>\n</tr>\n<tr>\n<td>sortDateTime</td>\n<td>DateTime</td>\n<td>M</td>\n<td>When sorting was completed</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","sorting-updates"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fae16086-ca7d-4527-9b4c-ff78e074c8d8"},{"name":"Submit CN22/CN23 Declaration","id":"007985d4-99b1-4b23-a54c-941fb1d61ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d2cc7648-41f3-4962-b397-872c2ac27b04","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<interchange xmlns=\"m33\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"m33 m33-13.xsd\">\n    <date>201505211601</date>\n    <intref>12345</intref>\n    <sender_network_address>DE501</sender_network_address>\n    <sender_address_qualifier>UP</sender_address_qualifier>\n    <recipient_network_address>CA501</recipient_network_address>\n    <recipient_address_qualifier>DL</recipient_address_qualifier>\n    <message>\n        <mesref>1</mesref>\n        <msgtype>\n            <code>ITMATT</code>\n            <version>1</version>\n            <release>6</release>\n            <usage_level>0</usage_level>\n            <variant/>\n        </msgtype>\n        <msgbody>\n            <itmatt_1_6_0>\n                <item>\n                    <ID>\n                        <value>CL656630851DE</value>\n                    </ID>\n                    <alternate_ID>\n                        <idtype>0</idtype>\n                        <value>XY656630851DE</value>\n                    </alternate_ID>\n                    <service_contractor_party>J1CDEA</service_contractor_party>\n                    <attributes_version_number>2</attributes_version_number>\n                    <parties>\n                        <sender>\n                            <role>CZ</role>\n                            <identification>\n                                <name>Juergen Mueller</name>\n                            </identification>\n                            <postal-address>\n                                <premises>Richard-Wagner-Str 3</premises>\n                                <locality>\n                                    <code>68165</code>\n                                    <name>Mannheim</name>\n                                </locality>\n                                <country_cd>DE</country_cd>\n                            </postal-address>\n                            <contact>\n                                <email>juergen.mueller@domain.com</email>\n                                <telephone>496219999999</telephone>\n                            </contact>\n                        </sender>\n                        <addressee>\n                            <role>CN</role>\n                            <identification>\n                                <name>Hellen Smith</name>\n                            </identification>\n                            <postal-address>\n                                <premises>123 Cochrane Drive</premises>\n                                <locality>\n                                    <code>L3R 0B8</code>\n                                    <name>Markham</name>\n                                    <region>ON</region>\n                                </locality>\n                                <country_cd>CA</country_cd>\n                            </postal-address>\n                            <contact>\n                                <telephone>19999999999</telephone>\n                            </contact>\n                        </addressee>\n                    </parties>\n                    <declared_gross_weight>5</declared_gross_weight>\n                    <postage_paid>\n                        <currency>EUR</currency>\n                        <amount>9.00</amount>\n                    </postage_paid>\n                    <nature_of_transaction_code>91</nature_of_transaction_code>\n                    <total_declared_value>\n                        <currency>EUR</currency>\n                        <amount>18.60</amount>\n                    </total_declared_value>\n                    <associated_document>\n                        <doctype>380</doctype>\n                    </associated_document>\n                    <content_piece>\n                        <number>1</number>\n                        <number_of_units>1</number_of_units>\n                        <description>Report</description>\n                        <declared_value>\n                            <currency>EUR</currency>\n                            <amount>6.00</amount>\n                        </declared_value>\n                        <net_weight>4.8</net_weight>\n                        <origin_location_code>DE</origin_location_code>\n                        <tariff_heading>999999</tariff_heading>\n                    </content_piece>\n                    <content_piece>\n                        <number>2</number>\n                        <number_of_units>2</number_of_units>\n                        <description>Official report</description>\n                        <declared_value>\n                            <currency>EUR</currency>\n                            <amount>12.60</amount>\n                        </declared_value>\n                        <net_weight>1.3</net_weight>\n                        <origin_location_code>DE</origin_location_code>\n                        <tariff_heading>999999</tariff_heading>\n                    </content_piece>\n                    <event>\n                        <status>P</status>\n                        <code>XP</code>\n                        <location_function>4</location_function>\n                        <location>\n                            <code>DE-68160</code>\n                        </location>\n                        <latest_date>20150521</latest_date>\n                    </event>\n                </item>\n                <item>\n                    <ID>\n                        <value>CL656630834DE</value>\n                    </ID>\n                    <parties>\n                        <sender>\n                            <role>CZ</role>\n                            <identification>\n                                <name>Juergen Mueller</name>\n                            </identification>\n                            <postal-address>\n                                <premises>Richard-Wagner-Str 3</premises>\n                                <locality>\n                                    <code>68165</code>\n                                    <name>Mannheim</name>\n                                </locality>\n                                <country_cd>DE</country_cd>\n                            </postal-address>\n                            <contact>\n                                <email>joergen.mueller@domain.com</email>\n                                <telephone>496219999999</telephone>\n                            </contact>\n                        </sender>\n                        <addressee>\n                            <role>CN</role>\n                            <identification>\n                                <name>Chris Foster</name>\n                            </identification>\n                            <postal-address>\n                                <premises>22 Burrard Street</premises>\n                                <locality>\n                                    <code>V6C 2X8</code>\n                                    <name>Vancouver</name>\n                                    <region>BC</region>\n                                </locality>\n                                <country_cd>CA</country_cd>\n                            </postal-address>\n                        </addressee>\n                    </parties>\n                    <declared_gross_weight>4</declared_gross_weight>\n                    <postage_paid>\n                        <currency>EUR</currency>\n                        <amount>4.00</amount>\n                    </postage_paid>\n                    <nature_of_transaction_code>91</nature_of_transaction_code>\n                    <total_declared_value>\n                        <currency>EUR</currency>\n                        <amount>5.00</amount>\n                    </total_declared_value>\n                    <content_piece>\n                        <number>1</number>\n                        <number_of_units>2</number_of_units>\n                        <description>Report</description>\n                        <declared_value>\n                            <currency>EUR</currency>\n                            <amount>5.00</amount>\n                        </declared_value>\n                        <net_weight>3.8</net_weight>\n                        <origin_location_code>DE</origin_location_code>\n                        <tariff_heading>999999</tariff_heading>\n                    </content_piece>\n                </item>\n                <item>\n                    <ID>\n                        <value>CL656631548DE</value>\n                    </ID>\n                    <parties>\n                        <sender>\n                            <role>CZ</role>\n                            <identification>\n                                <name>Johann S. Bach</name>\n                            </identification>\n                            <postal-address>\n                                <premises>Thomaskirche</premises>\n                                <locality>\n                                    <code>04109</code>\n                                    <name>Leipzig</name>\n                                </locality>\n                                <country_cd>DE</country_cd>\n                            </postal-address>\n                        </sender>\n                        <addressee>\n                            <role>CN</role>\n                            <identification>\n                                <name>Mel Omann</name>\n                            </identification>\n                            <postal-address>\n                                <premises>9 Wingate Dr</premises>\n                                <locality>\n                                    <code>K1G 1S5</code>\n                                    <name>Ottawa</name>\n                                    <region>ON</region>\n                                </locality>\n                                <country_cd>CA</country_cd>\n                            </postal-address>\n                        </addressee>\n                    </parties>\n                    <declared_gross_weight>2.1</declared_gross_weight>\n                    <nature_of_transaction_code>31</nature_of_transaction_code>\n                    <total_declared_value>\n                        <currency>EUR</currency>\n                        <amount>132.44</amount>\n                    </total_declared_value>\n                    <content_piece>\n                        <number>1</number>\n                        <description>music score</description>\n                        <declared_value>\n                            <currency>EUR</currency>\n                            <amount>43.44</amount>\n                        </declared_value>\n                        <net_weight>0.6</net_weight>\n                        <origin_location_code>DE</origin_location_code>\n                    </content_piece>\n                    <content_piece>\n                        <number>2</number>\n                        <description>flute</description>\n                        <declared_value>\n                            <currency>EUR</currency>\n                            <amount>89.00</amount>\n                        </declared_value>\n                        <net_weight>1.5</net_weight>\n                        <origin_location_code>DE</origin_location_code>\n                    </content_piece>\n                    <event>\n                        <status>A</status>\n                        <code>XD</code>\n                        <associated_entity>\n                            <entity_type>A</entity_type>\n                            <ID>\n                                <value>DEFRAACAYTOAACN50502009000196</value>\n                            </ID>\n                        </associated_entity>\n                        <location_function>9</location_function>\n                        <location>\n                            <code>DEFRAA</code>\n                        </location>\n                        <latest_date>201505210751</latest_date>\n                    </event>\n                </item>\n            </itmatt_1_6_0>\n        </msgbody>\n    </message>\n</interchange>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/cn-declarations","description":"<p><strong>Requirement Reference</strong>: P.I11CUS.(b)8</p>\n<p><strong>Use Case</strong>: GD submission received</p>\n<p><strong>Integration Point</strong>: IN_FR-3-PSTI-PGD-R-01-UC-01</p>\n<p><strong>Description:</strong> ACS will enable Customs to digitally receive CN 22/23 submission from Pakistan Post.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (I11P) → Airport Community System → Web Based One Customs System (I12P)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>Standard:</strong> UPU Standards (ITMATT - M33)</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itmatt_1_6_0/item</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more postal items included in the ITMATT message.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/ID</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Primary item identifier container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/ID/value</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Primary item identifier value. Sample: CL656630851DE.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/alternate_ID</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Alternate item identifier container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/alternate_ID/idtype</td>\n<td>String</td>\n<td>2</td>\n<td>C</td>\n<td>Alternate identifier type code. Required if alternate_ID is present. Sample: 0.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/alternate_ID/value</td>\n<td>String</td>\n<td>35</td>\n<td>C</td>\n<td>Alternate item identifier value. Required if alternate_ID is present. Sample: XY656630851DE.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/service_contractor_party</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Service contractor party identifier. Sample: J1CDEA.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/attributes_version_number</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>O</td>\n<td>Version number of the item attributes set. Sample: 2.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Parties container for sender and addressee details.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Sender party container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/role</td>\n<td>String</td>\n<td>2</td>\n<td>O</td>\n<td>Sender role code. Sample: CZ.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/identification</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Sender identification container. Required if sender is present.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/identification/name</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Sender name. Sample: Juergen Mueller.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/postal-address</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Sender postal address container. Required if sender is present.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/postal-address/premises</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Sender address line. Sample: Richard-Wagner-Str 3.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/postal-address/locality</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Sender locality container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/postal-address/locality/code</td>\n<td>String</td>\n<td>17</td>\n<td>O</td>\n<td>Sender postal code or locality code. Sample: 68165.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/postal-address/locality/name</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Sender city/locality name. Sample: Mannheim.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/postal-address/locality/region</td>\n<td>String</td>\n<td>50</td>\n<td>O</td>\n<td>Sender region/state/province where provided.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/postal-address/country_cd</td>\n<td>String</td>\n<td>2</td>\n<td>C</td>\n<td>Sender ISO 2-character country code. Sample: DE.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/contact</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Sender contact details container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/contact/email</td>\n<td>String</td>\n<td>512</td>\n<td>O</td>\n<td>Sender email address. Sample: <a href=\"https://mailto:juergen.mueller@domain.com\">juergen.mueller@domain.com</a>.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/sender/contact/telephone</td>\n<td>String</td>\n<td>26</td>\n<td>O</td>\n<td>Sender telephone number. Sample: 496219999999.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Addressee party container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/role</td>\n<td>String</td>\n<td>2</td>\n<td>O</td>\n<td>Addressee role code. Sample: CN.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/identification</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Addressee identification container. Required if addressee is present.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/identification/name</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Addressee name. Sample: Hellen Smith.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/postal-address</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Addressee postal address container. Required if addressee is present.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/postal-address/premises</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Addressee address line. Sample: 123 Cochrane Drive.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/postal-address/locality</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Addressee locality container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/postal-address/locality/code</td>\n<td>String</td>\n<td>17</td>\n<td>O</td>\n<td>Addressee postal code or locality code. Sample: L3R 0B8.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/postal-address/locality/name</td>\n<td>String</td>\n<td>50</td>\n<td>C</td>\n<td>Addressee city/locality name. Sample: Markham.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/postal-address/locality/region</td>\n<td>String</td>\n<td>50</td>\n<td>O</td>\n<td>Addressee region/state/province. Sample: ON.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/postal-address/country_cd</td>\n<td>String</td>\n<td>2</td>\n<td>C</td>\n<td>Addressee ISO 2-character country code. Sample: CA.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/contact</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Addressee contact details container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/contact/email</td>\n<td>String</td>\n<td>512</td>\n<td>O</td>\n<td>Addressee email address where provided.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/parties/addressee/contact/telephone</td>\n<td>String</td>\n<td>26</td>\n<td>O</td>\n<td>Addressee telephone number. Sample: 19999999999.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/declared_gross_weight</td>\n<td>Number</td>\n<td>N/A</td>\n<td>O</td>\n<td>Declared gross weight of the postal item. Sample: 5.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/postage_paid</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Postage paid amount and currency container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/postage_paid/currency</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code for postage. Sample: EUR.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/postage_paid/amount</td>\n<td>Number</td>\n<td>N/A</td>\n<td>C</td>\n<td>Postage amount. Sample: 9.00.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/nature_of_transaction_code</td>\n<td>String</td>\n<td>3</td>\n<td>O</td>\n<td>Nature of transaction code. Sample: 91, 31.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/total_declared_value</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total declared value container for the item.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/total_declared_value/currency</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code for total declared value. Sample: EUR.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/total_declared_value/amount</td>\n<td>Number</td>\n<td>N/A</td>\n<td>C</td>\n<td>Total declared value amount. Sample: 18.60.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/associated_document</td>\n<td>Array</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more associated documents for the item.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/associated_document/doctype</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>Associated document type code. Sample: 380.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/associated_document/name</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Associated document name where provided.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/associated_document/identifier</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Associated document identifier where provided.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece</td>\n<td>Array</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more item content lines.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/number</td>\n<td>Integer</td>\n<td>4</td>\n<td>M</td>\n<td>Content piece sequence number. Sample: 1, 2.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/number_of_units</td>\n<td>Integer</td>\n<td>6</td>\n<td>O</td>\n<td>Number of units in the content piece. Sample: 1, 2.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/description</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>Description of the content piece. Sample: Report.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/declared_value</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Declared value container for the content piece.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/declared_value/currency</td>\n<td>String</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code for content piece value. Sample: EUR.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/declared_value/amount</td>\n<td>Number</td>\n<td>N/A</td>\n<td>C</td>\n<td>Declared value amount for the content piece. Sample: 6.00.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/net_weight</td>\n<td>Number</td>\n<td>N/A</td>\n<td>O</td>\n<td>Net weight of the content piece. Sample: 4.8.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/origin_location_code</td>\n<td>String</td>\n<td>2</td>\n<td>O</td>\n<td>Country or origin location code for the content piece. Sample: DE.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/content_piece/tariff_heading</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Customs tariff heading. Sample: 999999.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event</td>\n<td>Array</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more events associated with the item.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/status</td>\n<td>String</td>\n<td>1</td>\n<td>C</td>\n<td>Event status code. Sample: P, A.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/code</td>\n<td>String</td>\n<td>2</td>\n<td>C</td>\n<td>Event code. Sample: XP, XD.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/location_function</td>\n<td>String</td>\n<td>1</td>\n<td>O</td>\n<td>Function of the event location. Sample: 4, 9.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/location</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Event location container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/location/code</td>\n<td>String</td>\n<td>17</td>\n<td>C</td>\n<td>Event location code. Sample: DE-68160, DEFRAA.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/latest_date</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>O</td>\n<td>Latest event date or datetime. Samples: 20150521, 201505210751.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/associated_entity</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated entity container for the event.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/associated_entity/entity_type</td>\n<td>String</td>\n<td>1</td>\n<td>C</td>\n<td>Associated entity type code. Sample: A.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/associated_entity/ID</td>\n<td>Object</td>\n<td>N/A</td>\n<td>C</td>\n<td>Associated entity identifier container.</td>\n</tr>\n<tr>\n<td>itmatt_1_6_0/item/event/associated_entity/ID/value</td>\n<td>String</td>\n<td>35</td>\n<td>C</td>\n<td>Associated entity identifier value. Sample: DEFRAACAYTOAACN50502009000196.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","cn-declarations"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"f7d66a5c-6de7-4703-ae05-7308a825b81f","name":"Submit CN22/CN23 Declaration - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"text/xml","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"text/xml","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"f517d717-d64d-4d82-a3ec-3ae0c8e41c0b","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<interchange xmlns=\"m33\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"m33 m33-13.xsd\">\n\t<date>201505211601</date>\n\t<intref>12345</intref>\n\t<sender_network_address>DE501</sender_network_address>\n\t<sender_address_qualifier>UP</sender_address_qualifier>\n\t<recipient_network_address>CA501</recipient_network_address>\n\t<recipient_address_qualifier>DL</recipient_address_qualifier>\n\t<message>\n\t\t<mesref>1</mesref>\n\t\t<msgtype>\n\t\t\t<code>ITMATT</code>\n\t\t\t<version>1</version>\n\t\t\t<release>6</release>\n\t\t\t<usage_level>0</usage_level>\n\t\t\t<variant/>\n\t\t</msgtype>\n\t\t<msgbody>\n\t\t\t<itmatt_1_6_0>\n\t\t\t\t<item>\n\t\t\t\t\t<ID>\n\t\t\t\t\t\t<value>CL656630851DE</value>\n\t\t\t\t\t</ID>\n\t\t\t\t\t<alternate_ID>\n\t\t\t\t\t\t<idtype>0</idtype>\n\t\t\t\t\t\t<value>XY656630851DE</value>\n\t\t\t\t\t</alternate_ID>\n\t\t\t\t\t<service_contractor_party>J1CDEA</service_contractor_party>\n\t\t\t\t\t<attributes_version_number>2</attributes_version_number>\n\t\t\t\t\t<parties>\n\t\t\t\t\t\t<sender>\n\t\t\t\t\t\t\t<role>CZ</role>\n\t\t\t\t\t\t\t<identification>\n\t\t\t\t\t\t\t\t<name>Juergen Mueller</name>\n\t\t\t\t\t\t\t</identification>\n\t\t\t\t\t\t\t<postal-address>\n\t\t\t\t\t\t\t\t<premises>Richard-Wagner-Str 3</premises>\n\t\t\t\t\t\t\t\t<locality>\n\t\t\t\t\t\t\t\t\t<code>68165</code>\n\t\t\t\t\t\t\t\t\t<name>Mannheim</name>\n\t\t\t\t\t\t\t\t</locality>\n\t\t\t\t\t\t\t\t<country_cd>DE</country_cd>\n\t\t\t\t\t\t\t</postal-address>\n\t\t\t\t\t\t\t<contact>\n\t\t\t\t\t\t\t\t<email>juergen.mueller@domain.com</email>\n\t\t\t\t\t\t\t\t<telephone>496219999999</telephone>\n\t\t\t\t\t\t\t</contact>\n\t\t\t\t\t\t</sender>\n\t\t\t\t\t\t<addressee>\n\t\t\t\t\t\t\t<role>CN</role>\n\t\t\t\t\t\t\t<identification>\n\t\t\t\t\t\t\t\t<name>Hellen Smith</name>\n\t\t\t\t\t\t\t</identification>\n\t\t\t\t\t\t\t<postal-address>\n\t\t\t\t\t\t\t\t<premises>123 Cochrane Drive</premises>\n\t\t\t\t\t\t\t\t<locality>\n\t\t\t\t\t\t\t\t\t<code>L3R 0B8</code>\n\t\t\t\t\t\t\t\t\t<name>Markham</name>\n\t\t\t\t\t\t\t\t\t<region>ON</region>\n\t\t\t\t\t\t\t\t</locality>\n\t\t\t\t\t\t\t\t<country_cd>CA</country_cd>\n\t\t\t\t\t\t\t</postal-address>\n\t\t\t\t\t\t\t<contact>\n\t\t\t\t\t\t\t\t<telephone>19999999999</telephone>\n\t\t\t\t\t\t\t</contact>\n\t\t\t\t\t\t</addressee>\n\t\t\t\t\t</parties>\n\t\t\t\t\t<declared_gross_weight>5</declared_gross_weight>\n\t\t\t\t\t<postage_paid>\n\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t<amount>9.00</amount>\n\t\t\t\t\t</postage_paid>\n\t\t\t\t\t<nature_of_transaction_code>91</nature_of_transaction_code>\n\t\t\t\t\t<total_declared_value>\n\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t<amount>18.60</amount>\n\t\t\t\t\t</total_declared_value>\n\t\t\t\t\t<associated_document>\n\t\t\t\t\t\t<doctype>380</doctype>\n\t\t\t\t\t</associated_document>\n\t\t\t\t\t<content_piece>\n\t\t\t\t\t\t<number>1</number>\n\t\t\t\t\t\t<number_of_units>1</number_of_units>\n\t\t\t\t\t\t<description>Report</description>\n\t\t\t\t\t\t<declared_value>\n\t\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t\t<amount>6.00</amount>\n\t\t\t\t\t\t</declared_value>\n\t\t\t\t\t\t<net_weight>4.8</net_weight>\n\t\t\t\t\t\t<origin_location_code>DE</origin_location_code>\n\t\t\t\t\t\t<tariff_heading>999999</tariff_heading>\n\t\t\t\t\t</content_piece>\n\t\t\t\t\t<content_piece>\n\t\t\t\t\t\t<number>2</number>\n\t\t\t\t\t\t<number_of_units>2</number_of_units>\n\t\t\t\t\t\t<description>Official report</description>\n\t\t\t\t\t\t<declared_value>\n\t\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t\t<amount>12.60</amount>\n\t\t\t\t\t\t</declared_value>\n\t\t\t\t\t\t<net_weight>1.3</net_weight>\n\t\t\t\t\t\t<origin_location_code>DE</origin_location_code>\n\t\t\t\t\t\t<tariff_heading>999999</tariff_heading>\n\t\t\t\t\t</content_piece>\n\t\t\t\t\t<event>\n\t\t\t\t\t\t<status>P</status>\n\t\t\t\t\t\t<code>XP</code>\n\t\t\t\t\t\t<location_function>4</location_function>\n\t\t\t\t\t\t<location>\n\t\t\t\t\t\t\t<code>DE-68160</code>\n\t\t\t\t\t\t</location>\n\t\t\t\t\t\t<latest_date>20150521</latest_date>\n\t\t\t\t\t</event>\n\t\t\t\t</item>\n\t\t\t\t<item>\n\t\t\t\t\t<ID>\n\t\t\t\t\t\t<value>CL656630834DE</value>\n\t\t\t\t\t</ID>\n\t\t\t\t\t<parties>\n\t\t\t\t\t\t<sender>\n\t\t\t\t\t\t\t<role>CZ</role>\n\t\t\t\t\t\t\t<identification>\n\t\t\t\t\t\t\t\t<name>Juergen Mueller</name>\n\t\t\t\t\t\t\t</identification>\n\t\t\t\t\t\t\t<postal-address>\n\t\t\t\t\t\t\t\t<premises>Richard-Wagner-Str 3</premises>\n\t\t\t\t\t\t\t\t<locality>\n\t\t\t\t\t\t\t\t\t<code>68165</code>\n\t\t\t\t\t\t\t\t\t<name>Mannheim</name>\n\t\t\t\t\t\t\t\t</locality>\n\t\t\t\t\t\t\t\t<country_cd>DE</country_cd>\n\t\t\t\t\t\t\t</postal-address>\n\t\t\t\t\t\t\t<contact>\n\t\t\t\t\t\t\t\t<email>joergen.mueller@domain.com</email>\n\t\t\t\t\t\t\t\t<telephone>496219999999</telephone>\n\t\t\t\t\t\t\t</contact>\n\t\t\t\t\t\t</sender>\n\t\t\t\t\t\t<addressee>\n\t\t\t\t\t\t\t<role>CN</role>\n\t\t\t\t\t\t\t<identification>\n\t\t\t\t\t\t\t\t<name>Chris Foster</name>\n\t\t\t\t\t\t\t</identification>\n\t\t\t\t\t\t\t<postal-address>\n\t\t\t\t\t\t\t\t<premises>22 Burrard Street</premises>\n\t\t\t\t\t\t\t\t<locality>\n\t\t\t\t\t\t\t\t\t<code>V6C 2X8</code>\n\t\t\t\t\t\t\t\t\t<name>Vancouver</name>\n\t\t\t\t\t\t\t\t\t<region>BC</region>\n\t\t\t\t\t\t\t\t</locality>\n\t\t\t\t\t\t\t\t<country_cd>CA</country_cd>\n\t\t\t\t\t\t\t</postal-address>\n\t\t\t\t\t\t</addressee>\n\t\t\t\t\t</parties>\n\t\t\t\t\t<declared_gross_weight>4</declared_gross_weight>\n\t\t\t\t\t<postage_paid>\n\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t<amount>4.00</amount>\n\t\t\t\t\t</postage_paid>\n\t\t\t\t\t<nature_of_transaction_code>91</nature_of_transaction_code>\n\t\t\t\t\t<total_declared_value>\n\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t<amount>5.00</amount>\n\t\t\t\t\t</total_declared_value>\n\t\t\t\t\t<content_piece>\n\t\t\t\t\t\t<number>1</number>\n\t\t\t\t\t\t<number_of_units>2</number_of_units>\n\t\t\t\t\t\t<description>Report</description>\n\t\t\t\t\t\t<declared_value>\n\t\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t\t<amount>5.00</amount>\n\t\t\t\t\t\t</declared_value>\n\t\t\t\t\t\t<net_weight>3.8</net_weight>\n\t\t\t\t\t\t<origin_location_code>DE</origin_location_code>\n\t\t\t\t\t\t<tariff_heading>999999</tariff_heading>\n\t\t\t\t\t</content_piece>\n\t\t\t\t</item>\n\t\t\t\t<item>\n\t\t\t\t\t<ID>\n\t\t\t\t\t\t<value>CL656631548DE</value>\n\t\t\t\t\t</ID>\n\t\t\t\t\t<parties>\n\t\t\t\t\t\t<sender>\n\t\t\t\t\t\t\t<role>CZ</role>\n\t\t\t\t\t\t\t<identification>\n\t\t\t\t\t\t\t\t<name>Johann S. Bach</name>\n\t\t\t\t\t\t\t</identification>\n\t\t\t\t\t\t\t<postal-address>\n\t\t\t\t\t\t\t\t<premises>Thomaskirche</premises>\n\t\t\t\t\t\t\t\t<locality>\n\t\t\t\t\t\t\t\t\t<code>04109</code>\n\t\t\t\t\t\t\t\t\t<name>Leipzig</name>\n\t\t\t\t\t\t\t\t</locality>\n\t\t\t\t\t\t\t\t<country_cd>DE</country_cd>\n\t\t\t\t\t\t\t</postal-address>\n\t\t\t\t\t\t</sender>\n\t\t\t\t\t\t<addressee>\n\t\t\t\t\t\t\t<role>CN</role>\n\t\t\t\t\t\t\t<identification>\n\t\t\t\t\t\t\t\t<name>Mel Omann</name>\n\t\t\t\t\t\t\t</identification>\n\t\t\t\t\t\t\t<postal-address>\n\t\t\t\t\t\t\t\t<premises>9 Wingate Dr</premises>\n\t\t\t\t\t\t\t\t<locality>\n\t\t\t\t\t\t\t\t\t<code>K1G 1S5</code>\n\t\t\t\t\t\t\t\t\t<name>Ottawa</name>\n\t\t\t\t\t\t\t\t\t<region>ON</region>\n\t\t\t\t\t\t\t\t</locality>\n\t\t\t\t\t\t\t\t<country_cd>CA</country_cd>\n\t\t\t\t\t\t\t</postal-address>\n\t\t\t\t\t\t</addressee>\n\t\t\t\t\t</parties>\n\t\t\t\t\t<declared_gross_weight>2.1</declared_gross_weight>\n\t\t\t\t\t<nature_of_transaction_code>31</nature_of_transaction_code>\n\t\t\t\t\t<total_declared_value>\n\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t<amount>132.44</amount>\n\t\t\t\t\t</total_declared_value>\n\t\t\t\t\t<content_piece>\n\t\t\t\t\t\t<number>1</number>\n\t\t\t\t\t\t<description>music score</description>\n\t\t\t\t\t\t<declared_value>\n\t\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t\t<amount>43.44</amount>\n\t\t\t\t\t\t</declared_value>\n\t\t\t\t\t\t<net_weight>0.6</net_weight>\n\t\t\t\t\t\t<origin_location_code>DE</origin_location_code>\n\t\t\t\t\t</content_piece>\n\t\t\t\t\t<content_piece>\n\t\t\t\t\t\t<number>2</number>\n\t\t\t\t\t\t<description>flute</description>\n\t\t\t\t\t\t<declared_value>\n\t\t\t\t\t\t\t<currency>EUR</currency>\n\t\t\t\t\t\t\t<amount>89.00</amount>\n\t\t\t\t\t\t</declared_value>\n\t\t\t\t\t\t<net_weight>1.5</net_weight>\n\t\t\t\t\t\t<origin_location_code>DE</origin_location_code>\n\t\t\t\t\t</content_piece>\n\t\t\t\t\t<event>\n\t\t\t\t\t\t<status>A</status>\n\t\t\t\t\t\t<code>XD</code>\n\t\t\t\t\t\t<associated_entity>\n\t\t\t\t\t\t\t<entity_type>A</entity_type>\n\t\t\t\t\t\t\t<ID>\n\t\t\t\t\t\t\t\t<value>DEFRAACAYTOAACN50502009000196</value>\n\t\t\t\t\t\t\t</ID>\n\t\t\t\t\t\t</associated_entity>\n\t\t\t\t\t\t<location_function>9</location_function>\n\t\t\t\t\t\t<location>\n\t\t\t\t\t\t\t<code>DEFRAA</code>\n\t\t\t\t\t\t</location>\n\t\t\t\t\t\t<latest_date>201505210751</latest_date>\n\t\t\t\t\t</event>\n\t\t\t\t</item>\n\t\t\t</itmatt_1_6_0>\n\t\t</msgbody>\n\t</message>\n</interchange>\n","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/cn-declarations","description":"**Requirement Reference**: P.I11CUS.(b)8\n\n**Use Case**: GD submission received\n\n**Integration Point**: ACS will enable Customs to digitally receive CN 22/23 submission from Pakistan Post.\n\n**Process Flow**: Pakistan Post System → ACS → Customs System (WeBOC)\n\n**Priority**: P1 (Critical Integration)\n\n**Standard**: UPU CN22/CN23\n\n### Parameter Table\n\n| Field Name | Type | Condition | Description |\n|------------|------|-----------|-------------|\n| declarationType | String | M | CN22 or CN23 |\n| mailTrackingNumber | String | M | Mail item tracking number |\n| senderDetails | Object | M | Sender information |\n| recipientDetails | Object | M | Recipient information |\n| contentDescription | String | M | Description of contents |\n| declaredValue | Number | M | Declared customs value |\n| hsCode | String | O | Harmonized System code |"},"status":"201 Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"17939339-3729-4090-a7e1-e4f2d2ef0f37","name":"CN23","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"Content-Type","value":"text/xml","description":"Content type of the request body","type":"text"},{"key":"Accept","value":"text/xml","description":"Expected response format","type":"text"},{"key":"X-Request-ID","value":"9c76aafd-8c54-4f62-91d7-7c0f56a9fd43","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UPU:CN23 xmlns:UPU=\"http://www.upu.int/2010/01/CN23\">\n    <ItemID>EA123456789AE</ItemID>\n    <DeclarationType>CN23</DeclarationType>\n    <Sender>\n        <Name>Dubai Electronics Co.</Name>\n        <Address>\n            <Street>123 Sheikh Zayed Road</Street>\n            <City>Dubai</City>\n            <PostalCode>12345</PostalCode>\n            <Country>AE</Country>\n        </Address>\n    </Sender>\n    <Recipient>\n        <Name>Karachi Tech Shop</Name>\n        <Address>\n            <Street>456 Clifton</Street>\n            <City>Karachi</City>\n            <PostalCode>75600</PostalCode>\n            <Country>PK</Country>\n        </Address>\n    </Recipient>\n    <Content>\n        <Description>Electronic components</Description>\n        <Quantity>5</Quantity>\n        <Weight>2.5</Weight>\n        <HSCode>8542.31</HSCode>\n        <Value>500.00</Value>\n        <Currency>USD</Currency>\n    </Content>\n</UPU:CN23>","options":{"raw":{"language":"xml"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/cn-declarations"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"007985d4-99b1-4b23-a54c-941fb1d61ac4"}],"id":"15515c82-fc53-42bd-a9b5-4b7e6fe15ebe","description":"<p>Endpoints for mail sorting and CN22/CN23 customs declarations</p>\n","_postman_id":"15515c82-fc53-42bd-a9b5-4b7e6fe15ebe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Duty/Tax & Payment","item":[{"name":"Receive Duty/Tax Calculation","id":"20a76442-9050-453e-96c6-0792418765da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"58db4a4c-5f40-4950-8ff3-5d80750201b0","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"content\": \"Sale of Goods\",\n    \"barcodeNumber\": \"EA123456789AE\",\n    \"airWaybillNumber\": \"PAK-AMS-20251220-001\",\n    \"comments\": \"Inspected by customs, documents verified\",\n    \"psid\": \"PSID-POST-20251220-0001\",\n    \"psidAmountPkr\": 34000.0,\n    \"itemDetails\": [\n        {\n            \"serialNumber\": 1,\n            \"quantityAndDescriptionOfGoods\": \"Plastic Toy Car, 200 GMS, 5 PIECES\",\n            \"quantity\": 5,\n            \"quantityUom\": \"u\",\n            \"netWeight\": 1.0,\n            \"netWeightUom\": \"KG\",\n            \"value\": 50.0,\n            \"freight\": 10.0,\n            \"otherCharges\": 5.0,\n            \"currency\": \"USD\",\n            \"hsCode\": \"640110\",\n            \"assessedHsCode\": \"64011000\",\n            \"countryOfOrigin\": \"CN\"\n        },\n        {\n            \"serialNumber\": 2,\n            \"quantityAndDescriptionOfGoods\": \"Electronic Adapter, 300 GMS, 2 PIECES\",\n            \"quantity\": 2,\n            \"quantityUom\": \"u\",\n            \"netWeight\": 0.6,\n            \"netWeightUom\": \"KG\",\n            \"value\": 80.0,\n            \"freight\": 15.0,\n            \"otherCharges\": 0.0,\n            \"currency\": \"USD\",\n            \"hsCode\": \"850440\",\n            \"assessedHsCode\": \"85044090\",\n            \"countryOfOrigin\": \"MY\"\n        }\n    ],\n    \"dutyTaxFeeDetails\": [\n        {\n            \"taxType\": \"Customs Duty\",\n            \"taxAmountPkr\": 17000.0\n        },\n        {\n            \"taxType\": \"Sales Tax\",\n            \"taxAmountPkr\": 14450.0\n        },\n        {\n            \"taxType\": \"Additional Customs Duty\",\n            \"taxAmountPkr\": 1700.0\n        },\n        {\n            \"taxType\": \"Regulatory Duty\",\n            \"taxAmountPkr\": 850.0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-calculations/receipts","description":"<p><strong>Requirement Reference</strong>: P.I12P.9</p>\n<p><strong>Use Case</strong>: Duty &amp; taxes, if any calculated</p>\n<p><strong>Integration Point</strong>: IN_FR-3-PSTI-PGD-R-01-UC-02</p>\n<p><strong>Description:</strong> ACS will also enable Post to receive duty/tax calculation amounts from PSW.</p>\n<p><strong>Process Flow</strong>: Pakistan Single Window (I12PSW) → Airport Community System → Pakistan Post System (I12P)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal customs form type. Allowed values: CN22, CN23.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>High-level description of the goods. Example: Sale of Goods.</td>\n</tr>\n<tr>\n<td>barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>Barcode or mail tracking number for the postal item. Example: EA123456789AE.</td>\n</tr>\n<tr>\n<td>airWaybillNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number associated with the shipment. Example: PAK-AMS-20251220-001.</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>String</td>\n<td>256</td>\n<td>O</td>\n<td>Customs or processing remarks.</td>\n</tr>\n<tr>\n<td>psid</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>PSID reference for payment collection.</td>\n</tr>\n<tr>\n<td>psidAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>PSID amount payable in PKR.</td>\n</tr>\n<tr>\n<td>itemDetails</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more item-level declaration lines.</td>\n</tr>\n<tr>\n<td>itemDetails/serialNumber</td>\n<td>Integer</td>\n<td>1-3</td>\n<td>M</td>\n<td>Sequential line item number.</td>\n</tr>\n<tr>\n<td>itemDetails/quantityAndDescriptionOfGoods</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>Combined quantity and goods description text.</td>\n</tr>\n<tr>\n<td>itemDetails/quantity</td>\n<td>Number</td>\n<td>1-9</td>\n<td>M</td>\n<td>Declared quantity of the item line.</td>\n</tr>\n<tr>\n<td>itemDetails/quantityUom</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Unit of measure for quantity.</td>\n</tr>\n<tr>\n<td>itemDetails/netWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight of the item line.</td>\n</tr>\n<tr>\n<td>itemDetails/netWeightUom</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Unit of measure for net weight. Example: KG.</td>\n</tr>\n<tr>\n<td>itemDetails/value</td>\n<td>Number</td>\n<td>1-12</td>\n<td>M</td>\n<td>Declared item value.</td>\n</tr>\n<tr>\n<td>itemDetails/freight</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Freight amount allocated to the item line.</td>\n</tr>\n<tr>\n<td>itemDetails/otherCharges</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Other charges allocated to the item line.</td>\n</tr>\n<tr>\n<td>itemDetails/currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code for the item line.</td>\n</tr>\n<tr>\n<td>itemDetails/hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Declared HS code for the item line.</td>\n</tr>\n<tr>\n<td>itemDetails/assessedHsCode</td>\n<td>String</td>\n<td>10</td>\n<td>O</td>\n<td>Customs-assessed HS code for the item line.</td>\n</tr>\n<tr>\n<td>itemDetails/countryOfOrigin</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code of origin.</td>\n</tr>\n<tr>\n<td>dutyTaxFeeDetails</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>Duty, tax, and fee breakdown entries.</td>\n</tr>\n<tr>\n<td>dutyTaxFeeDetails/taxType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Name of the duty, tax, or fee. Example: Customs Duty.</td>\n</tr>\n<tr>\n<td>dutyTaxFeeDetails/taxAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>M</td>\n<td>Amount in PKR for the corresponding duty, tax, or fee.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","duty-tax-calculations","receipts"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"20a76442-9050-453e-96c6-0792418765da"},{"name":"Create Duty/Tax Notification","id":"26c5fc5c-df81-4b4c-ab75-ff88141758f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"94a0a3e3-c5b2-4367-b4f3-ac808dfe0f7a","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.403Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dutyCalculationRef\": \"duty-calc-001\",\n    \"notifications\": [\n        {\n            \"mailTrackingNumber\": \"EA123456789AE\",\n            \"consignee\": {\n                \"name\": \"Karachi Tech Shop\",\n                \"email\": \"contact@karachitech.pk\",\n                \"phone\": \"+92-21-1234567\",\n                \"cnic\": \"42101-1234567-1\"\n            },\n            \"dutyTaxDetails\": {\n                \"customsDuty\": \"17000.00\",\n                \"salesTax\": \"14450.00\",\n                \"additionalCustomsDuty\": \"1700.00\",\n                \"regulatoryDuty\": \"850.00\",\n                \"totalAmount\": \"34000.00\",\n                \"currency\": \"PKR\"\n            },\n            \"itemDescription\": \"Electronic components\",\n            \"paymentDeadline\": \"2025-12-25T23:59:59Z\",\n            \"paymentMethods\": [\n                \"PSW_UPS\",\n                \"BANK_CHALLAN\",\n                \"POST_OFFICE\"\n            ],\n            \"psid\": \"UPS-POST-DUTY-20251220-001\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-notifications","description":"<p><strong>Requirement Reference</strong>: P.I12P.9</p>\n<p><strong>Use Case</strong>: Duty &amp; taxes, if any calculated</p>\n<p><strong>Integration Point</strong>: IN_FR-3-PSTI-PGD-R-01-UC-02</p>\n<p><strong>Description:</strong> ACS will enable Pakistan Post to digitally communicate to Consignee duties &amp; taxes for mail.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (I12P) → Airport Community System → Consignee (I13CNE)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dutyCalculationRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference ID of the duty/tax calculation used to generate the notification. Sample: duty-calc-001.</td>\n</tr>\n<tr>\n<td>notifications</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more consignee duty/tax notifications.</td>\n</tr>\n<tr>\n<td>notifications/mailTrackingNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>Mail item tracking number. Sample: EA123456789AE.</td>\n</tr>\n<tr>\n<td>notifications/consignee</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee contact details container.</td>\n</tr>\n<tr>\n<td>notifications/consignee/name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignee name. Sample: Karachi Tech Shop.</td>\n</tr>\n<tr>\n<td>notifications/consignee/email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Consignee email address. Must follow standard email format.</td>\n</tr>\n<tr>\n<td>notifications/consignee/phone</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignee phone number. Example: +92-21-1234567.</td>\n</tr>\n<tr>\n<td>notifications/consignee/cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>Consignee CNIC in standard format. Sample: 42101-1234567-1.</td>\n</tr>\n<tr>\n<td>notifications/dutyTaxDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Duty/tax breakdown for the notification.</td>\n</tr>\n<tr>\n<td>notifications/dutyTaxDetails/customsDuty</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Customs duty amount in PKR. Sample: 17000.00.</td>\n</tr>\n<tr>\n<td>notifications/dutyTaxDetails/salesTax</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Sales tax amount in PKR. Sample: 14450.00.</td>\n</tr>\n<tr>\n<td>notifications/dutyTaxDetails/additionalCustomsDuty</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Additional customs duty amount in PKR. Sample: 1700.00.</td>\n</tr>\n<tr>\n<td>notifications/dutyTaxDetails/regulatoryDuty</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Regulatory duty amount in PKR. Sample: 850.00.</td>\n</tr>\n<tr>\n<td>notifications/dutyTaxDetails/totalAmount</td>\n<td>Number</td>\n<td>1-12</td>\n<td>M</td>\n<td>Total duty/tax payable amount in PKR. Sample: 34000.00.</td>\n</tr>\n<tr>\n<td>notifications/dutyTaxDetails/currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code. Example: PKR.</td>\n</tr>\n<tr>\n<td>notifications/itemDescription</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>High-level description of the item or goods. Sample: Electronic components.</td>\n</tr>\n<tr>\n<td>notifications/paymentDeadline</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime by which payment must be made.</td>\n</tr>\n<tr>\n<td>notifications/paymentMethods</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>M</td>\n<td>Supported payment methods for the consignee.</td>\n</tr>\n<tr>\n<td>notifications/psid</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>PSID reference used for payment collection. Sample: UPS-POST-DUTY-20251220-001.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","duty-tax-notifications"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"26c5fc5c-df81-4b4c-ab75-ff88141758f0"},{"name":"Process Consignee Payment","id":"7a2717c3-32d9-4fca-a1ae-c9143a4ecea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"<p>Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)</p>\n","type":"text"},{"key":"X-Request-ID","value":"256c9719-f5aa-4df3-b276-096a0eb97364","description":"<p>Unique identifier for request tracing</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"paymentReference\": \"PAY-ACC-20251128-001\",\n    \"invoiceId\": \"inv-acc-001\",\n    \"invoiceNumber\": \"ACC-KHI-INV-20251128-001\",\n    \"psid\": \"UPS-ABC-20251128-001\",\n    \"payerDetails\": {\n        \"partyType\": \"ACA\",\n        \"name\": \"Swift Air Cargo\",\n        \"code\": \"SAC-KHI-001\",\n        \"accountNumber\": \"UPS-ACC-9876543\",\n        \"contactName\": \"Imran Sheikh\",\n        \"phone\": \"+92-300-9876543\",\n        \"email\": \"accounts@swiftcargo.pk\"\n    },\n    \"paymentAmount\": 24599.25,\n    \"currency\": \"PKR\",\n    \"paymentMethod\": \"PSW_UPS\",\n    \"paymentDetails\": {\n        \"upsTransactionId\": \"UPS-TXN-20251128-ABC123\",\n        \"bankName\": \"Allied Bank Limited\",\n        \"accountNumber\": \"1234567890\",\n        \"transactionType\": \"ONLINE_TRANSFER\",\n        \"authorizationCode\": \"AUTH-ABC123\"\n    },\n    \"paymentDate\": \"2025-11-28T08:00:00Z\",\n    \"remarks\": \"Payment for cargo acceptance and handling charges\",\n    \"customsAssessment\": {\n        \"formType\": \"CN23\",\n        \"content\": \"Sale of Goods\",\n        \"barcodeNumber\": \"EA123456789AE\",\n        \"airWaybillNumber\": \"PAK-AMS-20251220-001\",\n        \"comments\": \"Inspected by customs, documents verified\",\n        \"psidAmountPkr\": 34000.0,\n        \"itemDetails\": [\n            {\n                \"serialNumber\": 1,\n                \"quantityAndDescriptionOfGoods\": \"Plastic Toy Car, 200 GMS, 5 PIECES\",\n                \"quantity\": 5,\n                \"quantityUom\": \"u\",\n                \"netWeight\": 1.0,\n                \"netWeightUom\": \"KG\",\n                \"value\": 50.0,\n                \"freight\": 10.0,\n                \"otherCharges\": 5.0,\n                \"currency\": \"USD\",\n                \"hsCode\": \"640110\",\n                \"assessedHsCode\": \"64011000\",\n                \"countryOfOrigin\": \"CN\"\n            },\n            {\n                \"serialNumber\": 2,\n                \"quantityAndDescriptionOfGoods\": \"Electronic Adapter, 300 GMS, 2 PIECES\",\n                \"quantity\": 2,\n                \"quantityUom\": \"u\",\n                \"netWeight\": 0.6,\n                \"netWeightUom\": \"KG\",\n                \"value\": 80.0,\n                \"freight\": 15.0,\n                \"otherCharges\": 0.0,\n                \"currency\": \"USD\",\n                \"hsCode\": \"850440\",\n                \"assessedHsCode\": \"85044090\",\n                \"countryOfOrigin\": \"MY\"\n            }\n        ],\n        \"dutyTaxFeeDetails\": [\n            {\n                \"taxType\": \"Customs Duty\",\n                \"taxAmountPkr\": 17000.0\n            },\n            {\n                \"taxType\": \"Sales Tax\",\n                \"taxAmountPkr\": 14450.0\n            },\n            {\n                \"taxType\": \"Additional Customs Duty\",\n                \"taxAmountPkr\": 1700.0\n            },\n            {\n                \"taxType\": \"Regulatory Duty\",\n                \"taxAmountPkr\": 850.0\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/consignee-payments","description":"<p><strong>Requirement Reference:</strong> P.I13CNE.10</p>\n<p><strong>Use Case</strong>: Payment of Duties &amp; taxes via payment gateway</p>\n<p><strong>Integration Point:</strong> IN_FR-3-PSTI-PGD-R-01-UC-02</p>\n<p><strong>Descriptions:</strong></p>\n<ul>\n<li><p>ACS will enable Consignee to receive request for duties and taxes from Post in digital format.</p>\n</li>\n<li><p>ACS will enable Consignee to pay this request via ACS in digital format.</p>\n</li>\n</ul>\n<p><strong>Process Flows</strong>: Consignee System (I13CNE) → Airport Community System → Pakistan Post System (I14P)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paymentReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., PAY-GHA-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>invoiceId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Invoice ID format</td>\n</tr>\n<tr>\n<td>invoiceNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Invoice number format</td>\n</tr>\n<tr>\n<td>psid</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>payerDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include partyType, name, code, accountNumber, contactName, phone, email</td>\n</tr>\n<tr>\n<td>payerDetails.partyType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Party type (e.g., \"ACA\")</td>\n</tr>\n<tr>\n<td>payerDetails.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the payer</td>\n</tr>\n<tr>\n<td>payerDetails.code</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payer code (e.g., \"SAC-KHI-001\")</td>\n</tr>\n<tr>\n<td>payerDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number</td>\n</tr>\n<tr>\n<td>payerDetails.contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Contact name of the payer</td>\n</tr>\n<tr>\n<td>payerDetails.phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 numbering format</td>\n</tr>\n<tr>\n<td>payerDetails.email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format (e.g., <a href=\"https://mailto:username@domain.com\">username@domain.com</a>)</td>\n</tr>\n<tr>\n<td>paymentAmount</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total payment amount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payment method</td>\n</tr>\n<tr>\n<td>paymentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode</td>\n</tr>\n<tr>\n<td>paymentDetails.upsTransactionId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Transaction ID for UPS payment</td>\n</tr>\n<tr>\n<td>paymentDetails.bankName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the bank</td>\n</tr>\n<tr>\n<td>paymentDetails.accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number used for payment</td>\n</tr>\n<tr>\n<td>paymentDetails.transactionType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Type of transaction</td>\n</tr>\n<tr>\n<td>paymentDetails.authorizationCode</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Authorization code for the transaction</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>1024</td>\n<td>O</td>\n<td>Additional remarks</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","export","consignee-payments"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a2717c3-32d9-4fca-a1ae-c9143a4ecea7"},{"name":"Forward Payment to Customs","id":"b5c2207b-17ee-4407-8c58-276df01c31cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"392118eb-4a78-4c6a-84b5-32b2460c83d0","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.404Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"paymentId\": \"payment-001\",\n    \"paymentReference\": \"PAY-POST-20251220-001\",\n    \"psid\": \"UPS-POST-DUTY-20251220-001\",\n    \"paymentDetails\": {\n        \"totalCollected\": 34000.0,\n        \"currency\": \"PKR\",\n        \"customsDutyPortion\": 17000.0,\n        \"taxPortion\": 17000.0\n    },\n    \"collectionTime\": \"2025-12-20T10:00:00Z\",\n    \"forwardedAt\": \"2025-12-20T10:05:00Z\",\n    \"forwardingReference\": \"FWD-CUS-20251220-001\",\n    \"postOffice\": \"KHI Central Post Office\",\n    \"paymentMethod\": \"PSW_UPS\",\n    \"declarationRefs\": {\n        \"formType\": \"CN23\",\n        \"barcodeNumber\": \"EA123456789AE\",\n        \"airWaybillNumber\": \"PAK-AMS-20251220-001\"\n    },\n    \"customsAssessment\": {\n        \"content\": \"Sale of Goods\",\n        \"comments\": \"Inspected by customs, documents verified\",\n        \"psidAmountPkr\": 34000.0,\n        \"itemDetails\": [\n            {\n                \"serialNumber\": 1,\n                \"quantityAndDescriptionOfGoods\": \"Plastic Toy Car, 200 GMS, 5 PIECES\",\n                \"quantity\": 5,\n                \"quantityUom\": \"u\",\n                \"netWeight\": 1.0,\n                \"netWeightUom\": \"KG\",\n                \"value\": 50.0,\n                \"freight\": 10.0,\n                \"otherCharges\": 5.0,\n                \"currency\": \"USD\",\n                \"hsCode\": \"640110\",\n                \"assessedHsCode\": \"64011000\",\n                \"countryOfOrigin\": \"CN\"\n            },\n            {\n                \"serialNumber\": 2,\n                \"quantityAndDescriptionOfGoods\": \"Electronic Adapter, 300 GMS, 2 PIECES\",\n                \"quantity\": 2,\n                \"quantityUom\": \"u\",\n                \"netWeight\": 0.6,\n                \"netWeightUom\": \"KG\",\n                \"value\": 80.0,\n                \"freight\": 15.0,\n                \"otherCharges\": 0.0,\n                \"currency\": \"USD\",\n                \"hsCode\": \"850440\",\n                \"assessedHsCode\": \"85044090\",\n                \"countryOfOrigin\": \"MY\"\n            }\n        ],\n        \"dutyTaxFeeDetails\": [\n            {\n                \"taxType\": \"Customs Duty\",\n                \"taxAmountPkr\": 17000.0\n            },\n            {\n                \"taxType\": \"Sales Tax\",\n                \"taxAmountPkr\": 14450.0\n            },\n            {\n                \"taxType\": \"Additional Customs Duty\",\n                \"taxAmountPkr\": 1700.0\n            },\n            {\n                \"taxType\": \"Regulatory Duty\",\n                \"taxAmountPkr\": 850.0\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","description":"<p><strong>Requirement Reference</strong>: P.I19CUS.11</p>\n<p><strong>Use Case</strong>: Payment received and transmitted to Customs</p>\n<p><strong>Integration Point</strong>: IN_FR-3-PSTI-PGD-R-01-UC-02</p>\n<p><strong>Description:</strong> ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>Standard</strong>: PSW UPS (Unified Payment System) or other Payment Gateway</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paymentReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payment reference. Sample: PAY-GHA-20251128-001.</td>\n</tr>\n<tr>\n<td>invoiceId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Invoice identifier. Sample: gha-inv-001.</td>\n</tr>\n<tr>\n<td>invoiceNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Invoice number. Sample: GHA-KHI-INV-20251128-001.</td>\n</tr>\n<tr>\n<td>psid</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001.</td>\n</tr>\n<tr>\n<td>payerDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Payer details container.</td>\n</tr>\n<tr>\n<td>payerDetails/partyType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Payer party type. Sample: ACA.</td>\n</tr>\n<tr>\n<td>payerDetails/name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the payer.</td>\n</tr>\n<tr>\n<td>payerDetails/code</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payer code. Sample: SAC-KHI-001.</td>\n</tr>\n<tr>\n<td>payerDetails/accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payer account number.</td>\n</tr>\n<tr>\n<td>payerDetails/contactName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Payer contact person name.</td>\n</tr>\n<tr>\n<td>payerDetails/phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 phone format.</td>\n</tr>\n<tr>\n<td>payerDetails/email</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Must follow standard email format.</td>\n</tr>\n<tr>\n<td>paymentAmount</td>\n<td>Number</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total payment amount collected.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code. Example: PKR.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payment method. Example: PSW_UPS.</td>\n</tr>\n<tr>\n<td>paymentDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Payment transaction details container.</td>\n</tr>\n<tr>\n<td>paymentDetails/upsTransactionId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>UPS transaction identifier.</td>\n</tr>\n<tr>\n<td>paymentDetails/bankName</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Bank name used for payment.</td>\n</tr>\n<tr>\n<td>paymentDetails/accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Bank account number used for payment.</td>\n</tr>\n<tr>\n<td>paymentDetails/transactionType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Transaction type. Example: ONLINE_TRANSFER.</td>\n</tr>\n<tr>\n<td>paymentDetails/authorizationCode</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Payment authorization code.</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format.</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>1024</td>\n<td>O</td>\n<td>Additional payment remarks.</td>\n</tr>\n<tr>\n<td>customsAssessment</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Customs assessment details forwarded with the payment.</td>\n</tr>\n<tr>\n<td>customsAssessment/formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal customs form type. Allowed values: CN22, CN23.</td>\n</tr>\n<tr>\n<td>customsAssessment/content</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>High-level description of the goods.</td>\n</tr>\n<tr>\n<td>customsAssessment/barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>Barcode or mail tracking number. Sample: EA123456789AE.</td>\n</tr>\n<tr>\n<td>customsAssessment/airWaybillNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number associated with the shipment.</td>\n</tr>\n<tr>\n<td>customsAssessment/comments</td>\n<td>String</td>\n<td>256</td>\n<td>O</td>\n<td>Customs or assessment remarks.</td>\n</tr>\n<tr>\n<td>customsAssessment/psidAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Assessed PSID amount payable in PKR.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more item-level declaration lines.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/serialNumber</td>\n<td>Integer</td>\n<td>1-3</td>\n<td>M</td>\n<td>Sequential line item number.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/quantityAndDescriptionOfGoods</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>Combined quantity and goods description text.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/quantity</td>\n<td>Number</td>\n<td>1-9</td>\n<td>M</td>\n<td>Declared quantity of the item line.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/quantityUom</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Unit of measure for quantity.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/netWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight of the item line.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/netWeightUom</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Unit of measure for net weight. Example: KG.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/value</td>\n<td>Number</td>\n<td>1-12</td>\n<td>M</td>\n<td>Declared item value.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/freight</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Freight amount allocated to the item line.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/otherCharges</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Other charges allocated to the item line.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/currency</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>ISO 4217 currency code for the item line.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/hsCode</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Declared HS code for the item line.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/assessedHsCode</td>\n<td>String</td>\n<td>10</td>\n<td>O</td>\n<td>Customs-assessed HS code for the item line.</td>\n</tr>\n<tr>\n<td>customsAssessment/itemDetails/countryOfOrigin</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code of origin.</td>\n</tr>\n<tr>\n<td>customsAssessment/dutyTaxFeeDetails</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>Duty, tax, and fee breakdown entries.</td>\n</tr>\n<tr>\n<td>customsAssessment/dutyTaxFeeDetails/taxType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Name of the duty, tax, or fee. Example: Customs Duty.</td>\n</tr>\n<tr>\n<td>customsAssessment/dutyTaxFeeDetails/taxAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>M</td>\n<td>Amount in PKR for the corresponding duty, tax, or fee.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b5c2207b-17ee-4407-8c58-276df01c31cc"}],"id":"77503cd5-4a30-4500-bdc6-80c219f02d8d","description":"<p>Endpoints for duty/tax calculation, notification, and payment processing</p>\n","_postman_id":"77503cd5-4a30-4500-bdc6-80c219f02d8d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Delivery","item":[{"name":"Submit Delivery Status","id":"40208592-a00f-4114-a96c-0645270e8424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"be47eee6-3dbf-4d04-8e6b-bc4708e8b329","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.404Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formType\": \"CN23\",\n    \"barcodeNumber\": \"EA123456789AE\",\n    \"airWaybillNumber\": \"PAK-AMS-20251220-001\",\n    \"mailTrackingNumber\": \"EA123456789AE\",\n    \"deliveryStatus\": \"DELIVERED\",\n    \"deliveryDateTime\": \"2025-12-21T10:30:00Z\",\n    \"deliveryAddress\": {\n        \"street\": \"456 Clifton\",\n        \"city\": \"Karachi\",\n        \"postalCode\": \"75600\"\n    },\n    \"recipient\": {\n        \"name\": \"Ali Hassan\",\n        \"relationship\": \"SELF\",\n        \"cnic\": \"42101-1234567-1\",\n        \"phone\": \"+92-300-1234567\"\n    },\n    \"proofOfDelivery\": {\n        \"signatureImage\": \"base64-encoded-signature...\",\n        \"recipientPhoto\": \"base64-encoded-photo...\",\n        \"deliveryLocation\": {\n            \"latitude\": 24.8607,\n            \"longitude\": 67.0011\n        }\n    },\n    \"deliveryOfficer\": {\n        \"officerId\": \"POST-KHI-DLV-001\",\n        \"officerName\": \"Bilal Ahmed\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/deliveries","description":"<p><strong>Requirement Reference</strong>: P.I20P.12</p>\n<p><strong>Use Case</strong>: Delivery to consignee</p>\n<p><strong>Integration Point</strong>: IN_FR-4-PSTI-TRA-R-01-UC-03</p>\n<p><strong>Description:</strong> ACS will enable Pakistan Post to transmit delivery information to any stakeholder, that it deems necessary.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (I28P) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal customs form type. Allowed values: CN22, CN23.</td>\n</tr>\n<tr>\n<td>barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>Barcode or tracking number of the consignment. Sample: EA123456789AE.</td>\n</tr>\n<tr>\n<td>airWaybillNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number associated with the consignment. Sample: PAK-AMS-20251220-001.</td>\n</tr>\n<tr>\n<td>mailTrackingNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>Mail item tracking number. Sample: EA123456789AE.</td>\n</tr>\n<tr>\n<td>deliveryStatus</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Delivery status. Sample: DELIVERED.</td>\n</tr>\n<tr>\n<td>deliveryDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format.</td>\n</tr>\n<tr>\n<td>deliveryAddress</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Delivery address container.</td>\n</tr>\n<tr>\n<td>deliveryAddress/street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address of delivery location.</td>\n</tr>\n<tr>\n<td>deliveryAddress/city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City of delivery location.</td>\n</tr>\n<tr>\n<td>deliveryAddress/postalCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Postal code of delivery location.</td>\n</tr>\n<tr>\n<td>recipient</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Recipient details container.</td>\n</tr>\n<tr>\n<td>recipient/name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Name of the recipient.</td>\n</tr>\n<tr>\n<td>recipient/relationship</td>\n<td>String</td>\n<td>35</td>\n<td>O</td>\n<td>Relationship of recipient to consignee. Sample: SELF.</td>\n</tr>\n<tr>\n<td>recipient/cnic</td>\n<td>String</td>\n<td>15</td>\n<td>O</td>\n<td>CNIC format (nnnnn-nnnnnnn-n).</td>\n</tr>\n<tr>\n<td>recipient/phone</td>\n<td>String</td>\n<td>16</td>\n<td>O</td>\n<td>ITU E.164 phone format.</td>\n</tr>\n<tr>\n<td>proofOfDelivery</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Proof of delivery container.</td>\n</tr>\n<tr>\n<td>proofOfDelivery/signatureImage</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Base64-encoded recipient signature image.</td>\n</tr>\n<tr>\n<td>proofOfDelivery/recipientPhoto</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Base64-encoded recipient photo.</td>\n</tr>\n<tr>\n<td>proofOfDelivery/deliveryLocation</td>\n<td>Object</td>\n<td>N/A</td>\n<td>O</td>\n<td>Geo-location of delivery.</td>\n</tr>\n<tr>\n<td>proofOfDelivery/deliveryLocation/latitude</td>\n<td>Number</td>\n<td>N/A</td>\n<td>O</td>\n<td>Latitude of delivery location.</td>\n</tr>\n<tr>\n<td>proofOfDelivery/deliveryLocation/longitude</td>\n<td>Number</td>\n<td>N/A</td>\n<td>O</td>\n<td>Longitude of delivery location.</td>\n</tr>\n<tr>\n<td>deliveryOfficer</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Delivery officer details container.</td>\n</tr>\n<tr>\n<td>deliveryOfficer/officerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Delivery officer identifier.</td>\n</tr>\n<tr>\n<td>deliveryOfficer/officerName</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Delivery officer name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","deliveries"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"40208592-a00f-4114-a96c-0645270e8424"},{"name":"Submit Dispatch Update","id":"91ac8618-7aa7-4f36-a583-411aa763797d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"20e8085f-5a04-4462-9f74-fd1477aa0b69","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request (POST, ANF, CUSTOMS, GHA)</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.404Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bagNumber\": \"AEPOST202312051002\",\n    \"dispatchType\": \"DOMESTIC_FORWARD\",\n    \"departure\": {\n        \"location\": \"KHI\",\n        \"departureDateTime\": \"2025-12-21T06:00:00Z\"\n    },\n    \"arrival\": {\n        \"destination\": \"LHE\",\n        \"arrivalDateTime\": \"2025-12-21T18:00:00Z\"\n    },\n    \"bagStatus\": \"IN_TRANSIT\",\n    \"dispatchOfficer\": {\n        \"officerId\": \"POST-KHI-DSP-001\",\n        \"officerName\": \"Farhan Malik\"\n    },\n    \"consignmentDetails\": [\n        {\n            \"formType\": \"CN22\",\n            \"barcodeNumber\": \"UPU123456789\",\n            \"airWaybillNumber\": \"AWB987654321\",\n            \"arrivalAirport\": \"KHI\",\n            \"destinationOffice\": \"Lahore Central Post Office\",\n            \"modeOfTransport\": \"ROAD\",\n            \"transportId\": \"POST-TRUCK-KHI-LHE-001\"\n        },\n        {\n            \"formType\": \"CN23\",\n            \"barcodeNumber\": \"UPU987654321\",\n            \"airWaybillNumber\": \"AWB123456789\",\n            \"arrivalAirport\": \"KHI\",\n            \"destinationOffice\": \"Lahore Central Post Office\",\n            \"modeOfTransport\": \"ROAD\",\n            \"transportId\": \"POST-TRUCK-KHI-LHE-001\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/dispatch-updates","description":"<p><strong>Requirement Reference</strong>: P.I21P.13</p>\n<p><strong>Use Case</strong>: Mail bag send to destination</p>\n<p><strong>Integration Point</strong>: IN_FR-4-PSTI-TRA-R-01-UC-02</p>\n<p><strong>Description:</strong> ACS will enable Pakistan Post to inform arrival of mail bags in other airport destination.</p>\n<p><strong>Process Flow</strong>: Pakistan Post System (I29P) → Airport Community System</p>\n<p><strong>Priority</strong>: P1</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identifier. Sample: AEPOST202312051002.</td>\n</tr>\n<tr>\n<td>dispatchType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Dispatch type. Sample: DOMESTIC_FORWARD.</td>\n</tr>\n<tr>\n<td>departure</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure details container.</td>\n</tr>\n<tr>\n<td>departure/location</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Departure location code. Sample: KHI.</td>\n</tr>\n<tr>\n<td>departure/departureDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format.</td>\n</tr>\n<tr>\n<td>arrival</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival details container.</td>\n</tr>\n<tr>\n<td>arrival/destination</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Destination location code. Sample: LHE.</td>\n</tr>\n<tr>\n<td>arrival/arrivalDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format.</td>\n</tr>\n<tr>\n<td>bagStatus</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Bag dispatch status. Sample: IN_TRANSIT.</td>\n</tr>\n<tr>\n<td>dispatchOfficer</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Dispatching officer details container.</td>\n</tr>\n<tr>\n<td>dispatchOfficer/officerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Dispatch officer identifier.</td>\n</tr>\n<tr>\n<td>dispatchOfficer/officerName</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Dispatch officer name.</td>\n</tr>\n<tr>\n<td>consignmentDetails</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>One or more consignment details associated with the dispatch update.</td>\n</tr>\n<tr>\n<td>consignmentDetails/formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal customs form type. Allowed values: CN22, CN23.</td>\n</tr>\n<tr>\n<td>consignmentDetails/barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>Barcode or tracking number of the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/airWaybillNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number associated with the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/arrivalAirport</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Arrival airport code. Sample: KHI.</td>\n</tr>\n<tr>\n<td>consignmentDetails/destinationOffice</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Destination office name. Sample: Lahore Central Post Office.</td>\n</tr>\n<tr>\n<td>consignmentDetails/modeOfTransport</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Mode of transport. Example: ROAD, RAIL, AIR.</td>\n</tr>\n<tr>\n<td>consignmentDetails/transportId</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Transport identifier. Example: POST-TRUCK-KHI-LHE-001.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","import","dispatch-updates"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"91ac8618-7aa7-4f36-a583-411aa763797d"}],"id":"bfd54e62-e3b9-44f0-850c-7770cf6c490d","description":"<p>Endpoints for delivery confirmation and dispatch updates</p>\n","_postman_id":"bfd54e62-e3b9-44f0-850c-7770cf6c490d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"3238cba1-1d69-4bda-8981-3d4ed2a4d088","description":"<p>Complete API documentation for e-Post (Pakistan Post) Import operations.</p>\n<h2 id=\"module-overview\">Module Overview</h2>\n<p>This collection covers all Pakistan Post Import integration points for receiving international mail and packages into Pakistan.</p>\n<h2 id=\"integration-points-covered\">Integration Points Covered</h2>\n<ul>\n<li><p>P.I4P.1, P.I7P.2: FFM and mail reception</p>\n</li>\n<li><p>P.I8P.3: Weight and scan data</p>\n</li>\n<li><p>P.I9P.4, P.I9PSW.5, P.I8CUS.6: X-ray scanning</p>\n</li>\n<li><p>P.I10P.7: Mail sorting by destination</p>\n</li>\n<li><p>P.I11CUS.(b)8: CN22/CN23 customs declaration</p>\n</li>\n<li><p>P.I12P.9: Duty/tax calculation and notification</p>\n</li>\n<li><p>P.I18P.10: Payment via PSW UPS gateway</p>\n</li>\n<li><p>P.I19CUS.11: Payment forwarding to Customs</p>\n</li>\n<li><p>P.I20P.12, P.I21P.13: Delivery and dispatch</p>\n</li>\n</ul>\n<h2 id=\"standards\">Standards</h2>\n<ul>\n<li><p><strong>UPU Standards</strong>: CN22, CN23 customs declarations</p>\n</li>\n<li><p><strong>IATA Standards</strong>: FFM (Flight Manifest) messages</p>\n</li>\n<li><p><strong>PSW UPS</strong>: Unified Payment System</p>\n</li>\n</ul>\n","_postman_id":"3238cba1-1d69-4bda-8981-3d4ed2a4d088","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"284caffb-6995-4b69-8b85-7439abffa98f","_postman_id":"284caffb-6995-4b69-8b85-7439abffa98f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Global APIs","item":[{"name":"Flight Manifest (FFM)","item":[{"name":"Send Flight Manifest (FFM) - JSON Format","id":"b89bd0b6-c624-4e76-bee2-fefb5df42886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"8128b3fa-58ac-4b03-ab97-5e5862761eda","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"LH401_16MAY\"\n    },\n    \"Name\": {\n      \"Value\": \"Transport Loading Report\"\n    },\n    \"TypeCode\": {\n      \"listID\": \"1001\",\n      \"listAgencyID\": \"6\",\n      \"listVersionID\": \"D09A\",\n      \"Value\": \"122\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2016-06-15T11:22:09\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"4.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n    },\n    \"SenderParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"FRAFMLH\"\n      }\n    },\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"NYCCCXH\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"LH401_16MAY\"\n    }\n  },\n  \"LogisticsTransportMovement\": {\n    \"StageCode\": {\n      \"Value\": \"Main-Carriage\"\n    },\n    \"ModeCode\": {\n      \"listID\": \"Recommendation 19\",\n      \"listAgencyID\": \"6\",\n      \"listVersionID\": \"2\",\n      \"Value\": \"4\"\n    },\n    \"Mode\": {\n      \"Value\": \"AIR TRANSPORT\"\n    },\n    \"ID\": {\n      \"Value\": \"LH401\"\n    },\n    \"SequenceNumeric\": {\n      \"Value\": \"1\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"15\"\n    },\n    \"TotalPackageQuantity\": {\n      \"Value\": \"15\"\n    },\n    \"UsedLogisticsTransportMeans\": {\n      \"Name\": {\n        \"Value\": \"DAIMC\"\n      },\n      \"RegistrationCountry\": {\n        \"ID\": {\n          \"Value\": \"QA\"\n        }\n      }\n    },\n    \"DepartureEvent\": {\n      \"DepartureOccurrenceDateTime\": {\n        \"Value\": \"2016-05-16T00:00:00\"\n      },\n      \"DepartureDateTimeTypeCode\": {\n        \"Value\": \"S\"\n      },\n      \"OccurrenceDepartureLocation\": {\n        \"ID\": {\n          \"Value\": \"JFK\"\n        },\n        \"Name\": {\n          \"Value\": \"New York\"\n        },\n        \"TypeCode\": {\n          \"Value\": \"Airport\"\n        }\n      }\n    },\n    \"RelatedConsignmentCustomsProcedure\": {\n      \"GoodsStatusCode\": {\n        \"Value\": \"T1\"\n      }\n    }\n  },\n  \"ArrivalEvent\": {\n    \"ArrivalOccurrenceDateTime\": {\n      \"Value\": \"2016-05-16T8:15:00\"\n    },\n    \"ArrivalDateTimeTypeCode\": {\n      \"Value\": \"S\"\n    },\n    \"OccurrenceArrivalLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      },\n      \"Name\": {\n        \"Value\": \"Frankfurt\"\n      },\n      \"TypeCode\": {\n        \"Value\": \"Airport\"\n      },\n      \"FirstArrivalCountryID\": {\n        \"Value\": \"DE\"\n      }\n    },\n    \"AssociatedTransportCargo\": [\n      {\n        \"TypeCode\": {\n          \"Value\": \"ULD\"\n        },\n        \"UtilizedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"65455\"\n          },\n          \"BuildTypeCode\": {\n            \"Value\": \"15000\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"AKE\"\n          },\n          \"LoadingRemark\": {\n            \"Value\": \"W-229 V-4 C-E\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"schemeAgencyID\": \"3\",\n              \"Value\": \"LH\"\n            }\n          }\n        },\n        \"IncludedMasterConsignment\": [\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"59\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"0.73\"\n            },\n            \"PackageQuantity\": {\n              \"Value\": \"6\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"6\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"CONSOLIDATED CA\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"T\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-95947655\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              },\n              \"Name\": {\n                \"Value\": \"New York\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"FRA\"\n              },\n              \"Name\": {\n                \"Value\": \"Frankfurt\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"ZXF\"\n              }\n            },\n            \"HandlingOSIInstructions\": {\n              \"ServiceTypeCode\": {\n                \"Value\": \"OSI\"\n              },\n              \"ServiceTypeText\": {\n                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n              }\n            },\n            \"HandlingSSRInstructions\": {\n              \"Description\": {\n                \"Value\": \"MUST BE KEPT ABOVE 5 DEGREES CELSIUS\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"NOEEI30.37A\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262289325I4\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            }\n          },\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"31\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"0.14\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"AIRCRAFT PARTS\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"T\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-95947740\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"FRA\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"ZXF\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"0516202265\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262289660I9\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            }\n          },\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"16\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"0.06\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"AIRCRAFT PARTS\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"T\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-92718603\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"FRA\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"ZXF\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"0516209531\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262289722I6\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            }\n          },\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"43\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"0.27\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"3\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"CONSOLIDATED CA\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"T\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-96143725\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"FRA\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"ZXF\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"0516196086\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"T\"\n                },\n                \"Content\": {\n                  \"Value\": \"DE3443604\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"CNE\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262289324I5\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            }\n          }\n        ]\n      },\n      {\n        \"TypeCode\": {\n          \"Value\": \"ULD\"\n        },\n        \"UtilizedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"83748\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"PMC\"\n          },\n          \"LoadingRemark\": {\n            \"Value\": \"W-1806 V-10 C-P\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"LH\"\n            }\n          }\n        },\n        \"IncludedMasterConsignment\": [\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"1690.8\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"10\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"CONSOLIDATION A\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"P\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-96059180\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"FRA\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"OFF\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"NOEEI 30.37A\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262247142I7\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262288873I1\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            }\n          }\n        ]\n      },\n      {\n        \"TypeCode\": {\n          \"Value\": \"BLK\"\n        },\n        \"IncludedMasterConsignment\": [\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"2\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"0.02\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"EXHIBITION GOOD\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"T\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-92560996\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"OTP\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"ZXF\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"NOEEI 30.37A\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262293676I8\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            },\n            \"TransportLogisticsPackage\": {\n              \"ItemQuantity\": {\n                \"Value\": \"8\"\n              },\n              \"GrossWeightMeasure\": {\n                \"Value\": \"140.5\"\n              },\n              \"LinearSpatialDimension\": {\n                \"WidthMeasure\": {\n                  \"Value\": \"200\"\n                },\n                \"LengthMeasure\": {\n                  \"Value\": \"200\"\n                },\n                \"HeightMeasure\": {\n                  \"Value\": \"200\"\n                }\n              }\n            },\n            \"OnCarriageTransportMovement\": {\n              \"ID\": {\n                \"Value\": \"1418\"\n              },\n              \"CarrierParty\": {\n                \"PrimaryID\": {\n                  \"Value\": \"LH\"\n                }\n              },\n              \"OnCarriageEvent\": {\n                \"DepartureOccurrenceDateTime\": {\n                  \"Value\": \"2016-05-17T00:00:00\"\n                },\n                \"DepartureDateTimeTypeCode\": {\n                  \"Value\": \"S\"\n                }\n              },\n              \"ArrivalDestinationEvent\": {\n                \"OccurrenceDestinationLocation\": {\n                  \"ID\": {\n                    \"Value\": \"OTP\"\n                  }\n                }\n              }\n            }\n          }\n        ]\n      },\n      {\n        \"TypeCode\": {\n          \"Value\": \"BLK\"\n        },\n        \"IncludedMasterConsignment\": [\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"3\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"0.01\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"CONSOLIDATION A\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"T\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-93825804\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"CAN\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"DGR\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"NOEEI30.37A\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"D\"\n                },\n                \"Content\": {\n                  \"Value\": \"1266\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"DNR\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262289372I0\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            },\n            \"OnCarriageTransportMovement\": {\n              \"ID\": {\n                \"Value\": \"8414\"\n              },\n              \"CarrierParty\": {\n                \"PrimaryID\": {\n                  \"Value\": \"LH\"\n                }\n              },\n              \"OnCarriageEvent\": {\n                \"DepartureOccurrenceDateTime\": {\n                  \"Value\": \"2016-05-18T00:00:00\"\n                },\n                \"DepartureDateTimeTypeCode\": {\n                  \"Value\": \"S\"\n                }\n              },\n              \"ArrivalDestinationEvent\": {\n                \"OccurrenceDestinationLocation\": {\n                  \"ID\": {\n                    \"Value\": \"CAN\"\n                  }\n                }\n              }\n            }\n          }\n        ]\n      },\n      {\n        \"TypeCode\": {\n          \"Value\": \"BLK\"\n        },\n        \"IncludedMasterConsignment\": [\n          {\n            \"GrossWeightMeasure\": {\n              \"unitCode\": \"KGM\",\n              \"Value\": \"5\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"unitCode\": \"MC\",\n              \"Value\": \"0.50\"\n            },\n            \"TotalPieceQuantity\": {\n              \"Value\": \"1\"\n            },\n            \"SummaryDescription\": {\n              \"Value\": \"OTHER PRINTED M\"\n            },\n            \"TransportSplitDescription\": {\n              \"Value\": \"T\"\n            },\n            \"TransportContractDocument\": {\n              \"ID\": {\n                \"Value\": \"020-28904971\"\n              }\n            },\n            \"OriginLocation\": {\n              \"ID\": {\n                \"Value\": \"JFK\"\n              }\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": {\n                \"Value\": \"TXL\"\n              }\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": {\n                \"Value\": \"ZXF\"\n              }\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"NOEEI30.37A\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"EXP\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": {\n                  \"Value\": \"M\"\n                },\n                \"Content\": {\n                  \"Value\": \"16DE330262289377I5\"\n                },\n                \"SubjectCode\": {\n                  \"Value\": \"OCI\"\n                },\n                \"CountryID\": {\n                  \"schemeVersionID\": \"second edition 2006\",\n                  \"Value\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\n              }\n            },\n            \"OnCarriageTransportMovement\": {\n              \"ID\": {\n                \"Value\": \"0186\"\n              },\n              \"CarrierParty\": {\n                \"PrimaryID\": {\n                  \"Value\": \"LH\"\n                }\n              },\n              \"OnCarriageEvent\": {\n                \"DepartureOccurrenceDateTime\": {\n                  \"Value\": \"2016-05-17T00:00:00\"\n                },\n                \"DepartureDateTimeTypeCode\": {\n                  \"Value\": \"S\"\n                }\n              },\n              \"ArrivalDestinationEvent\": {\n                \"OccurrenceDestinationLocation\": {\n                  \"ID\": {\n                    \"Value\": \"TXL\"\n                  }\n                }\n              }\n            }\n          }\n        ]\n      }\n    ]\n  }\n}\n"},"url":"https://api.psw.gov.pk/api/v1/aci/ffm/json/4.00","description":"<p><strong>Message Type</strong>: FFM (Flight Manifest) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML FFM (Flight Manifest Message) standards in JSON format. The FFM provides comprehensive details about all cargo loaded on a specific flight, including AWBs, ULDs, and special handling requirements.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition (M/O/C)</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Flt#-Date + Reference ID  <br />Note:  <br />Flight# and Date is mandatory. Reference ID is optional</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Must be ‘Transport Loading Report’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.TypeCode.Value</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Must be \"122\"</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.IssueDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>(e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.PurposeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Must be ‘Creation’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.VersionID.Value</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Must be ‘4.00’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ConversationID.Value</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Message Reference ID of the series of messages within a conversation provided by the initiator</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Sender information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Must be one of \\[T, C, P, TP, O\\].  <br />C must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty.PrimaryID.Value</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identification of the sender address</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Recipient information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Must be one of \\[T, C, P, TP, O\\].  <br />C must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty.PrimaryID.Value</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identification of the recipient address</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Business header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Carrier code + flight number + original schedule departure date + schedule departure location code</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header note container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Manifest level text qualifier</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote.Content.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Manifest level text note  <br />Free text</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Flight details container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.StageCode.Value</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\].  <br />Defaults to ‘Main-Carriage’</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.ModeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>15</td>\n<td>M</td>\n<td>UNECE Rec.19 transport codes.  <br />\"4\" for AIR TRANSPORT</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.Mode.Value</td>\n<td>Alphabetic</td>\n<td>35</td>\n<td>O</td>\n<td>UNECE Rec.19 name of the Mode of Transport.  <br />Must be the corresponding name for the ModeCode</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Flight number (e.g., LH401)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.SequenceNumeric.Value</td>\n<td>Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>Number that identifies the sequence.  <br />Defaults to 1</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure.  <br />Mandatory if Total Gross Weight is available</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossWeightMeasure.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure.  <br />Mandatory if Total Gross Volume is available</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalGrossVolumeMeasure.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates the total volume</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalPackageQuantity.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total number of Shipper's Load and Count</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.TotalPieceQuantity.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total Number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.MasterResponsibleTransportPerson</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Responsible transport person container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of the captain of the aircraft</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Used logistics transport means container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Name of the Mean of Transport.  <br />For Air (including flying trucks) only IATA Airline and Company Designators code should be used</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Registration country container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 Country code of the registration of the aircraft</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure event container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>(e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Type of the event.  <br />S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence Departure Location Container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.  <br />IATA Location Identifier takes precedence where IATA 3-letter codes differ from the 3-letter part of the existing codes for the same places in UN/LOCODE</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br />HARDCODED</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Customs Note Container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.Content.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>M</td>\n<td>Only completed if Country Code, Information Identifier or Customs Information Identifier is completed</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Code identifying a piece of information/entity e.g. \"IMP\" for import, \"EXP\" for export, \"AGT\" for Agent, \"ISS\" for The Regulated Agent Issuing the Security Status for a Consignment etc.</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a>  <br />Coded representation of a country approved by ISO</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.RelatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related Consignment Customs Procedure container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU</td>\n</tr>\n<tr>\n<td>ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.ArrivalOccurenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date of the event arrival. Example/Note: 2010-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>ArrivalEvent.ArrivalDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>ArrivalEvent.DepartureOccurenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date of the event departure. Example/Note: 2010-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>ArrivalEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurence Arrival Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded</td>\n</tr>\n<tr>\n<td>ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a> ISO country code of the first point of arrival in a country</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Associated Transport Cargo container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.TypeCode.Value</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Cargo to be unloaded is bulk or containerized (BLK or ULD)</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Utilized Unit Load Transport Equipment container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value</td>\n<td>Alpha-Numeric</td>\n<td>5</td>\n<td>M</td>\n<td>Serial number allocated to each Unit Load Device by its owner</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value</td>\n<td>Numerical</td>\n<td>7</td>\n<td>O</td>\n<td>Indicates the gross weight per load  <br />Example/Note: 140.5</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value</td>\n<td>Alpha-Numerical</td>\n<td>4</td>\n<td>O</td>\n<td>Indicates the number of Loose Items per load as accepted for carriage  <br />Example/Note: 8</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value</td>\n<td>Numerical</td>\n<td>4</td>\n<td>O</td>\n<td>Contains the split or part pieces information  <br />Example/Note: 1500</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td><a href=\"http://www.iata.org/uldr\">IATA ULD Regulations</a> Code identifying a standard Unit Load Device type</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Code indicating ULD height or loading limitation Example/Note: L</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Information text related to a specific Unit Load Device</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Positioning Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value</td>\n<td>element/Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence Positioning Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>5</td>\n<td>O</td>\n<td>Indicates the position of the ULD on the conveyance (e.g. 21P)</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Operating Party container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Code to identify the owner of a Unit Load Device (Actual format is aa, an or na. Owner can be an airline or leasing company.)</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Transport Movement container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Number to identify a flight</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty</td>\n<td>element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier Party container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Coded identification approved by IATA for a carrier</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date of the event</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc.</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival Destination Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence Destination Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Master Consignment container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.GrossWeightMeasure.Value</td>\n<td>N</td>\n<td>7</td>\n<td>M</td>\n<td>Indicates the gross weight. Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.GrossVolumeMeasure.Value</td>\n<td>N</td>\n<td>9</td>\n<td>O</td>\n<td>Must be completed if the Density Group field is not completed, otherwise not completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.DensityGroupCode.Value</td>\n<td>N</td>\n<td>2</td>\n<td>O</td>\n<td>Must be completed if the Volume Amount field is not completed, otherwise not completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.PackageQuantity.Value</td>\n<td>N</td>\n<td>4</td>\n<td>O</td>\n<td>Contains split or part pieces information</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TotalPieceQuantity.Value</td>\n<td>AN</td>\n<td>4</td>\n<td>M</td>\n<td>Indicates the number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.SummaryDescription.Value</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Contains the description of the goods for manifest purposes</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportSplitDescription.Value</td>\n<td>An</td>\n<td>1</td>\n<td>M</td>\n<td>Code indicating whether a shipment is e.g. a total, part or split consignment</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.MovementPriorityCode.Value</td>\n<td>A</td>\n<td>1</td>\n<td>O</td>\n<td>Code indicating a specific priority for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport Contract Document container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportContractDocument.ID.Value</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OriginLocation.ID.Value</td>\n<td>A</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OriginLocation.Name.Value</td>\n<td>AN</td>\n<td>70</td>\n<td>O</td>\n<td>Contains the name of the origin location. Must be the corresponding name for the Origin Location Code</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Final Destination Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.FinalDestinationLocation.ID.Value</td>\n<td>A</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td><a href=\"http://www.iata.org/ACD\">IATA Location Identifier</a></td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.FinalDestinationLocation.Name.Value</td>\n<td>An</td>\n<td>70</td>\n<td>O</td>\n<td>Must be the corresponding name for the Destination Location Code  <br />Example/Note: John F. Kennedy International Airport - New York</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling SPH Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSPHInstructions.Description.Value</td>\n<td>AN</td>\n<td>70</td>\n<td>O</td>\n<td>Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value</td>\n<td>A</td>\n<td>3</td>\n<td>M</td>\n<td>Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSSRInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling SSR Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSSRInstructions.Description.Value</td>\n<td>String</td>\n<td>195</td>\n<td>M</td>\n<td>Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value</td>\n<td>AN</td>\n<td>5</td>\n<td>O</td>\n<td>Identifies the code related to instructions for special action required</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingOSIInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling OSI Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingOSIInstructions.Description.Value</td>\n<td>String</td>\n<td>195</td>\n<td>M</td>\n<td>Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value</td>\n<td>AN</td>\n<td>5</td>\n<td>O</td>\n<td>Identifies the code used to specify a remark relating to a shipment</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Customs Note container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.Content.Value</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Only completed if Country Code, Information Identifier or Customs Information Identifier is completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a> At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated Consignment Customs Procedure container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>List to be provided by local customs authorities.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport Logistics Package container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value</td>\n<td>Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>Number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value</td>\n<td>Numerical</td>\n<td>7</td>\n<td>M</td>\n<td>Indicates the gross weight. Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Linear Spatial Dimension container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item width</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item length</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item height</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Transport Movement container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>It consists of carrier code followed by Flight Number.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.CarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier Party container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.CarrierParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Coded identification approved by IATA for a carrier</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Event container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date of the event</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Indicates the type of the event e.g. S for Schedule, A for Actual etc.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.ArrivalDestinationEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival Destination Event container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OccurrenceDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence Destination Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Contains the code of the destination location. Must be the corresponding name for the Destination Location Code.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Location Code. Example/Note: London Heathrow</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedMasterConsignmentItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Master Consignment Item container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>18</td>\n<td>O</td>\n<td>Commodity Code used by Customs for tax and duties calculation</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes (uppercase)</p>\n</li>\n<li><p>Airline Codes: IATA 2-character codes</p>\n</li>\n<li><p>ULD Types: IATA standard ULD type codes</p>\n</li>\n<li><p>Special Handling Codes: IATA Cargo-IMP standard codes</p>\n</li>\n</ul>\n<p><strong>IATA Standard Version</strong>: XFFM version 4.00 XML Flight Manifest Message (XFFM to FFM Conversion)</p>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xffm_sample3_v4-en.xml\">https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xffm_sample3_v4-en.xml</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","ffm","json","4.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"a4e8b3ea-0adf-468e-be21-069fac6f0dad","name":"Send Flight Manifest (FFM) - JSON Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9fbd59fe-49b7-40c7-b925-6c4bb9cd6ed6","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/ffm/json/4.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"16a4ab37-ee8b-435b-a745-17742728b4a9","name":"[IATA Toolkit URL] Send Flight Manifest (FFM) - JSON Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"10ffcb3c-2c73-4551-8b0a-74e2786be379","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Report\"\n        },\n        \"TypeCode\": {\n            \"listID\": \"1001\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"D09A\",\n            \"Value\": \"122\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2016-06-15T11:22:09\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"4.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"NYCCCXH\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"LH401_16MAY\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"listID\": \"Recommendation 19\",\n            \"listAgencyID\": \"6\",\n            \"listVersionID\": \"2\",\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"LH401\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"15\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n            \"Name\": {\n                \"Value\": \"DAIMC\"\n            }\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2016-05-16T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"65455\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-229 V-4 C-E\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": [\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"59\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.73\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"6\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947655\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"HandlingOSIInstructions\": {\n                            \"ServiceTypeCode\": {\n                                \"Value\": \"OSI\"\n                            },\n                            \"ServiceTypeText\": {\n                                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"NOEEI30.37A\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289325I4\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"31\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.14\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-95947740\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516202265\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289660I9\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.06\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"AIRCRAFT PARTS\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-92718603\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516209531\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289722I6\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    },\n                    {\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"43\"\n                        },\n                        \"GrossVolumeMeasure\": {\n                            \"unitCode\": \"MC\",\n                            \"Value\": \"0.27\"\n                        },\n                        \"TotalPieceQuantity\": {\n                            \"Value\": \"3\"\n                        },\n                        \"SummaryDescription\": {\n                            \"Value\": \"CONSOLIDATED CA\"\n                        },\n                        \"TransportSplitDescription\": {\n                            \"Value\": \"T\"\n                        },\n                        \"TransportContractDocument\": {\n                            \"ID\": {\n                                \"Value\": \"020-96143725\"\n                            }\n                        },\n                        \"OriginLocation\": {\n                            \"ID\": {\n                                \"Value\": \"JFK\"\n                            }\n                        },\n                        \"FinalDestinationLocation\": {\n                            \"ID\": {\n                                \"Value\": \"FRA\"\n                            }\n                        },\n                        \"HandlingSPHInstructions\": {\n                            \"DescriptionCode\": {\n                                \"Value\": \"ZXF\"\n                            }\n                        },\n                        \"IncludedCustomsNote\": [\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"0516196086\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"EXP\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"US\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"T\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"DE3443604\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"CNE\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            },\n                            {\n                                \"ContentCode\": {\n                                    \"Value\": \"M\"\n                                },\n                                \"Content\": {\n                                    \"Value\": \"16DE330262289324I5\"\n                                },\n                                \"SubjectCode\": {\n                                    \"Value\": \"OCI\"\n                                },\n                                \"CountryID\": {\n                                    \"schemeVersionID\": \"second edition 2006\",\n                                    \"Value\": \"DE\"\n                                }\n                            }\n                        ],\n                        \"AssociatedConsignmentCustomsProcedure\": {\n                            \"GoodsStatusCode\": {\n                                \"Value\": \"T1\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"ULD\"\n                },\n                \"UtilizedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"83748\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"PMC\"\n                    },\n                    \"LoadingRemark\": {\n                        \"Value\": \"W-1806 V-10 C-P\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"LH\"\n                        }\n                    }\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1690.8\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"P\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-96059180\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"OFF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262247142I7\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262288873I1\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"2\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.02\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"EXHIBITION GOOD\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-92560996\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"OTP\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI 30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262293676I8\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"TransportLogisticsPackage\": {\n                        \"ItemQuantity\": {\n                            \"Value\": \"8\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"Value\": \"140.5\"\n                        },\n                        \"LinearSpatialDimension\": {\n                            \"WidthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"LengthMeasure\": {\n                                \"Value\": \"200\"\n                            },\n                            \"HeightMeasure\": {\n                                \"Value\": \"200\"\n                            }\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"1418\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"OTP\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"3\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.01\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION A\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-93825804\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CAN\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"DGR\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"D\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"1266\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"DNR\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289372I0\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"8414\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-18T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"CAN\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": {\n                    \"Value\": \"BLK\"\n                },\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"5\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MC\",\n                        \"Value\": \"0.50\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"OTHER PRINTED M\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"020-28904971\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"TXL\"\n                        }\n                    },\n                    \"HandlingSPHInstructions\": {\n                        \"DescriptionCode\": {\n                            \"Value\": \"ZXF\"\n                        }\n                    },\n                    \"IncludedCustomsNote\": [\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"NOEEI30.37A\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"EXP\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"US\"\n                            }\n                        },\n                        {\n                            \"ContentCode\": {\n                                \"Value\": \"M\"\n                            },\n                            \"Content\": {\n                                \"Value\": \"16DE330262289377I5\"\n                            },\n                            \"SubjectCode\": {\n                                \"Value\": \"OCI\"\n                            },\n                            \"CountryID\": {\n                                \"schemeVersionID\": \"second edition 2006\",\n                                \"Value\": \"DE\"\n                            }\n                        }\n                    ],\n                    \"AssociatedConsignmentCustomsProcedure\": {\n                        \"GoodsStatusCode\": {\n                            \"Value\": \"T1\"\n                        }\n                    },\n                    \"OnCarriageTransportMovement\": {\n                        \"ID\": {\n                            \"Value\": \"0186\"\n                        },\n                        \"CarrierParty\": {\n                            \"PrimaryID\": {\n                                \"Value\": \"LH\"\n                            }\n                        },\n                        \"OnCarriageEvent\": {\n                            \"DepartureOccurrenceDateTime\": {\n                                \"Value\": \"2016-05-17T00:00:00\"\n                            },\n                            \"DepartureDateTimeTypeCode\": {\n                                \"Value\": \"S\"\n                            }\n                        },\n                        \"ArrivalDestinationEvent\": {\n                            \"OccurrenceDestinationLocation\": {\n                                \"ID\": {\n                                    \"Value\": \"TXL\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/ffm/json/4.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a7603dc0-df8e-4bc2-8e49-56fdd90553c8","name":"[previous payload] Send Flight Manifest (FFM) - JSON Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"079fc4a7-192b-49c9-a8e7-42612453f6cd","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": \"LH401_16MAY\",\n    \"Name\": \"Transport Loading Report\",\n    \"TypeCode\": {\n      \"@listID\": \"1001\",\n      \"@listAgencyID\": \"6\",\n      \"@listVersionID\": \"D09A\",\n      \"#text\": \"122\"\n    },\n    \"IssueDateTime\": \"2016-06-15T11:22:09\",\n    \"PurposeCode\": \"Creation\",\n    \"VersionID\": \"4.00\",\n    \"ConversationID\": \"bbd6ff71-a583-2cee-aa99-8bcb62307afe\",\n    \"SenderParty\": {\n      \"PrimaryID\": {\n        \"@schemeID\": \"C\",\n        \"#text\": \"FRAFMLH\"\n      }\n    },\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"@schemeID\": \"C\",\n        \"#text\": \"NYCCCXH\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": \"LH401_16MAY\"\n  },\n  \"LogisticsTransportMovement\": {\n    \"StageCode\": \"Main-Carriage\",\n    \"ModeCode\": {\n      \"@listID\": \"Recommendation 19\",\n      \"@listAgencyID\": \"6\",\n      \"@listVersionID\": \"2\",\n      \"#text\": \"4\"\n    },\n    \"Mode\": \"AIR TRANSPORT\",\n    \"ID\": \"LH401\",\n    \"SequenceNumeric\": \"1\",\n    \"TotalPieceQuantity\": \"15\",\n    \"UsedLogisticsTransportMeans\": {\n      \"Name\": \"DAIMC\"\n    },\n    \"DepartureEvent\": {\n      \"DepartureOccurrenceDateTime\": \"2016-05-16T00:00:00\",\n      \"DepartureDateTimeTypeCode\": \"S\",\n      \"OccurrenceDepartureLocation\": {\n        \"ID\": \"JFK\",\n        \"TypeCode\": \"Airport\"\n      }\n    }\n  },\n  \"ArrivalEvent\": {\n    \"OccurrenceArrivalLocation\": {\n      \"ID\": \"FRA\",\n      \"TypeCode\": \"Airport\"\n    },\n    \"AssociatedTransportCargo\": [\n      {\n        \"TypeCode\": \"ULD\",\n        \"UtilizedUnitLoadTransportEquipment\": {\n          \"ID\": \"65455\",\n          \"CharacteristicCode\": \"AKE\",\n          \"LoadingRemark\": \"W-229 V-4 C-E\",\n          \"OperatingParty\": {\n            \"PrimaryID\": \"LH\"\n          }\n        },\n        \"IncludedMasterConsignment\": [\n          {\n            \"GrossWeightMeasure\": {\n              \"@unitCode\": \"KGM\",\n              \"#text\": \"59\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"@unitCode\": \"MC\",\n              \"#text\": \"0.73\"\n            },\n            \"TotalPieceQuantity\": \"6\",\n            \"SummaryDescription\": \"CONSOLIDATED CA\",\n            \"TransportSplitDescription\": \"T\",\n            \"TransportContractDocument\": {\n              \"ID\": \"020-95947655\"\n            },\n            \"OriginLocation\": {\n              \"ID\": \"JFK\"\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": \"FRA\"\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": \"ZXF\"\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"NOEEI30.37A\",\n                \"SubjectCode\": \"EXP\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"16DE330262289325I4\",\n                \"SubjectCode\": \"OCI\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": \"T1\"\n            }\n          },\n          {\n            \"GrossWeightMeasure\": {\n              \"@unitCode\": \"KGM\",\n              \"#text\": \"31\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"@unitCode\": \"MC\",\n              \"#text\": \"0.14\"\n            },\n            \"TotalPieceQuantity\": \"1\",\n            \"SummaryDescription\": \"AIRCRAFT PARTS\",\n            \"TransportSplitDescription\": \"T\",\n            \"TransportContractDocument\": {\n              \"ID\": \"020-95947740\"\n            },\n            \"OriginLocation\": {\n              \"ID\": \"JFK\"\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": \"FRA\"\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": \"ZXF\"\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"0516202265\",\n                \"SubjectCode\": \"EXP\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"16DE330262289660I9\",\n                \"SubjectCode\": \"OCI\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": \"T1\"\n            }\n          },\n          {\n            \"GrossWeightMeasure\": {\n              \"@unitCode\": \"KGM\",\n              \"#text\": \"16\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"@unitCode\": \"MC\",\n              \"#text\": \"0.06\"\n            },\n            \"TotalPieceQuantity\": \"1\",\n            \"SummaryDescription\": \"AIRCRAFT PARTS\",\n            \"TransportSplitDescription\": \"T\",\n            \"TransportContractDocument\": {\n              \"ID\": \"020-92718603\"\n            },\n            \"OriginLocation\": {\n              \"ID\": \"JFK\"\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": \"FRA\"\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": \"ZXF\"\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"0516209531\",\n                \"SubjectCode\": \"EXP\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"16DE330262289722I6\",\n                \"SubjectCode\": \"OCI\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": \"T1\"\n            }\n          },\n          {\n            \"GrossWeightMeasure\": {\n              \"@unitCode\": \"KGM\",\n              \"#text\": \"43\"\n            },\n            \"GrossVolumeMeasure\": {\n              \"@unitCode\": \"MC\",\n              \"#text\": \"0.27\"\n            },\n            \"TotalPieceQuantity\": \"3\",\n            \"SummaryDescription\": \"CONSOLIDATED CA\",\n            \"TransportSplitDescription\": \"T\",\n            \"TransportContractDocument\": {\n              \"ID\": \"020-96143725\"\n            },\n            \"OriginLocation\": {\n              \"ID\": \"JFK\"\n            },\n            \"FinalDestinationLocation\": {\n              \"ID\": \"FRA\"\n            },\n            \"HandlingSPHInstructions\": {\n              \"DescriptionCode\": \"ZXF\"\n            },\n            \"IncludedCustomsNote\": [\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"0516196086\",\n                \"SubjectCode\": \"EXP\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"US\"\n                }\n              },\n              {\n                \"ContentCode\": \"T\",\n                \"Content\": \"DE3443604\",\n                \"SubjectCode\": \"CNE\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"DE\"\n                }\n              },\n              {\n                \"ContentCode\": \"M\",\n                \"Content\": \"16DE330262289324I5\",\n                \"SubjectCode\": \"OCI\",\n                \"CountryID\": {\n                  \"@schemeVersionID\": \"second edition 2006\",\n                  \"#text\": \"DE\"\n                }\n              }\n            ],\n            \"AssociatedConsignmentCustomsProcedure\": {\n              \"GoodsStatusCode\": \"T1\"\n            }\n          }\n        ]\n      },\n      {\n        \"TypeCode\": \"ULD\",\n        \"UtilizedUnitLoadTransportEquipment\": {\n          \"ID\": \"83748\",\n          \"CharacteristicCode\": \"PMC\",\n          \"LoadingRemark\": \"W-1806 V-10 C-P\",\n          \"OperatingParty\": {\n            \"PrimaryID\": \"LH\"\n          }\n        },\n        \"IncludedMasterConsignment\": {\n          \"GrossWeightMeasure\": {\n            \"@unitCode\": \"KGM\",\n            \"#text\": \"1690.8\"\n          },\n          \"GrossVolumeMeasure\": {\n            \"@unitCode\": \"MC\",\n            \"#text\": \"10\"\n          },\n          \"TotalPieceQuantity\": \"1\",\n          \"SummaryDescription\": \"CONSOLIDATION A\",\n          \"TransportSplitDescription\": \"P\",\n          \"TransportContractDocument\": {\n            \"ID\": \"020-96059180\"\n          },\n          \"OriginLocation\": {\n            \"ID\": \"JFK\"\n          },\n          \"FinalDestinationLocation\": {\n            \"ID\": \"FRA\"\n          },\n          \"HandlingSPHInstructions\": {\n            \"DescriptionCode\": \"OFF\"\n          },\n          \"IncludedCustomsNote\": [\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"NOEEI 30.37A\",\n              \"SubjectCode\": \"EXP\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"US\"\n              }\n            },\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"16DE330262247142I7\",\n              \"SubjectCode\": \"OCI\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"DE\"\n              }\n            },\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"16DE330262288873I1\",\n              \"SubjectCode\": \"OCI\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"DE\"\n              }\n            }\n          ],\n          \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": \"T1\"\n          }\n        }\n      },\n      {\n        \"TypeCode\": \"BLK\",\n        \"IncludedMasterConsignment\": {\n          \"GrossWeightMeasure\": {\n            \"@unitCode\": \"KGM\",\n            \"#text\": \"2\"\n          },\n          \"GrossVolumeMeasure\": {\n            \"@unitCode\": \"MC\",\n            \"#text\": \"0.02\"\n          },\n          \"TotalPieceQuantity\": \"1\",\n          \"SummaryDescription\": \"EXHIBITION GOOD\",\n          \"TransportSplitDescription\": \"T\",\n          \"TransportContractDocument\": {\n            \"ID\": \"020-92560996\"\n          },\n          \"OriginLocation\": {\n            \"ID\": \"JFK\"\n          },\n          \"FinalDestinationLocation\": {\n            \"ID\": \"OTP\"\n          },\n          \"HandlingSPHInstructions\": {\n            \"DescriptionCode\": \"ZXF\"\n          },\n          \"IncludedCustomsNote\": [\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"NOEEI 30.37A\",\n              \"SubjectCode\": \"EXP\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"US\"\n              }\n            },\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"16DE330262293676I8\",\n              \"SubjectCode\": \"OCI\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"DE\"\n              }\n            }\n          ],\n          \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": \"T1\"\n          },\n          \"OnCarriageTransportMovement\": {\n            \"ID\": \"1418\",\n            \"CarrierParty\": {\n              \"PrimaryID\": \"LH\"\n            },\n            \"OnCarriageEvent\": {\n              \"DepartureOccurrenceDateTime\": \"2016-05-17T00:00:00\",\n              \"DepartureDateTimeTypeCode\": \"S\"\n            },\n            \"ArrivalDestinationEvent\": {\n              \"OccurrenceDestinationLocation\": {\n                \"ID\": \"OTP\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"TypeCode\": \"BLK\",\n        \"IncludedMasterConsignment\": {\n          \"GrossWeightMeasure\": {\n            \"@unitCode\": \"KGM\",\n            \"#text\": \"3\"\n          },\n          \"GrossVolumeMeasure\": {\n            \"@unitCode\": \"MC\",\n            \"#text\": \"0.01\"\n          },\n          \"TotalPieceQuantity\": \"1\",\n          \"SummaryDescription\": \"CONSOLIDATION A\",\n          \"TransportSplitDescription\": \"T\",\n          \"TransportContractDocument\": {\n            \"ID\": \"020-93825804\"\n          },\n          \"OriginLocation\": {\n            \"ID\": \"JFK\"\n          },\n          \"FinalDestinationLocation\": {\n            \"ID\": \"CAN\"\n          },\n          \"HandlingSPHInstructions\": {\n            \"DescriptionCode\": \"DGR\"\n          },\n          \"IncludedCustomsNote\": [\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"NOEEI30.37A\",\n              \"SubjectCode\": \"EXP\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"US\"\n              }\n            },\n            {\n              \"ContentCode\": \"D\",\n              \"Content\": \"1266\",\n              \"SubjectCode\": \"DNR\"\n            },\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"16DE330262289372I0\",\n              \"SubjectCode\": \"OCI\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"DE\"\n              }\n            }\n          ],\n          \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": \"T1\"\n          },\n          \"OnCarriageTransportMovement\": {\n            \"ID\": \"8414\",\n            \"CarrierParty\": {\n              \"PrimaryID\": \"LH\"\n            },\n            \"OnCarriageEvent\": {\n              \"DepartureOccurrenceDateTime\": \"2016-05-18T00:00:00\",\n              \"DepartureDateTimeTypeCode\": \"S\"\n            },\n            \"ArrivalDestinationEvent\": {\n              \"OccurrenceDestinationLocation\": {\n                \"ID\": \"CAN\"\n              }\n            }\n          }\n        }\n      },\n      {\n        \"TypeCode\": \"BLK\",\n        \"IncludedMasterConsignment\": {\n          \"GrossWeightMeasure\": {\n            \"@unitCode\": \"KGM\",\n            \"#text\": \"5\"\n          },\n          \"GrossVolumeMeasure\": {\n            \"@unitCode\": \"MC\",\n            \"#text\": \"0.50\"\n          },\n          \"TotalPieceQuantity\": \"1\",\n          \"SummaryDescription\": \"OTHER PRINTED M\",\n          \"TransportSplitDescription\": \"T\",\n          \"TransportContractDocument\": {\n            \"ID\": \"020-28904971\"\n          },\n          \"OriginLocation\": {\n            \"ID\": \"JFK\"\n          },\n          \"FinalDestinationLocation\": {\n            \"ID\": \"TXL\"\n          },\n          \"HandlingSPHInstructions\": {\n            \"DescriptionCode\": \"ZXF\"\n          },\n          \"IncludedCustomsNote\": [\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"NOEEI30.37A\",\n              \"SubjectCode\": \"EXP\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"US\"\n              }\n            },\n            {\n              \"ContentCode\": \"M\",\n              \"Content\": \"16DE330262289377I5\",\n              \"SubjectCode\": \"OCI\",\n              \"CountryID\": {\n                \"@schemeVersionID\": \"second edition 2006\",\n                \"#text\": \"DE\"\n              }\n            }\n          ],\n          \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": \"T1\"\n          },\n          \"OnCarriageTransportMovement\": {\n            \"ID\": \"0186\",\n            \"CarrierParty\": {\n              \"PrimaryID\": \"LH\"\n            },\n            \"OnCarriageEvent\": {\n              \"DepartureOccurrenceDateTime\": \"2016-05-17T00:00:00\",\n              \"DepartureDateTimeTypeCode\": \"S\"\n            },\n            \"ArrivalDestinationEvent\": {\n              \"OccurrenceDestinationLocation\": {\n                \"ID\": \"TXL\"\n              }\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/ffm/json/4.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b89bd0b6-c624-4e76-bee2-fefb5df42886"},{"name":"Send Flight Manifest (XFFM) - IATA Cargo-XML Format","id":"a28f13a5-ae9d-4ba8-8c65-3a4ac427df68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7f914830-801b-4572-a9e2-2f89441d411a","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns0:FlightManifest\n  xmlns:ns0=\"iata:flightmanifest:1\"\n  xmlns:ns2=\"urn:un:unece:uncefact:data:standard:QualifiedDataType:7\"\n  xmlns:ns3=\"urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-6\"\n  xmlns:ns8=\"urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2009-09-01\"\n  xmlns:ns4=\"urn:un:unece:uncefact:codelist:standard:6:0133:40106\"\n  xmlns:ns10=\"urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D09A\"\n  xmlns:ns1=\"urn:un:unece:uncefact:codelist:standard:5:ISO42173A:2009-09-09\"\n  xmlns:ns7=\"urn:un:unece:uncefact:codelist:standard:6:3055:D09A\"\n  xmlns:ns6=\"urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ram=\"iata:datamodel:4\"\n  xmlns:ns9=\"urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14\"\n  xmlns:ns5=\"urn:un:unece:uncefact:codelist:standard:6:Recommendation20:6\"\n>\n  <ns0:MessageHeaderDocument>\n    <ram:ID>LH401_16MAY</ram:ID>\n    <ram:Name>Transport Loading Report</ram:Name>\n    <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n      122\n    </ram:TypeCode>\n    <ram:IssueDateTime>2016-06-15T11:22:09</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>4.00</ram:VersionID>\n    <ram:ConversationID>\n      bbd6ff71-a583-2cee-aa99-8bcb62307afe\n    </ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">NYCCCXH</ram:PrimaryID>\n    </ram:RecipientParty>\n  </ns0:MessageHeaderDocument>\n  <ns0:BusinessHeaderDocument>\n    <ram:ID>LH401_16MAY</ram:ID>\n  </ns0:BusinessHeaderDocument>\n  <ns0:LogisticsTransportMovement>\n    <ram:StageCode>Main-Carriage</ram:StageCode>\n    <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">\n      4\n    </ram:ModeCode>\n    <ram:Mode>AIR TRANSPORT</ram:Mode>\n    <ram:ID>LH401</ram:ID>\n    <ram:SequenceNumeric>1</ram:SequenceNumeric>\n    <ram:TotalPieceQuantity>15</ram:TotalPieceQuantity>\n    <ram:UsedLogisticsTransportMeans>\n      <ram:Name>DAIMC</ram:Name>\n    </ram:UsedLogisticsTransportMeans>\n    <ram:DepartureEvent>\n      <ram:DepartureOccurrenceDateTime>\n        2016-05-16T00:00:00\n      </ram:DepartureOccurrenceDateTime>\n      <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n      <ram:OccurrenceDepartureLocation>\n        <ram:ID>JFK</ram:ID>\n        <ram:TypeCode>Airport</ram:TypeCode>\n      </ram:OccurrenceDepartureLocation>\n    </ram:DepartureEvent>\n  </ns0:LogisticsTransportMovement>\n  <ns0:ArrivalEvent>\n    <ram:OccurrenceArrivalLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:TypeCode>Airport</ram:TypeCode>\n    </ram:OccurrenceArrivalLocation>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>ULD</ram:TypeCode>\n      <ram:UtilizedUnitLoadTransportEquipment>\n        <ram:ID>65455</ram:ID>\n        <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n        <ram:LoadingRemark>W-229 V-4 C-E</ram:LoadingRemark>\n        <ram:OperatingParty>\n          <ram:PrimaryID>LH</ram:PrimaryID>\n        </ram:OperatingParty>\n      </ram:UtilizedUnitLoadTransportEquipment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">59</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.73</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>6</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-95947655</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:HandlingOSIInstructions>\n\t\t\t    <ram:ServiceTypeCode>OSI</ram:ServiceTypeCode>\n\t\t\t    <ram:ServiceTypeText>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:ServiceTypeText>\n\t\t\t\t</ram:HandlingOSIInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289325I4</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">31</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.14</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-95947740</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516202265</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289660I9</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">16</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.06</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-92718603</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516209531</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289722I6</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">43</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.27</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>3</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-96143725</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516196086</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>T</ram:ContentCode>\n          <ram:Content>DE3443604</ram:Content>\n          <ram:SubjectCode>CNE</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289324I5</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>ULD</ram:TypeCode>\n      <ram:UtilizedUnitLoadTransportEquipment>\n        <ram:ID>83748</ram:ID>\n        <ram:CharacteristicCode>PMC</ram:CharacteristicCode>\n        <ram:LoadingRemark>W-1806 V-10 C-P</ram:LoadingRemark>\n        <ram:OperatingParty>\n          <ram:PrimaryID>LH</ram:PrimaryID>\n        </ram:OperatingParty>\n      </ram:UtilizedUnitLoadTransportEquipment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1690.8</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">10</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n        <ram:TransportSplitDescription>P</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-96059180</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>OFF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI 30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262247142I7</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262288873I1</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.02</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>EXHIBITION GOOD</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-92560996</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>OTP</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI 30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262293676I8</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:TransportLogisticsPackage>\n\t\t\t    <ram:ItemQuantity>8</ram:ItemQuantity>\n\t\t\t    <ram:GrossWeightMeasure>140.5</ram:GrossWeightMeasure>\n\t\t\t\t    <ram:LinearSpatialDimension>\n\t\t\t\t      <ram:WidthMeasure>200</ram:WidthMeasure>\n\t\t\t        <ram:LengthMeasure>200</ram:LengthMeasure>\n\t\t\t        <ram:HeightMeasure>200</ram:HeightMeasure>\n\t\t\t\t    </ram:LinearSpatialDimension>\n\t\t\t\t</ram:TransportLogisticsPackage>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>1418</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>OTP</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">3</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.01</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-93825804</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>CAN</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>DGR</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>D</ram:ContentCode>\n          <ram:Content>1266</ram:Content>\n          <ram:SubjectCode>DNR</ram:SubjectCode>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289372I0</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>8414</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-18T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>CAN</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">5</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.50</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>OTHER PRINTED M</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-28904971</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>TXL</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289377I5</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>0186</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>TXL</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n  </ns0:ArrivalEvent>\n</ns0:FlightManifest>"},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00","description":"<p><strong>Message Type</strong>: XFFM (Flight Manifest) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFFM (XML Flight Manifest Message) standards. The XFFM is the XML equivalent of FFM, providing structured cargo manifest data using IATA's XML schema. This format is preferred by modern airline systems for integration.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Flt#-Date + Reference ID  <br />Note:  <br />Flight# and Date is mandatory. Reference ID is optional</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Must be ‘Transport Loading Report’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Must be \"122\"</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>(e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Must be ‘Creation’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Must be ‘4.00’</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Message Reference ID of the series of messages within a conversation provided by the initiator</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Sender information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Must be one of [T, C, P, TP, O].  <br />C must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identification of the sender address</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Recipient information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Must be one of [T, C, P, TP, O].  <br />C must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identification of the recipient address</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Business header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Carrier code + flight number + original schedule departure date + schedule departure location code</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header note container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Manifest level text qualifier</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Manifest level text note  <br />Free text</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Flight details container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/StageCode</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be one of [Pre-Carriage, Main-Carriage, On-Carriage].  <br />Defaults to ‘Main-Carriage’</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/ModeCode</td>\n<td>Alpha-Numerical</td>\n<td>15</td>\n<td>M</td>\n<td>UNECE Rec.19 transport codes.  <br />\"4\" for AIR TRANSPORT</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/Mode</td>\n<td>Alphabetic</td>\n<td>35</td>\n<td>O</td>\n<td>UNECE Rec.19 name of the Mode of Transport.  <br />Must be the corresponding name for the ModeCode</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Flight number (e.g., LH401)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/SequenceNumeric</td>\n<td>Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>Number that identifies the sequence.  <br />Defaults to 1</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure.  <br />Mandatory if Total Gross Weight is available</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossWeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossVolumeMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>C</td>\n<td>UNECE Rec.20 unit of measure.  <br />Mandatory if Total Gross Volume is available</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossVolumeMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates the total volume</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalPackageQuantity</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total number of Shipper's Load and Count</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalPieceQuantity</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total Number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/MasterResponsibleTransportPerson</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Responsible transport person container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/MasterResponsibleTransportPerson/Name</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of the captain of the aircraft</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Used logistics transport means container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Name of the Mean of Transport.  <br />For Air (including flying trucks) only IATA Airline and Company Designators code should be used</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Registration country container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry/ID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 Country code of the registration of the aircraft</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure event container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>(e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Type of the event.  <br />S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence Departure Location Container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.  <br />IATA Location Identifier takes precedence where IATA 3-letter codes differ from the 3-letter part of the existing codes for the same places in UN/LOCODE</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br />HARDCODED</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Customs Note Container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>M</td>\n<td>Only completed if Country Code, Information Identifier or Customs Information Identifier is completed</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Code identifying a piece of information/entity e.g. \"IMP\" for import, \"EXP\" for export, \"AGT\" for Agent, \"ISS\" for The Regulated Agent Issuing the Security Status for a Consignment etc.</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a>  <br />Coded representation of a country approved by ISO</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/RelatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related Consignment Customs Procedure container</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU</td>\n</tr>\n<tr>\n<td>ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/ArrivalOccurenceDateTime</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date of the event arrival. Example/Note: 2010-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>ArrivalEvent/ArrivalDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>ArrivalEvent/DepartureOccurenceDateTime</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date of the event departure. Example/Note: 2010-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>ArrivalEvent/DepartureDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurence Arrival Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurenceArrivalLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurenceArrivalLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurenceArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurenceArrivalLocation/FirstArrivalCountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a> ISO country code of the first point of arrival in a country</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Associated Transport Cargo container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/TypeCode</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Cargo to be unloaded is bulk or containerized (BLK or ULD)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Utilized Unit Load Transport Equipment container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numeric</td>\n<td>5</td>\n<td>M</td>\n<td>Serial number allocated to each Unit Load Device by its owner</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure</td>\n<td>Numerical</td>\n<td>7</td>\n<td>O</td>\n<td>Indicates the gross weight per load  <br />Example/Note: 140.5</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PieceQuantity</td>\n<td>Alpha-Numerical</td>\n<td>4</td>\n<td>O</td>\n<td>Indicates the number of Loose Items per load as accepted for carriage  <br />Example/Note: 8</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/BuildTypeCode</td>\n<td>Numerical</td>\n<td>4</td>\n<td>O</td>\n<td>Contains the split or part pieces information  <br />Example/Note: 1500</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td><a href=\"http://www.iata.org/uldr\">IATA ULD Regulations</a> Code identifying a standard Unit Load Device type</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/UsedCapacityCode</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperationalStatusCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Code indicating ULD height or loading limitation Example/Note: L</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/LoadingRemark</td>\n<td>Alpha-Numerical</td>\n<td>70</td>\n<td>O</td>\n<td>Information text related to a specific Unit Load Device</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Positioning Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation</td>\n<td>element/Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence Positioning Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>5</td>\n<td>O</td>\n<td>Indicates the position of the ULD on the conveyance (e.g. 21P)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Operating Party container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Code to identify the owner of a Unit Load Device (Actual format is aa, an or na. Owner can be an airline or leasing company.)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Transport Movement container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Number to identify a flight</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty</td>\n<td>element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier Party container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty/Primary/ID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Coded identification approved by IATA for a carrier</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date of the event</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc.</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent</td>\n<td>element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival Destination Event container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation</td>\n<td>element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence Destination Location container</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Master Consignment container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/GrossWeightMeasure</td>\n<td>N</td>\n<td>7</td>\n<td>M</td>\n<td>Indicates the gross weight. Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/GrossVolumeMeasure</td>\n<td>N</td>\n<td>9</td>\n<td>O</td>\n<td>Must be completed if the Density Group field is not completed, otherwise not completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/DensityGroupCode</td>\n<td>N</td>\n<td>2</td>\n<td>O</td>\n<td>Must be completed if the Volume Amount field is not completed, otherwise not completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/PackageQuantity</td>\n<td>N</td>\n<td>4</td>\n<td>O</td>\n<td>Contains split or part pieces information</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/TotalPieceQuantity</td>\n<td>AN</td>\n<td>4</td>\n<td>M</td>\n<td>Indicates the number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/SummaryDescription</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Contains the description of the goods for manifest purposes</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/TransportSplitDescription</td>\n<td>An</td>\n<td>1</td>\n<td>M</td>\n<td>Code indicating whether a shipment is e.g. a total, part or split consignment</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/MovementPriorityCode</td>\n<td>A</td>\n<td>1</td>\n<td>O</td>\n<td>Code indicating a specific priority for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport Contract Document container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/TransportContractDocument/ID</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OriginLocation/ID</td>\n<td>A</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OriginLocation/Name</td>\n<td>AN</td>\n<td>70</td>\n<td>O</td>\n<td>Contains the name of the origin location. Must be the corresponding name for the Origin Location Code</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Final Destination Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/FinalDestinationLocation/ID</td>\n<td>A</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td><a href=\"http://www.iata.org/ACD\">IATA Location Identifier</a></td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/FinalDestinationLocation/Name</td>\n<td>An</td>\n<td>70</td>\n<td>O</td>\n<td>Must be the corresponding name for the Destination Location Code  <br />Example/Note: John F. Kennedy International Airport - New York</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling SPH Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingSPHInstructions/Description</td>\n<td>AN</td>\n<td>70</td>\n<td>O</td>\n<td>Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingSPHInstructions/DescriptionCode</td>\n<td>A</td>\n<td>3</td>\n<td>M</td>\n<td>Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingSSRInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling SSR Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingSSRInstructions/Description</td>\n<td>String</td>\n<td>195</td>\n<td>M</td>\n<td>Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingSSRInstructions/DescriptionCode</td>\n<td>AN</td>\n<td>5</td>\n<td>O</td>\n<td>Identifies the code related to instructions for special action required</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingOSIInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling OSI Instructions container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingOSIInstructions/Description</td>\n<td>String</td>\n<td>195</td>\n<td>M</td>\n<td>Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/HandlingOSIInstructions/DescriptionCode</td>\n<td>AN</td>\n<td>5</td>\n<td>O</td>\n<td>Identifies the code used to specify a remark relating to a shipment</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Customs Note container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/IncludedCustomsNote/Content</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Only completed if Country Code, Information Identifier or Customs Information Identifier is completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td><a href=\"http://www.iso.org/\">ISO3166</a> At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated Consignment Customs Procedure container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatueCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>List to be provided by local customs authorities.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport Logistics Package container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity</td>\n<td>Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>Number of Loose Items and/or ULD's as accepted for carriage</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure</td>\n<td>Numerical</td>\n<td>7</td>\n<td>M</td>\n<td>Indicates the gross weight. Element values limited to range 0.1-9999999</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Linear Spatial Dimension container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/LinearSpatialDimension/WidthMeasure</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item width</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/LinearSpatialDimension/LengthMeasure</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item length</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/LinearSpatialDimension/HeightMeasure</td>\n<td>Numerical</td>\n<td>5</td>\n<td>M</td>\n<td>Consignment Item height</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OnCarriageTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Transport Movement container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OnCarriageTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>It consists of carrier code followed by Flight Number.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/CarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier Party container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/CarrierParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Coded identification approved by IATA for a carrier</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OnCarriageEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>On Carriage Event container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OnCarriageEvent/DepartureOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004 )</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date of the event</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OnCarriageEvent/DepartureDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Indicates the type of the event e.g. S for Schedule, A for Actual etc.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/ArrivalDestinationEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival Destination Event container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OccurrenceDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence Destination Location container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OccurrenceDestinationLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>Contains the code of the destination location. Must be the corresponding name for the Destination Location Code.</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/OccurrenceDestinationLocation/Name</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Location Code. Example/Note: London Heathrow</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/IncludedMasterConsignmentItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Included Master Consignment Item container</td>\n</tr>\n<tr>\n<td>IncludedMasterConsignment/IncludedMasterConsignmentItem/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>18</td>\n<td>O</td>\n<td>Commodity Code used by Customs for tax and duties calculation</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>XML Schema: IATA Cargo-XML Standard</p>\n</li>\n<li><p>AWB Number Format: XXX-XXXXXXXX (embedded in ID element)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes</p>\n</li>\n<li><p>Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)</p>\n</li>\n<li><p>Transport Mode: UN/EDIFACT codes</p>\n</li>\n</ul>\n<p><strong>IATA Standard Version:</strong> XFFM version 4.00 XML Flight Manifest Message</p>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xffm_sample3_v4-en.xml\">https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xffm_sample3_v4-en.xml</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","flight-manifests","xffm","4.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"244a077f-5a09-4215-9ec6-dd05ebcfbb78","name":"Send Flight Manifest (XFFM) - IATA Cargo-XML Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d3ccffa6-7ce8-4e19-98f7-cf040b277f3e","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns0:FlightManifest\n  xmlns:ns0=\"iata:flightmanifest:1\"\n  xmlns:ns2=\"urn:un:unece:uncefact:data:standard:QualifiedDataType:7\"\n  xmlns:ns3=\"urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-6\"\n  xmlns:ns8=\"urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2009-09-01\"\n  xmlns:ns4=\"urn:un:unece:uncefact:codelist:standard:6:0133:40106\"\n  xmlns:ns10=\"urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D09A\"\n  xmlns:ns1=\"urn:un:unece:uncefact:codelist:standard:5:ISO42173A:2009-09-09\"\n  xmlns:ns7=\"urn:un:unece:uncefact:codelist:standard:6:3055:D09A\"\n  xmlns:ns6=\"urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ram=\"iata:datamodel:4\"\n  xmlns:ns9=\"urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14\"\n  xmlns:ns5=\"urn:un:unece:uncefact:codelist:standard:6:Recommendation20:6\"\n>\n  <ns0:MessageHeaderDocument>\n    <ram:ID>LH401_16MAY</ram:ID>\n    <ram:Name>Transport Loading Report</ram:Name>\n    <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n      122\n    </ram:TypeCode>\n    <ram:IssueDateTime>2016-06-15T11:22:09</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>4.00</ram:VersionID>\n    <ram:ConversationID>\n      bbd6ff71-a583-2cee-aa99-8bcb62307afe\n    </ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">NYCCCXH</ram:PrimaryID>\n    </ram:RecipientParty>\n  </ns0:MessageHeaderDocument>\n  <ns0:BusinessHeaderDocument>\n    <ram:ID>LH401_16MAY</ram:ID>\n  </ns0:BusinessHeaderDocument>\n  <ns0:LogisticsTransportMovement>\n    <ram:StageCode>Main-Carriage</ram:StageCode>\n    <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">\n      4\n    </ram:ModeCode>\n    <ram:Mode>AIR TRANSPORT</ram:Mode>\n    <ram:ID>LH401</ram:ID>\n    <ram:SequenceNumeric>1</ram:SequenceNumeric>\n    <ram:TotalPieceQuantity>15</ram:TotalPieceQuantity>\n\t<ram:TotalPackageQuantity>15</ram:TotalPackageQuantity>\n    <ram:UsedLogisticsTransportMeans>\n      <ram:Name>DAIMC</ram:Name>\n\t\t\t<ram:RegistrationCountry>\n\t\t\t\t<ram:ID>QA</ram:ID>\n\t\t\t</ram:RegistrationCountry>\n    </ram:UsedLogisticsTransportMeans>\n    <ram:DepartureEvent>\n      <ram:DepartureOccurrenceDateTime>2016-05-16T00:00:00</ram:DepartureOccurrenceDateTime>\n      <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n      <ram:OccurrenceDepartureLocation>\n        <ram:ID>JFK</ram:ID>\n\t\t<ram:Name>New York</ram:Name>\n        <ram:TypeCode>Airport</ram:TypeCode>\n      </ram:OccurrenceDepartureLocation>\n    </ram:DepartureEvent>\n    <ram:RelatedConsignmentCustomsProcedure>\n        <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n    </ram:RelatedConsignmentCustomsProcedure>\n  </ns0:LogisticsTransportMovement>\n  <ns0:ArrivalEvent>\n    <ram:ArrivalOccurrenceDateTime>2016-05-16T8:15:00</ram:ArrivalOccurrenceDateTime>\n    <ram:ArrivalDateTimeTypeCode>S</ram:ArrivalDateTimeTypeCode>\n    <ram:OccurrenceArrivalLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:Name>Frankfurt</ram:Name>\n      <ram:TypeCode>Airport</ram:TypeCode>\n      <ram:FirstArrivalCountryID>DE</ram:FirstArrivalCountryID>\n    </ram:OccurrenceArrivalLocation>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>ULD</ram:TypeCode>\n      <ram:UtilizedUnitLoadTransportEquipment>\n        <ram:ID>65455</ram:ID>\n        <ram:BuildTypeCode>15000</ram:BuildTypeCode>\n        <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n        <ram:LoadingRemark>W-229 V-4 C-E</ram:LoadingRemark>\n        <ram:OperatingParty>\n          <ram:PrimaryID schemeAgencyID =\"3\">LH</ram:PrimaryID>\n        </ram:OperatingParty>\n      </ram:UtilizedUnitLoadTransportEquipment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">59</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.73</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>6</ram:PackageQuantity>\n        <ram:TotalPieceQuantity>6</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-95947655</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n          <ram:Name>New York</ram:Name>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n          <ram:Name>Frankfurt</ram:Name>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:HandlingOSIInstructions>\n\t\t\t<ram:ServiceTypeCode>OSI</ram:ServiceTypeCode>\n\t\t\t<ram:ServiceTypeText>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:ServiceTypeText>\n\t\t</ram:HandlingOSIInstructions>\n        <ram:HandlingSSRInstructions>\n          <ram:Description>MUST BE KEPT ABOVE 5 DEGREES CELSIUS</ram:Description>\n        </ram:HandlingSSRInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289325I4</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">31</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.14</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-95947740</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516202265</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289660I9</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">16</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.06</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-92718603</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516209531</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289722I6</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">43</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.27</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>3</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-96143725</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516196086</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>T</ram:ContentCode>\n          <ram:Content>DE3443604</ram:Content>\n          <ram:SubjectCode>CNE</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289324I5</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>ULD</ram:TypeCode>\n      <ram:UtilizedUnitLoadTransportEquipment>\n        <ram:ID>83748</ram:ID>\n        <ram:CharacteristicCode>PMC</ram:CharacteristicCode>\n        <ram:LoadingRemark>W-1806 V-10 C-P</ram:LoadingRemark>\n        <ram:OperatingParty>\n          <ram:PrimaryID>LH</ram:PrimaryID>\n        </ram:OperatingParty>\n      </ram:UtilizedUnitLoadTransportEquipment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1690.8</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">10</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n        <ram:TransportSplitDescription>P</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-96059180</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>OFF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI 30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262247142I7</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262288873I1</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.02</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>EXHIBITION GOOD</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-92560996</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>OTP</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI 30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262293676I8</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:TransportLogisticsPackage>\n\t\t\t    <ram:ItemQuantity>8</ram:ItemQuantity>\n\t\t\t    <ram:GrossWeightMeasure>140.5</ram:GrossWeightMeasure>\n\t\t\t\t    <ram:LinearSpatialDimension>\n\t\t\t\t      <ram:WidthMeasure>200</ram:WidthMeasure>\n\t\t\t        <ram:LengthMeasure>200</ram:LengthMeasure>\n\t\t\t        <ram:HeightMeasure>200</ram:HeightMeasure>\n\t\t\t\t    </ram:LinearSpatialDimension>\n\t\t\t\t</ram:TransportLogisticsPackage>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>1418</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>OTP</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">3</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.01</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-93825804</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>CAN</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>DGR</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>D</ram:ContentCode>\n          <ram:Content>1266</ram:Content>\n          <ram:SubjectCode>DNR</ram:SubjectCode>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289372I0</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>8414</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-18T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>CAN</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">5</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.50</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>OTHER PRINTED M</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-28904971</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>TXL</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289377I5</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>0186</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>TXL</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n  </ns0:ArrivalEvent>\n</ns0:FlightManifest>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"833c60f6-d5d4-4c93-a8da-7088ea25abcb","name":"[IATA Toolkit URL] Send Flight Manifest (XFFM) - IATA Cargo-XML Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"438fb05d-ccaf-43b8-899b-dc85ae9b62cb","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns0:FlightManifest\n  xmlns:ns0=\"iata:flightmanifest:1\"\n  xmlns:ns2=\"urn:un:unece:uncefact:data:standard:QualifiedDataType:7\"\n  xmlns:ns3=\"urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-6\"\n  xmlns:ns8=\"urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2009-09-01\"\n  xmlns:ns4=\"urn:un:unece:uncefact:codelist:standard:6:0133:40106\"\n  xmlns:ns10=\"urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D09A\"\n  xmlns:ns1=\"urn:un:unece:uncefact:codelist:standard:5:ISO42173A:2009-09-09\"\n  xmlns:ns7=\"urn:un:unece:uncefact:codelist:standard:6:3055:D09A\"\n  xmlns:ns6=\"urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ram=\"iata:datamodel:4\"\n  xmlns:ns9=\"urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14\"\n  xmlns:ns5=\"urn:un:unece:uncefact:codelist:standard:6:Recommendation20:6\"\n>\n  <ns0:MessageHeaderDocument>\n    <ram:ID>LH401_16MAY</ram:ID>\n    <ram:Name>Transport Loading Report</ram:Name>\n    <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n      122\n    </ram:TypeCode>\n    <ram:IssueDateTime>2016-06-15T11:22:09</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>4.00</ram:VersionID>\n    <ram:ConversationID>\n      bbd6ff71-a583-2cee-aa99-8bcb62307afe\n    </ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">NYCCCXH</ram:PrimaryID>\n    </ram:RecipientParty>\n  </ns0:MessageHeaderDocument>\n  <ns0:BusinessHeaderDocument>\n    <ram:ID>LH401_16MAY</ram:ID>\n  </ns0:BusinessHeaderDocument>\n  <ns0:LogisticsTransportMovement>\n    <ram:StageCode>Main-Carriage</ram:StageCode>\n    <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">\n      4\n    </ram:ModeCode>\n    <ram:Mode>AIR TRANSPORT</ram:Mode>\n    <ram:ID>LH401</ram:ID>\n    <ram:SequenceNumeric>1</ram:SequenceNumeric>\n    <ram:TotalPieceQuantity>15</ram:TotalPieceQuantity>\n    <ram:UsedLogisticsTransportMeans>\n      <ram:Name>DAIMC</ram:Name>\n    </ram:UsedLogisticsTransportMeans>\n    <ram:DepartureEvent>\n      <ram:DepartureOccurrenceDateTime>\n        2016-05-16T00:00:00\n      </ram:DepartureOccurrenceDateTime>\n      <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n      <ram:OccurrenceDepartureLocation>\n        <ram:ID>JFK</ram:ID>\n        <ram:TypeCode>Airport</ram:TypeCode>\n      </ram:OccurrenceDepartureLocation>\n    </ram:DepartureEvent>\n  </ns0:LogisticsTransportMovement>\n  <ns0:ArrivalEvent>\n    <ram:OccurrenceArrivalLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:TypeCode>Airport</ram:TypeCode>\n    </ram:OccurrenceArrivalLocation>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>ULD</ram:TypeCode>\n      <ram:UtilizedUnitLoadTransportEquipment>\n        <ram:ID>65455</ram:ID>\n        <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n        <ram:LoadingRemark>W-229 V-4 C-E</ram:LoadingRemark>\n        <ram:OperatingParty>\n          <ram:PrimaryID>LH</ram:PrimaryID>\n        </ram:OperatingParty>\n      </ram:UtilizedUnitLoadTransportEquipment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">59</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.73</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>6</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-95947655</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:HandlingOSIInstructions>\n\t\t\t    <ram:ServiceTypeCode>OSI</ram:ServiceTypeCode>\n\t\t\t    <ram:ServiceTypeText>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:ServiceTypeText>\n\t\t\t\t</ram:HandlingOSIInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289325I4</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">31</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.14</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-95947740</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516202265</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289660I9</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">16</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.06</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-92718603</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516209531</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289722I6</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">43</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.27</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>3</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATED CA</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-96143725</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>0516196086</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>T</ram:ContentCode>\n          <ram:Content>DE3443604</ram:Content>\n          <ram:SubjectCode>CNE</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289324I5</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>ULD</ram:TypeCode>\n      <ram:UtilizedUnitLoadTransportEquipment>\n        <ram:ID>83748</ram:ID>\n        <ram:CharacteristicCode>PMC</ram:CharacteristicCode>\n        <ram:LoadingRemark>W-1806 V-10 C-P</ram:LoadingRemark>\n        <ram:OperatingParty>\n          <ram:PrimaryID>LH</ram:PrimaryID>\n        </ram:OperatingParty>\n      </ram:UtilizedUnitLoadTransportEquipment>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1690.8</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">10</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n        <ram:TransportSplitDescription>P</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-96059180</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>OFF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI 30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262247142I7</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262288873I1</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.02</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>EXHIBITION GOOD</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-92560996</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>OTP</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI 30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262293676I8</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:TransportLogisticsPackage>\n\t\t\t    <ram:ItemQuantity>8</ram:ItemQuantity>\n\t\t\t    <ram:GrossWeightMeasure>140.5</ram:GrossWeightMeasure>\n\t\t\t\t    <ram:LinearSpatialDimension>\n\t\t\t\t      <ram:WidthMeasure>200</ram:WidthMeasure>\n\t\t\t        <ram:LengthMeasure>200</ram:LengthMeasure>\n\t\t\t        <ram:HeightMeasure>200</ram:HeightMeasure>\n\t\t\t\t    </ram:LinearSpatialDimension>\n\t\t\t\t</ram:TransportLogisticsPackage>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>1418</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>OTP</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">3</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.01</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>CONSOLIDATION A</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-93825804</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>CAN</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>DGR</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>D</ram:ContentCode>\n          <ram:Content>1266</ram:Content>\n          <ram:SubjectCode>DNR</ram:SubjectCode>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289372I0</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>8414</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-18T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>CAN</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n    <ram:AssociatedTransportCargo>\n      <ram:TypeCode>BLK</ram:TypeCode>\n      <ram:IncludedMasterConsignment>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">5</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MC\">0.50</ram:GrossVolumeMeasure>\n        <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n        <ram:SummaryDescription>OTHER PRINTED M</ram:SummaryDescription>\n        <ram:TransportSplitDescription>T</ram:TransportSplitDescription>\n        <ram:TransportContractDocument>\n          <ram:ID>020-28904971</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:OriginLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n          <ram:ID>TXL</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:HandlingSPHInstructions>\n          <ram:DescriptionCode>ZXF</ram:DescriptionCode>\n        </ram:HandlingSPHInstructions>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>NOEEI30.37A</ram:Content>\n          <ram:SubjectCode>EXP</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:IncludedCustomsNote>\n          <ram:ContentCode>M</ram:ContentCode>\n          <ram:Content>16DE330262289377I5</ram:Content>\n          <ram:SubjectCode>OCI</ram:SubjectCode>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedConsignmentCustomsProcedure>\n          <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n        </ram:AssociatedConsignmentCustomsProcedure>\n        <ram:OnCarriageTransportMovement>\n          <ram:ID>0186</ram:ID>\n          <ram:CarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n          </ram:CarrierParty>\n          <ram:OnCarriageEvent>\n            <ram:DepartureOccurrenceDateTime>\n              2016-05-17T00:00:00\n            </ram:DepartureOccurrenceDateTime>\n            <ram:DepartureDateTimeTypeCode>S</ram:DepartureDateTimeTypeCode>\n          </ram:OnCarriageEvent>\n          <ram:ArrivalDestinationEvent>\n            <ram:OccurrenceDestinationLocation>\n              <ram:ID>TXL</ram:ID>\n            </ram:OccurrenceDestinationLocation>\n          </ram:ArrivalDestinationEvent>\n        </ram:OnCarriageTransportMovement>\n      </ram:IncludedMasterConsignment>\n    </ram:AssociatedTransportCargo>\n  </ns0:ArrivalEvent>\n</ns0:FlightManifest>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a28f13a5-ae9d-4ba8-8c65-3a4ac427df68"}],"id":"ffb6afc9-cd97-446f-8e57-ffa82580bd5f","description":"<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.E36PAA.32</td>\n<td>e-OPS (Export)</td>\n</tr>\n<tr>\n<td>EO.E38PAA.34</td>\n<td>e-OPS (Export)</td>\n</tr>\n<tr>\n<td>EO.I4AL.1</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I4GHA.2</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I4CUS.3</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I5PSW.5</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>G.E36GHA.63</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E36CUS.64</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E36AL.65</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E36ANF.66</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E36PAA.67</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38GHA.75</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38CGNR.76</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38ACA.77</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38AL.78</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38CUS.79</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38PAA.80</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38P.81</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.I4AL.1</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I4GHA.2</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I4CUS.4</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>CM.I4AL.7</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CM.I5PSW.8</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CM.I5PSW.9</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CL.I4AL.2</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4GHA.3</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4CUS.4</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4P.5</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5PAA.6</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5PSW.7</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I7CUS.14</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>TR.I4AL.1</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4GHA.2</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4CUS.3</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I5PAA.4</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I5PSW.5</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E36GHA.7</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E36GHA.13</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E38GHA.15</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E38AL.17</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>EPO.E38EPO.31</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>P.E38GHA.11</td>\n<td>e-Post (Export)</td>\n</tr>\n<tr>\n<td>P.I4P.1</td>\n<td>e-Post (Import)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ffb6afc9-cd97-446f-8e57-ffa82580bd5f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Master Air Waybill (FWB)","item":[{"name":"Send Master Air Waybill (FWB) - JSON Format","id":"51997c7a-5e16-4466-b9e7-787c52a6734c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"54f435ef-6482-42e1-bea8-1aad23cd5399","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"schemaLocation\": \"iata:waybill:1 Waybill_1.xsd\",\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"057-20866156\"\n    },\n    \"Name\": {\n      \"Value\": \"Master Air Waybill\"\n    },\n    \"TypeCode\": {\n      \"Value\": \"741\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2014-01-27T14:53:23\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"5.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"OSAG21180009\"\n    },\n    \"SenderParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"P\",\n          \"Value\": \"REUAGT82JPKN/OSA01\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"KUEHNENAGELAGT\"\n        }\n      }\n    ],\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"REUAIR08AFR\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"057-20866156\"\n    },\n    \"SenderAssignedID\": {\n      \"Value\": \"422021744010440\"\n    },\n    \"IncludedHeaderNote\": {\n      \"ContentCode\": {\n        \"Value\": \"C\"\n      },\n      \"Content\": {\n        \"Value\": \"Consolidation Shipment\"\n      }\n    },\n    \"SignatoryConsignorAuthentication\": {\n      \"Signatory\": {\n        \"Value\": \"AZUHIRO HOTTA\"\n      }\n    },\n    \"SignatoryCarrierAuthentication\": {\n      \"ActualDateTime\": {\n        \"Value\": \"2014-01-27T00:00:00\"\n      },\n      \"Signatory\": {\n        \"Value\": \"KUEHNE + NAGEL LT\"\n      },\n      \"IssueAuthenticationLocation\": {\n        \"Name\": {\n          \"Value\": \"OSAKA\"\n        }\n      }\n    }\n  },\n  \"MasterConsignment\": {\n    \"FreightForwarderAssignedID\": {\n      \"Value\": \"4220217440104400\"\n    },\n    \"NilCarriageValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"NilCustomsValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"NilInsuranceValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"TotalChargePrepaidIndicator\": {\n      \"Value\": \"P\"\n    },\n    \"TotalDisbursementPrepaidIndicator\": {\n      \"Value\": \"P\"\n    },\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"1210.2\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"4\"\n    },\n    \"ProductID\": {\n      \"Value\": \"VIPRO\"\n    },\n    \"ConsignorParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n      },\n      \"PostalStructuredAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"549-0021\"\n        },\n        \"StreetName\": {\n          \"Value\": \"CARGO AGENT BLDG NO 1- ROOM 315\"\n        },\n        \"CityName\": {\n          \"Value\": \"SENSHUKUKO-MINAMI\"\n        },\n        \"CountryID\": {\n          \"Value\": \"JP\"\n        },\n        \"CountryName\": {\n          \"Value\": \"JAPAN\"\n        },\n        \"CountrySubDivisionName\": {\n          \"Value\": \"OSAKA\"\n        },\n        \"DefinedTradeContact\": {\n          \"CompleteNumber\": {\n            \"Value\": \"0034981554733\"\n          }\n        }\n      }\n    },\n    \"ConsigneeParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n      },\n      \"PostalStructuredAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"60549\"\n        },\n        \"StreetName\": {\n          \"Value\": \"BUILDING 554,CARGO CITY SOUTH\"\n        },\n        \"CityName\": {\n          \"Value\": \"FRANKFURT\"\n        },\n        \"CountryID\": {\n          \"Value\": \"DE\"\n        },\n        \"CountryName\": {\n          \"Value\": \"GERMANY\"\n        },\n        \"CountrySubDivisionName\": {\n          \"Value\": \"HESSE\"\n        }\n      },\n      \"DefinedTradeContact\": {\n        \"CompleteNumber\": {\n          \"Value\": \"0114484050\"\n        }\n      }\n    },\n    \"FreightForwarderParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n      },\n      \"CargoAgentID\": {\n        \"Value\": \"1630047\"\n      },\n      \"FreightForwarderAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"549-0021\"\n        },\n        \"StreetName\": {\n          \"Value\": \"CARGO AGENT BLDG NO 1- ROOM 315\"\n        },\n        \"CityName\": {\n          \"Value\": \"SENSHUKUKO-MINAMI\"\n        },\n        \"CountryID\": {\n          \"Value\": \"JP\"\n        }\n      },\n      \"SpecifiedCargoAgentLocation\": {\n        \"ID\": {\n          \"Value\": \"0023\"\n        }\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"KIX\"\n      },\n      \"Name\": {\n        \"Value\": \"KANSAI INTERNATIONAL\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      },\n      \"Name\": {\n        \"Value\": \"FRANKFURT\"\n      }\n    },\n    \"SpecifiedLogisticsTransportMovement\": [\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF291\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"CDG\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            },\n            \"Name\": {\n              \"Value\": \"PARIS\"\n            }\n          },\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-27T00:00:00\"\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-28T00:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"CDG\"\n            },\n            \"Name\": {\n              \"Value\": \"PARIS\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        }\n      },\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF224\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"2\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"HHN\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-29T00:00:00\"\n          }\n        }\n      },\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF304\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"3\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-30T00:00:00\"\n          }\n        }\n      }\n    ],\n    \"IncludedAccountingNote\": {\n      \"ContentCode\": {\n        \"Value\": \"GEN\"\n      },\n      \"Content\": {\n        \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n      }\n    },\n    \"ApplicableOriginCurrencyExchange\": {\n      \"SourceCurrencyCode\": {\n        \"Value\": \"JPY\"\n      }\n    },\n    \"ApplicableLogisticsAllowanceCharge\": [\n      {\n        \"ID\": {\n          \"Value\": \"CG\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"318\"\n        }\n      },\n      {\n        \"ID\": {\n          \"Value\": \"MY\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"128313\"\n        }\n      },\n      {\n        \"ID\": {\n          \"Value\": \"SC\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"7263\"\n        }\n      }\n    ],\n    \"ApplicableRating\": {\n      \"TypeCode\": {\n        \"Value\": \"F\"\n      },\n      \"TotalChargeAmount\": {\n        \"currencyID\": \"JPY\",\n        \"Value\": \"1585755\"\n      },\n      \"IncludedMasterConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.780\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"000004\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"4\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"CONSOLIDATION AS PER ATTACHED MANIFEST\"\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.5\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"1310\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"1585755\"\n          }\n        }\n      }\n    },\n    \"ApplicableTotalRating\": {\n      \"TypeCode\": {\n        \"Value\": \"F\"\n      },\n      \"ApplicablePrepaidCollectMonetarySummation\": {\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"WeightChargeTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"1585755\"\n        },\n        \"ValuationChargeTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"TaxTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"AgentTotalDuePayableAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"CarrierTotalDuePayableAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"135894\"\n        },\n        \"GrandTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"1721649\"\n        }\n      }\n    },\n    \"GrossVolumeMeasure\": {\n      \"unitCode\": \"MTQ\",\n      \"Value\": \"5000\"\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10","description":"<p><strong>Message Type</strong>: FWB (Master Air Waybill) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML FWB (Master Air Waybill Message) standards in JSON format. The FWB contains complete details about a single air waybill including shipper, consignee, routing, and charges.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition (M/O/C)</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID (e.g., 020-95947655)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name (e.g., Master Air Waybill)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.TypeCode.Value</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type - UN/EDIFACT 1001 (e.g., 741)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.IssueDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created UTC (e.g., 2016-06-15T13:02:20)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.PurposeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function (e.g., Creation)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.VersionID.Value</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version (e.g., 5.00)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ConversationID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty.PrimaryID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification (e.g., TDVAGT03TEST/AMS1)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty.PrimaryID.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty.PrimaryID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification (e.g., FRAFMLH)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty.PrimaryID.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Waybill header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Waybill number (e.g., 020-95947655) - Format: nnn-n[8]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.IncludedHeaderNote.Content.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.SignatoryConsignorAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignor declaration signature</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.SignatoryConsignorAuthentication.Signatory.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.SignatoryCarrierAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration. CIMP Ref: 17</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.SignatoryCarrierAuthentication.ActualDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.SignatoryCarrierAuthentication.Signatory.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.SignatoryCarrierAuthentication.IssueAuthenticationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issue location</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.SignatoryCarrierAuthentication.IssueAuthenticationLocation.Name.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment.NilCarriageValueIndicator.Value</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16</td>\n</tr>\n<tr>\n<td>MasterConsignment.NilCustomsValueIndicator.Value</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17</td>\n</tr>\n<tr>\n<td>MasterConsignment.NilInsuranceValueIndicator.Value</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.TotalChargePrepaidIndicator.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.TotalDisbursementPrepaidIndicator.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.IncludedTareGrossWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K</td>\n</tr>\n<tr>\n<td>MasterConsignment.IncludedTareGrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C</td>\n</tr>\n<tr>\n<td>MasterConsignment.GrossVolumeMeasure.Value</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.GrossVolumeMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., MTQ) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.TotalPieceQuantity.Value</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details. CIMP Ref: 5</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor address</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.PostalStructuredAddress.PostcodeCode.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.PostalStructuredAddress.StreetName.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., JFK INTL AIRPORT BLDG 23). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.PostalStructuredAddress.CityName.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.PostalStructuredAddress.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignor contact information (0:n occurrence). CIMP Ref: 5.8</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.DefinedTradeContact.DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsignorParty.DefinedTradeContact.DirectTelephoneCommunication.CompleteNumber.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsigneeParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details. CIMP Ref: 6</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsigneeParty.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsigneeParty.PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee address</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsigneeParty.PostalStructuredAddress.PostcodeCode.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsigneeParty.PostalStructuredAddress.StreetName.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsigneeParty.PostalStructuredAddress.CityName.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment.ConsigneeParty.PostalStructuredAddress.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., DE) - ISO 3166.</td>\n</tr>\n<tr>\n<td>MasterConsignment.FreightForwarderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight forwarder details. CIMP Ref: 7</td>\n</tr>\n<tr>\n<td>MasterConsignment.FreightForwarderParty.AdditionalID.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder additional ID (e.g., CAG)</td>\n</tr>\n<tr>\n<td>MasterConsignment.FreightForwarderParty.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6</td>\n</tr>\n<tr>\n<td>MasterConsignment.FreightForwarderParty.AccountID.Value</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8</td>\n</tr>\n<tr>\n<td>MasterConsignment.FreightForwarderParty.CargoAgentID.Value</td>\n<td>Numeric</td>\n<td>7</td>\n<td>M</td>\n<td>IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7</td>\n</tr>\n<tr>\n<td>MasterConsignment.FreightForwarderParty.FreightForwarderAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Freight forwarder address</td>\n</tr>\n<tr>\n<td>MasterConsignment.FreightForwarderParty.FreightForwarderAddress.CityName.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other party details (0:n occurrence). CIMP Ref: 9,26,28</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty.RoleCode.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Party type code (e.g., NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UNEDIFACT 3035. CIMP Ref: 9.1, 26.1, 28.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty.PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other party address</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty.PostalStructuredAddress.PostcodeCode.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty.PostalStructuredAddress.StreetName.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty.PostalStructuredAddress.CityName.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedParty.PostalStructuredAddress.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment.OriginLocation.ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9</td>\n</tr>\n<tr>\n<td>MasterConsignment.FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Final destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment.FinalDestinationLocation.ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport and booking details (0:n occurrence). CIMP Ref: 4</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.StageCode.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.ModeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>O</td>\n<td>Mode of transport code (e.g., 4=Air) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.Mode.Value</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Aircraft details</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Carrier name (e.g., LH) - IATA Airline and Company Designators code.</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival details</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.ArrivalEvent.ScheduledOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.ArrivalEvent.OccurrenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival location</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.ArrivalEvent.OccurrenceArrivalLocation.ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Arrival airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 4.2.2/4.3.2 AWB 11A/11C</td>\n</tr>\n<tr>\n<td>MasterConsignment.SpecifiedLogisticsTransportMovement.ArrivalEvent.OccurrenceArrivalLocation.TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n</tr>\n<tr>\n<td>MasterConsignment.HandlingSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.HandlingSPHInstructions.DescriptionCode.Value</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>M</td>\n<td>Special handling code (e.g., ZXF, CSL, EAP, ECC, GEN, SPX) - CIMP 1.16/1.14. Cargo-IMP FWB v17 supports maximum nine codes. CIMP Ref: 25.2.2 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.HandlingSSRInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special service request (0:n occurrence). CIMP Ref: 8 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.HandlingSSRInstructions.Description.Value</td>\n<td>String</td>\n<td>1-195</td>\n<td>M</td>\n<td>SSR description (e.g., TD. FLASH). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs information (0:n occurrence). CIMP Ref: 29</td>\n</tr>\n<tr>\n<td>MasterConsignment.IncludedCustomsNote.ContentCode.Value</td>\n<td>Alphabetic</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs identifier (e.g., M, I=Item Number, L=Exemption Legend, S=System Downtime, U=Unique Consignment Reference, M=Movement Reference) - CIMP 1.100. At least one of Country Code, Information Identifier, or this field must be completed. CIMP Ref: 29.7 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.IncludedCustomsNote.Content.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.IncludedCustomsNote.SubjectCode.Value</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>O</td>\n<td>Information identifier (e.g., EXP=Export, IMP=Import, OCI, AGT=Agent, ISS=Regulated Agent) - CIMP 1.19. At least one of Country Code, this field, or Customs identifier must be completed. CIMP Ref: 29.5 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.IncludedCustomsNote.CountryID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Country code (e.g., US, DE) - ISO 3166. At least one of this field, Information Identifier, or Customs identifier must be completed. CIMP Ref: 29.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n</tr>\n<tr>\n<td>MasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatusCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableOriginCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin currency. CIMP Ref: 11</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableOriginCurrencyExchange.SourceCurrencyCode.Value</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableLogisticsServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Service charges</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableLogisticsServiceCharge.TransportPaymentMethodCode.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableLogisticsAllowanceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other charges (0:n occurrence). CIMP Ref: 13</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableLogisticsAllowanceCharge.ID.Value</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Other charge code (e.g., CG, MR, AC) - CIMP 1.2. Combination of charge code and entitlement code cannot be duplicated. CIMP Ref: 13.3.1 AWB 23</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableLogisticsAllowanceCharge.PrepaidIndicator.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableLogisticsAllowanceCharge.PartyTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Charge entitlement code party (e.g., C=Carrier, A=Agent) - CIMP 1.3. Combination of charge code and this field cannot be duplicated. CIMP Ref: 13.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableLogisticsAllowanceCharge.ActualAmount.Value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.TypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.TotalChargeAmount.Value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.SequenceNumeric.Value</td>\n<td>Numeric</td>\n<td>1-3</td>\n<td>M</td>\n<td>Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.GrossWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.GrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.PieceQuantity.Value</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.GrossVolumeMeasure.Value</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.GrossVolumeMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., MTQ) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.NatureIdentificationTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Item description</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.NatureIdentificationTransportCargo.Identification.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.ApplicableFreightRateServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight rate details</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.ApplicableFreightRateServiceCharge.CategoryCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.ApplicableFreightRateServiceCharge.ChargeableWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.ApplicableFreightRateServiceCharge.ChargeableWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.ApplicableFreightRateServiceCharge.AppliedRate.Value</td>\n<td>Numeric</td>\n<td>1-8</td>\n<td>M</td>\n<td>Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.ApplicableFreightRateServiceCharge.AppliedAmount.Value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Package/dimension details (0:n occurrence). At least one of: ULD number, Dimensions, Volume, or No Dimensions Available indicator must be provided. CIMP Ref: 12.13</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.ItemQuantity.Value</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.GrossWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.GrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Dimensions</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.LinearSpatialDimension.WidthMeasure.Value</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.LinearSpatialDimension.WidthMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.LinearSpatialDimension.LengthMeasure.Value</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.LinearSpatialDimension.LengthMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.LinearSpatialDimension.HeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableRating.IncludedMasterConsignmentItem.TransportLogisticsPackage.LinearSpatialDimension.HeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableTotalRating</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Waybill totals</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableTotalRating.TypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableTotalRating.ApplicablePrepaidCollectMonetarySummation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableTotalRating.ApplicablePrepaidCollectMonetarySummation.PrepaidIndicator.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableTotalRating.ApplicablePrepaidCollectMonetarySummation.WeightChargeTotalAmount.Value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableTotalRating.ApplicablePrepaidCollectMonetarySummation.CarrierTotalDuePayableAmount.Value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B</td>\n</tr>\n<tr>\n<td>MasterConsignment.ApplicableTotalRating.ApplicablePrepaidCollectMonetarySummation.GrandTotalAmount.Value</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes (uppercase)</p>\n</li>\n<li><p>Airline Codes: IATA 2-3 character codes</p>\n</li>\n<li><p>IATA ACA Number: 7-digit numeric format</p>\n</li>\n<li><p>IATA CASS Address: 10-character format (country + city + numeric)</p>\n</li>\n<li><p>Currency Codes: ISO 4217 3-letter codes</p>\n</li>\n<li><p>Country Codes: ISO 3166-1 alpha-2 codes</p>\n</li>\n</ul>\n<p><strong>IATA Standard Version</strong>: XFWB version 5.10 XML Waybill (XFWB to FWB Conversion)</p>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4\">https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fwb","json","5.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"796d5669-75d3-4e46-988c-c49fbace9b74","name":"Send Master Air Waybill (FWB) - JSON Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"28b795d8-e9e2-4812-a8d7-f2cb3633539c","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"schemaLocation\": \"iata:waybill:1 Waybill_1.xsd\",\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"057-20866156\"\n    },\n    \"Name\": {\n      \"Value\": \"Master Air Waybill\"\n    },\n    \"TypeCode\": {\n      \"Value\": \"741\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2014-01-27T14:53:23\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"5.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"OSAG21180009\"\n    },\n    \"SenderParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"P\",\n          \"Value\": \"REUAGT82JPKN/OSA01\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"KUEHNENAGELAGT\"\n        }\n      }\n    ],\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"REUAIR08AFR\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"057-20866156\"\n    },\n    \"SenderAssignedID\": {\n      \"Value\": \"422021744010440\"\n    },\n    \"IncludedHeaderNote\": {\n      \"ContentCode\": {\n        \"Value\": \"C\"\n      },\n      \"Content\": {\n        \"Value\": \"Consolidation Shipment\"\n      }\n    },\n    \"SignatoryConsignorAuthentication\": {\n      \"Signatory\": {\n        \"Value\": \"AZUHIRO HOTTA\"\n      }\n    },\n    \"SignatoryCarrierAuthentication\": {\n      \"ActualDateTime\": {\n        \"Value\": \"2014-01-27T00:00:00\"\n      },\n      \"Signatory\": {\n        \"Value\": \"KUEHNE + NAGEL LT\"\n      },\n      \"IssueAuthenticationLocation\": {\n        \"Name\": {\n          \"Value\": \"OSAKA\"\n        }\n      }\n    }\n  },\n  \"MasterConsignment\": {\n    \"FreightForwarderAssignedID\": {\n      \"Value\": \"4220217440104400\"\n    },\n    \"NilCarriageValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"NilCustomsValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"NilInsuranceValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"TotalChargePrepaidIndicator\": {\n      \"Value\": \"P\"\n    },\n    \"TotalDisbursementPrepaidIndicator\": {\n      \"Value\": \"P\"\n    },\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"1210.2\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"4\"\n    },\n    \"ProductID\": {\n      \"Value\": \"VIPRO\"\n    },\n    \"ConsignorParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n      },\n      \"PostalStructuredAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"549-0021\"\n        },\n        \"StreetName\": {\n          \"Value\": \"CARGO AGENT BLDG NO 1- ROOM 315\"\n        },\n        \"CityName\": {\n          \"Value\": \"SENSHUKUKO-MINAMI\"\n        },\n        \"CountryID\": {\n          \"Value\": \"JP\"\n        },\n        \"CountryName\": {\n          \"Value\": \"JAPAN\"\n        },\n        \"CountrySubDivisionName\": {\n          \"Value\": \"OSAKA\"\n        },\n        \"DefinedTradeContact\": {\n          \"CompleteNumber\": {\n            \"Value\": \"0034981554733\"\n          }\n        }\n      }\n    },\n    \"ConsigneeParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n      },\n      \"PostalStructuredAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"60549\"\n        },\n        \"StreetName\": {\n          \"Value\": \"BUILDING 554,CARGO CITY SOUTH\"\n        },\n        \"CityName\": {\n          \"Value\": \"FRANKFURT\"\n        },\n        \"CountryID\": {\n          \"Value\": \"DE\"\n        },\n        \"CountryName\": {\n          \"Value\": \"GERMANY\"\n        },\n        \"CountrySubDivisionName\": {\n          \"Value\": \"HESSE\"\n        }\n      },\n      \"DefinedTradeContact\": {\n        \"CompleteNumber\": {\n          \"Value\": \"0114484050\"\n        }\n      }\n    },\n    \"FreightForwarderParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n      },\n      \"CargoAgentID\": {\n        \"Value\": \"1630047\"\n      },\n      \"FreightForwarderAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"549-0021\"\n        },\n        \"StreetName\": {\n          \"Value\": \"CARGO AGENT BLDG NO 1- ROOM 315\"\n        },\n        \"CityName\": {\n          \"Value\": \"SENSHUKUKO-MINAMI\"\n        },\n        \"CountryID\": {\n          \"Value\": \"JP\"\n        }\n      },\n      \"SpecifiedCargoAgentLocation\": {\n        \"ID\": {\n          \"Value\": \"0023\"\n        }\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"KIX\"\n      },\n      \"Name\": {\n        \"Value\": \"KANSAI INTERNATIONAL\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      },\n      \"Name\": {\n        \"Value\": \"FRANKFURT\"\n      }\n    },\n    \"SpecifiedLogisticsTransportMovement\": [\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF291\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"CDG\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            },\n            \"Name\": {\n              \"Value\": \"PARIS\"\n            }\n          },\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-27T00:00:00\"\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-28T00:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"CDG\"\n            },\n            \"Name\": {\n              \"Value\": \"PARIS\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        }\n      },\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF224\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"2\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"HHN\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-29T00:00:00\"\n          }\n        }\n      },\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF304\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"3\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-30T00:00:00\"\n          }\n        }\n      }\n    ],\n    \"HandlingSPHInstructions\": {\n        \"Description\": {\n          \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"EAP\"\n        }\n    },\n    \"IncludedAccountingNote\": {\n      \"ContentCode\": {\n        \"Value\": \"GEN\"\n      },\n      \"Content\": {\n        \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n      }\n    },\n    \"ApplicableOriginCurrencyExchange\": {\n      \"SourceCurrencyCode\": {\n        \"Value\": \"JPY\"\n      }\n    },\n    \"ApplicableDestinationCurrencyExchange\": {\n      \"TargetCurrencyCode\": {\n        \"Value\": \"EUR\"\n      },\n      \"ConversionRate\": {\n        \"Value\": \"0.0546\"\n      }\n    },\n    \"ApplicableLogisticsAllowanceCharge\": [\n      {\n        \"ID\": {\n          \"Value\": \"CG\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"318\"\n        }\n      },\n      {\n        \"ID\": {\n          \"Value\": \"MY\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"128313\"\n        }\n      },\n      {\n        \"ID\": {\n          \"Value\": \"SC\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"7263\"\n        }\n      }\n    ],\n    \"ApplicableRating\": {\n      \"TypeCode\": {\n        \"Value\": \"F\"\n      },\n      \"TotalChargeAmount\": {\n        \"currencyID\": \"JPY\",\n        \"Value\": \"1585755\"\n      },\n      \"IncludedMasterConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.780\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"000004\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"4\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"CONSOLIDATION AS PER ATTACHED MANIFEST\"\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.5\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"1310\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"1585755\"\n          }\n        }\n      }\n    },\n    \"ApplicableTotalRating\": {\n      \"TypeCode\": {\n        \"Value\": \"F\"\n      },\n      \"ApplicablePrepaidCollectMonetarySummation\": {\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"WeightChargeTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"1585755\"\n        },\n        \"ValuationChargeTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"TaxTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"AgentTotalDuePayableAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"CarrierTotalDuePayableAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"135894\"\n        },\n        \"GrandTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"1721649\"\n        }\n      }\n    },\n    \"GrossVolumeMeasure\": {\n      \"unitCode\": \"MTQ\",\n      \"Value\": \"5000\"\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"0bdcba3e-ca0e-401c-b168-a512d988f602","name":"[IATA Toolkit URL] Send Master Air Waybill (FWB) - JSON Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"44d367b5-efeb-46d0-b992-c895f9465ef9","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"schemaLocation\": \"iata:waybill:1 Waybill_1.xsd\",\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"057-20866156\"\n    },\n    \"Name\": {\n      \"Value\": \"Master Air Waybill\"\n    },\n    \"TypeCode\": {\n      \"Value\": \"741\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2014-01-27T14:53:23\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"5.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"OSAG21180009\"\n    },\n    \"SenderParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"P\",\n          \"Value\": \"REUAGT82JPKN/OSA01\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"KUEHNENAGELAGT\"\n        }\n      }\n    ],\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"REUAIR08AFR\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"057-20866156\"\n    },\n    \"SenderAssignedID\": {\n      \"Value\": \"422021744010440\"\n    },\n    \"IncludedHeaderNote\": {\n      \"ContentCode\": {\n        \"Value\": \"C\"\n      },\n      \"Content\": {\n        \"Value\": \"Consolidation Shipment\"\n      }\n    },\n    \"SignatoryConsignorAuthentication\": {\n      \"Signatory\": {\n        \"Value\": \"AZUHIRO HOTTA\"\n      }\n    },\n    \"SignatoryCarrierAuthentication\": {\n      \"ActualDateTime\": {\n        \"Value\": \"2014-01-27T00:00:00\"\n      },\n      \"Signatory\": {\n        \"Value\": \"KUEHNE + NAGEL LT\"\n      },\n      \"IssueAuthenticationLocation\": {\n        \"Name\": {\n          \"Value\": \"OSAKA\"\n        }\n      }\n    }\n  },\n  \"MasterConsignment\": {\n    \"FreightForwarderAssignedID\": {\n      \"Value\": \"4220217440104400\"\n    },\n    \"NilCarriageValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"NilCustomsValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"NilInsuranceValueIndicator\": {\n      \"Value\": \"true\"\n    },\n    \"TotalChargePrepaidIndicator\": {\n      \"Value\": \"P\"\n    },\n    \"TotalDisbursementPrepaidIndicator\": {\n      \"Value\": \"P\"\n    },\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"1210.2\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"4\"\n    },\n    \"ProductID\": {\n      \"Value\": \"VIPRO\"\n    },\n    \"ConsignorParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n      },\n      \"PostalStructuredAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"549-0021\"\n        },\n        \"StreetName\": {\n          \"Value\": \"CARGO AGENT BLDG NO 1- ROOM 315\"\n        },\n        \"CityName\": {\n          \"Value\": \"SENSHUKUKO-MINAMI\"\n        },\n        \"CountryID\": {\n          \"Value\": \"JP\"\n        },\n        \"CountryName\": {\n          \"Value\": \"JAPAN\"\n        }\n      }\n    },\n    \"ConsigneeParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n      },\n      \"PostalStructuredAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"60549\"\n        },\n        \"StreetName\": {\n          \"Value\": \"BUILDING 554,CARGO CITY SOUTH\"\n        },\n        \"CityName\": {\n          \"Value\": \"FRANKFURT\"\n        },\n        \"CountryID\": {\n          \"Value\": \"DE\"\n        }\n      }\n    },\n    \"FreightForwarderParty\": {\n      \"Name\": {\n        \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n      },\n      \"CargoAgentID\": {\n        \"Value\": \"1630047\"\n      },\n      \"FreightForwarderAddress\": {\n        \"PostcodeCode\": {\n          \"Value\": \"549-0021\"\n        },\n        \"StreetName\": {\n          \"Value\": \"CARGO AGENT BLDG NO 1- ROOM 315\"\n        },\n        \"CityName\": {\n          \"Value\": \"SENSHUKUKO-MINAMI\"\n        },\n        \"CountryID\": {\n          \"Value\": \"JP\"\n        }\n      },\n      \"SpecifiedCargoAgentLocation\": {\n        \"ID\": {\n          \"Value\": \"0023\"\n        }\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"KIX\"\n      },\n      \"Name\": {\n        \"Value\": \"KANSAI INTERNATIONAL\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      },\n      \"Name\": {\n        \"Value\": \"FRANKFURT\"\n      }\n    },\n    \"SpecifiedLogisticsTransportMovement\": [\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF291\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"CDG\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-28T00:00:00\"\n          }\n        }\n      },\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF224\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"2\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"HHN\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-29T00:00:00\"\n          }\n        }\n      },\n      {\n        \"StageCode\": {\n          \"Value\": \"MAIN-CARRIAGE\"\n        },\n        \"ID\": {\n          \"Value\": \"AF304\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"3\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"AF\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"AIRPORT\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2014-01-30T00:00:00\"\n          }\n        }\n      }\n    ],\n    \"IncludedAccountingNote\": {\n      \"ContentCode\": {\n        \"Value\": \"GEN\"\n      },\n      \"Content\": {\n        \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n      }\n    },\n    \"ApplicableOriginCurrencyExchange\": {\n      \"SourceCurrencyCode\": {\n        \"Value\": \"JPY\"\n      }\n    },\n    \"ApplicableLogisticsAllowanceCharge\": [\n      {\n        \"ID\": {\n          \"Value\": \"CG\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"318\"\n        }\n      },\n      {\n        \"ID\": {\n          \"Value\": \"MY\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"128313\"\n        }\n      },\n      {\n        \"ID\": {\n          \"Value\": \"SC\"\n        },\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"PartyTypeCode\": {\n          \"Value\": \"C\"\n        },\n        \"ActualAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"7263\"\n        }\n      }\n    ],\n    \"ApplicableRating\": {\n      \"TypeCode\": {\n        \"Value\": \"F\"\n      },\n      \"TotalChargeAmount\": {\n        \"currencyID\": \"JPY\",\n        \"Value\": \"1585755\"\n      },\n      \"IncludedMasterConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.780\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"000004\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"4\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"CONSOLIDATION AS PER ATTACHED MANIFEST\"\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.5\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"1310\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"1585755\"\n          }\n        }\n      }\n    },\n    \"ApplicableTotalRating\": {\n      \"TypeCode\": {\n        \"Value\": \"F\"\n      },\n      \"ApplicablePrepaidCollectMonetarySummation\": {\n        \"PrepaidIndicator\": {\n          \"Value\": \"P\"\n        },\n        \"WeightChargeTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"1585755\"\n        },\n        \"ValuationChargeTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"TaxTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"AgentTotalDuePayableAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"0\"\n        },\n        \"CarrierTotalDuePayableAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"135894\"\n        },\n        \"GrandTotalAmount\": {\n          \"currencyID\": \"JPY\",\n          \"Value\": \"1721649\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"51997c7a-5e16-4466-b9e7-787c52a6734c"},{"name":"Send Master Air Waybill (XFWB) - IATA Cargo-XML Format","id":"fc312f4c-0366-408f-afca-a60c8032aecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"6faac0a4-d54f-420d-9a9c-413bbd8225c5","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<rsm:Waybill\n  xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns:ibws=\"http://information-broker.int.kn/WebService\"\n  xmlns:rsm=\"iata:waybill:1\"\n  xmlns:ram=\"iata:datamodel:5\"\n  xsi:schemaLocation=\"iata:waybill:1 Waybill_1.xsd\"\n>\n  <rsm:MessageHeaderDocument>\n    <ram:ID>057-20866156</ram:ID>\n    <ram:Name>Master Air Waybill</ram:Name>\n    <ram:TypeCode>741</ram:TypeCode>\n    <ram:IssueDateTime>2014-01-27T14:53:23</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>5.00</ram:VersionID>\n    <ram:ConversationID>OSAG21180009</ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"P\">REUAGT82JPKN/OSA01</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">KUEHNENAGELAGT</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">REUAIR08AFR</ram:PrimaryID>\n    </ram:RecipientParty>\n  </rsm:MessageHeaderDocument>\n  <rsm:BusinessHeaderDocument>\n    <ram:ID>057-20866156</ram:ID>\n    <ram:SenderAssignedID>422021744010440</ram:SenderAssignedID>\n    <ram:IncludedHeaderNote>\n      <ram:ContentCode>C</ram:ContentCode>\n      <ram:Content>Consolidation Shipment</ram:Content>\n    </ram:IncludedHeaderNote>\n    <ram:SignatoryConsignorAuthentication>\n      <ram:Signatory>AZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LT</ram:Signatory>\n      <ram:IssueAuthenticationLocation>\n        <ram:Name>OSAKA</ram:Name>\n      </ram:IssueAuthenticationLocation>\n    </ram:SignatoryCarrierAuthentication>\n  </rsm:BusinessHeaderDocument>\n  <rsm:MasterConsignment>\n    <ram:FreightForwarderAssignedID>\n      4220217440104400\n    </ram:FreightForwarderAssignedID>\n    <ram:NilCarriageValueIndicator>true</ram:NilCarriageValueIndicator>\n    <ram:NilCustomsValueIndicator>true</ram:NilCustomsValueIndicator>\n    <ram:NilInsuranceValueIndicator>true</ram:NilInsuranceValueIndicator>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>\n      P\n    </ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n      1210.2\n    </ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">\n      5000\n    </ram:GrossVolumeMeasure>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>549-0021</ram:PostcodeCode>\n        <ram:StreetName>CARGO AGENT BLDG NO 1- ROOM 315</ram:StreetName>\n        <ram:CityName>SENSHUKUKO-MINAMI</ram:CityName>\n        <ram:CountryID>JP</ram:CountryID>\n        <ram:CountryName>JAPAN</ram:CountryName>\n        <ram:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n        <ram:DefinedTradeContact>\n             <ram:CompleteNumber>0034981554733</ram:CompleteNumber>\n        </ram:DefinedTradeContact>\n      </ram:PostalStructuredAddress>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>60549</ram:PostcodeCode>\n        <ram:StreetName>BUILDING 554,CARGO CITY SOUTH</ram:StreetName>\n        <ram:CityName>FRANKFURT</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountryName>GERMANY</ram:CountryName>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:CompleteNumber>0114484050</ram:CompleteNumber>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:CargoAgentID>1630047</ram:CargoAgentID>\n      <ram:FreightForwarderAddress>\n        <ram:PostcodeCode>549-0021</ram:PostcodeCode>\n        <ram:StreetName>CARGO AGENT BLDG NO 1- ROOM 315</ram:StreetName>\n        <ram:CityName>SENSHUKUKO-MINAMI</ram:CityName>\n        <ram:CountryID>JP</ram:CountryID>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n    </ram:FreightForwarderParty>\n    <ram:OriginLocation>\n      <ram:ID>KIX</ram:ID>\n      <ram:Name>KANSAI INTERNATIONAL</ram:Name>\n    </ram:OriginLocation>\n    <ram:FinalDestinationLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:Name>FRANKFURT</ram:Name>\n    </ram:FinalDestinationLocation>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF291</ram:ID>\n      <ram:SequenceNumeric>1</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-27T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>CDG</ram:ID>\n          <ram:Name>PARIS</ram:Name>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-28T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n        <ram:OccurrenceDepartureLocation>\n          <ram:ID>CDG</ram:ID>\n          <ram:Name>PARIS</ram:Name>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceDepartureLocation>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF224</ram:ID>\n      <ram:SequenceNumeric>2</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>HHN</ram:ID>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-29T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF304</ram:ID>\n      <ram:SequenceNumeric>3</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>FRA</ram:ID>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-30T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>CG</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">318</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>MY</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">128313</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>SC</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">7263</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:TotalChargeAmount currencyID=\"JPY\">1585755</ram:TotalChargeAmount>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\" />\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>000004</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>\n            CONSOLIDATION AS PER ATTACHED MANIFEST\n          </ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">\n            1210.5\n          </ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">\n          1585755\n        </ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">\n          0\n        </ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">\n          0\n        </ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">\n          135894\n        </ram:CarrierTotalDuePayableAmount>\n        <ram:GrandTotalAmount currencyID=\"JPY\">1721649</ram:GrandTotalAmount>\n      </ram:ApplicablePrepaidCollectMonetarySummation>\n    </ram:ApplicableTotalRating>\n  </rsm:MasterConsignment>\n</rsm:Waybill>"},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/xml/5.10","description":"<p><strong>Message Type</strong>: XFWB (Master Air Waybill) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFWB (XML Master Air Waybill Message) standards. The XFWB is the XML equivalent of FWB, providing structured AWB data using IATA's XML schema.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID (e.g., 020-95947655)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name (e.g., Master Air Waybill)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type - UN/EDIFACT 1001 (e.g., 741)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created UTC (e.g., 2016-06-15T13:02:20)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function (e.g., Creation)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version (e.g., 5.00)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification (e.g., TDVAGT03TEST/AMS1)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification (e.g., FRAFMLH)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Waybill header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ID</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Waybill number (e.g., 020-95947655) - Format: nnn-n[8]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignor declaration signature</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration. CIMP Ref: 17</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issue location</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment/NilCarriageValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/NilCustomsValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17</td>\n</tr>\n<tr>\n<td>MasterConsignment/NilInsuranceValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/TotalChargePrepaidIndicator</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1</td>\n</tr>\n<tr>\n<td>MasterConsignment/TotalDisbursementPrepaidIndicator</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedTareGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedTareGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C</td>\n</tr>\n<tr>\n<td>MasterConsignment/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., MTQ) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details. CIMP Ref: 5</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor address</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., JFK INTL AIRPORT BLDG 23). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignor contact information (0:n occurrence). CIMP Ref: 5.8</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details. CIMP Ref: 6</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee address</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight forwarder details. CIMP Ref: 7</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder additional ID (e.g., CAG)</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/AccountID</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/CargoAgentID</td>\n<td>Numeric</td>\n<td>7</td>\n<td>M</td>\n<td>IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/FreightForwarderAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Freight forwarder address</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other party details (0:n occurrence). CIMP Ref: 9,26,28</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/RoleCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Party type code (e.g., NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UNEDIFACT 3035. CIMP Ref: 9.1, 26.1, 28.1</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other party address</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Final destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport and booking details (0:n occurrence). CIMP Ref: 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>O</td>\n<td>Mode of transport code (e.g., 4=Air) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/Mode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Aircraft details</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Carrier name (e.g., LH) - IATA Airline and Company Designators code. CIMP Ref: AWB 19A</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival details</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival location</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Arrival airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 4.2.2/4.3.2 AWB 11A/11C</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n</tr>\n<tr>\n<td>MasterConsignment/HandlingSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/HandlingSPHInstructions/DescriptionCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>M</td>\n<td>Special handling code (e.g., ZXF, CSL, EAP, ECC, GEN, SPX) - CIMP 1.16/1.14. Cargo-IMP FWB v17 supports maximum nine codes. CIMP Ref: 25.2.2 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/HandlingSSRInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special service request (0:n occurrence). CIMP Ref: 8 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/HandlingSSRInstructions/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>M</td>\n<td>SSR description (e.g., TD. FLASH). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs information (0:n occurrence). CIMP Ref: 29</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs identifier (e.g., M, I=Item Number, L=Exemption Legend, S=System Downtime, U=Unique Consignment Reference, M=Movement Reference) - CIMP 1.100. At least one of Country Code, Information Identifier, or this field must be completed. CIMP Ref: 29.7 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/Content</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>O</td>\n<td>Information identifier (e.g., EXP=Export, IMP=Import, OCI, AGT=Agent, ISS=Regulated Agent) - CIMP 1.19. At least one of Country Code, this field, or Customs identifier must be completed. CIMP Ref: 29.5 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Country code (e.g., US, DE) - ISO 3166. At least one of this field, Information Identifier, or Customs identifier must be completed. CIMP Ref: 29.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableOriginCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin currency. CIMP Ref: 11</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableLogisticsServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Service charges</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableLogisticsAllowanceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other charges (0:n occurrence). CIMP Ref: 13</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableLogisticsAllowanceCharge/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Other charge code (e.g., CG, MR, AC) - CIMP 1.2. Combination of charge code and entitlement code cannot be duplicated. CIMP Ref: 13.3.1 AWB 23</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Charge entitlement code party (e.g., C=Carrier, A=Agent) - CIMP 1.3. Combination of charge code and this field cannot be duplicated. CIMP Ref: 13.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/TypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/TotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-3</td>\n<td>M</td>\n<td>Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., MTQ) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Item description</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight rate details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate</td>\n<td>Numeric</td>\n<td>1-8</td>\n<td>M</td>\n<td>Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Package/dimension details (0:n occurrence). At least one of: ULD number, Dimensions, Volume, or No Dimensions Available indicator must be provided. CIMP Ref: 12.13</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Dimensions</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Waybill totals</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/TypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>XML Schema: IATA Cargo-XML Standard</p>\n</li>\n<li><p>AWB Number Format: XXX-XXXXXXXX (embedded in ID element)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes</p>\n</li>\n<li><p>Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)</p>\n</li>\n<li><p>Transport Mode: UN/EDIFACT codes</p>\n</li>\n</ul>\n<p><strong>IATA Standard Version:</strong> XFWB version 5.10 XML Waybill</p>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4\">https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fwb","xml","5.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"51ce12e0-35f1-4ff6-8053-300bac460685","name":"Send Master Air Waybill (XFWB) - IATA Cargo-XML Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1e9dacb4-870e-4cb9-af92-f366597a2db4","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<rsm:Waybill\n  xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns:ibws=\"http://information-broker.int.kn/WebService\"\n  xmlns:rsm=\"iata:waybill:1\"\n  xmlns:ram=\"iata:datamodel:5\"\n  xsi:schemaLocation=\"iata:waybill:1 Waybill_1.xsd\"\n>\n  <rsm:MessageHeaderDocument>\n    <ram:ID>057-20866156</ram:ID>\n    <ram:Name>Master Air Waybill</ram:Name>\n    <ram:TypeCode>741</ram:TypeCode>\n    <ram:IssueDateTime>2014-01-27T14:53:23</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>5.00</ram:VersionID>\n    <ram:ConversationID>OSAG21180009</ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"P\">REUAGT82JPKN/OSA01</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">KUEHNENAGELAGT</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">REUAIR08AFR</ram:PrimaryID>\n    </ram:RecipientParty>\n  </rsm:MessageHeaderDocument>\n  <rsm:BusinessHeaderDocument>\n    <ram:ID>057-20866156</ram:ID>\n    <ram:SenderAssignedID>422021744010440</ram:SenderAssignedID>\n    <ram:IncludedHeaderNote>\n      <ram:ContentCode>C</ram:ContentCode>\n      <ram:Content>Consolidation Shipment</ram:Content>\n    </ram:IncludedHeaderNote>\n    <ram:SignatoryConsignorAuthentication>\n      <ram:Signatory>AZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LT</ram:Signatory>\n      <ram:IssueAuthenticationLocation>\n        <ram:Name>OSAKA</ram:Name>\n      </ram:IssueAuthenticationLocation>\n    </ram:SignatoryCarrierAuthentication>\n  </rsm:BusinessHeaderDocument>\n  <rsm:MasterConsignment>\n    <ram:FreightForwarderAssignedID>\n      4220217440104400\n    </ram:FreightForwarderAssignedID>\n    <ram:NilCarriageValueIndicator>true</ram:NilCarriageValueIndicator>\n    <ram:NilCustomsValueIndicator>true</ram:NilCustomsValueIndicator>\n    <ram:NilInsuranceValueIndicator>true</ram:NilInsuranceValueIndicator>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>\n      P\n    </ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n      1210.2\n    </ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">\n      5000\n    </ram:GrossVolumeMeasure>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>549-0021</ram:PostcodeCode>\n        <ram:StreetName>CARGO AGENT BLDG NO 1- ROOM 315</ram:StreetName>\n        <ram:CityName>SENSHUKUKO-MINAMI</ram:CityName>\n        <ram:CountryID>JP</ram:CountryID>\n        <ram:CountryName>JAPAN</ram:CountryName>\n        <ram:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n        <ram:DefinedTradeContact>\n             <ram:CompleteNumber>0034981554733</ram:CompleteNumber>\n        </ram:DefinedTradeContact>\n      </ram:PostalStructuredAddress>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>60549</ram:PostcodeCode>\n        <ram:StreetName>BUILDING 554,CARGO CITY SOUTH</ram:StreetName>\n        <ram:CityName>FRANKFURT</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountryName>GERMANY</ram:CountryName>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:CompleteNumber>0114484050</ram:CompleteNumber>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:CargoAgentID>1630047</ram:CargoAgentID>\n      <ram:FreightForwarderAddress>\n        <ram:PostcodeCode>549-0021</ram:PostcodeCode>\n        <ram:StreetName>CARGO AGENT BLDG NO 1- ROOM 315</ram:StreetName>\n        <ram:CityName>SENSHUKUKO-MINAMI</ram:CityName>\n        <ram:CountryID>JP</ram:CountryID>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n    </ram:FreightForwarderParty>\n    <ram:OriginLocation>\n      <ram:ID>KIX</ram:ID>\n      <ram:Name>KANSAI INTERNATIONAL</ram:Name>\n    </ram:OriginLocation>\n    <ram:FinalDestinationLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:Name>FRANKFURT</ram:Name>\n    </ram:FinalDestinationLocation>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF291</ram:ID>\n      <ram:SequenceNumeric>1</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-27T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>CDG</ram:ID>\n          <ram:Name>PARIS</ram:Name>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-28T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n        <ram:OccurrenceDepartureLocation>\n          <ram:ID>CDG</ram:ID>\n          <ram:Name>PARIS</ram:Name>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceDepartureLocation>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF224</ram:ID>\n      <ram:SequenceNumeric>2</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>HHN</ram:ID>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-29T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF304</ram:ID>\n      <ram:SequenceNumeric>3</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>FRA</ram:ID>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-30T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableDestinationCurrenc yExchange>\n      <ram:TargetCurrencyCode>EUR</ram:TargetCurrencyCode>\n      <ram:ConversionRate>0.0546</ram:ConversionRate>\n    </ram:ApplicableDestinationCurrencyExchange>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>CG</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">318</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>MY</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">128313</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>SC</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">7263</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:TotalChargeAmount currencyID=\"JPY\">1585755</ram:TotalChargeAmount>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\" />\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>000004</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>\n            CONSOLIDATION AS PER ATTACHED MANIFEST\n          </ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">\n            1210.5\n          </ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">\n          1585755\n        </ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">\n          0\n        </ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">\n          0\n        </ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">\n          135894\n        </ram:CarrierTotalDuePayableAmount>\n        <ram:GrandTotalAmount currencyID=\"JPY\">1721649</ram:GrandTotalAmount>\n      </ram:ApplicablePrepaidCollectMonetarySummation>\n    </ram:ApplicableTotalRating>\n  </rsm:MasterConsignment>\n</rsm:Waybill>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/xml/5.10"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"abf33009-ef0e-4dbb-9649-575f0a08cecb","name":"[IATA Toolkit URL] Send Master Air Waybill (XFWB) - IATA Cargo-XML Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"10f3bba7-9bf2-406b-8213-481c7e122304","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<rsm:Waybill\n  xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns:ibws=\"http://information-broker.int.kn/WebService\"\n  xmlns:rsm=\"iata:waybill:1\"\n  xmlns:ram=\"iata:datamodel:5\"\n  xsi:schemaLocation=\"iata:waybill:1 Waybill_1.xsd\"\n>\n  <rsm:MessageHeaderDocument>\n    <ram:ID>057-20866156</ram:ID>\n    <ram:Name>Master Air Waybill</ram:Name>\n    <ram:TypeCode>741</ram:TypeCode>\n    <ram:IssueDateTime>2014-01-27T14:53:23</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>5.00</ram:VersionID>\n    <ram:ConversationID>OSAG21180009</ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"P\">REUAGT82JPKN/OSA01</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">KUEHNENAGELAGT</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">REUAIR08AFR</ram:PrimaryID>\n    </ram:RecipientParty>\n  </rsm:MessageHeaderDocument>\n  <rsm:BusinessHeaderDocument>\n    <ram:ID>057-20866156</ram:ID>\n    <ram:SenderAssignedID>422021744010440</ram:SenderAssignedID>\n    <ram:IncludedHeaderNote>\n      <ram:ContentCode>C</ram:ContentCode>\n      <ram:Content>Consolidation Shipment</ram:Content>\n    </ram:IncludedHeaderNote>\n    <ram:SignatoryConsignorAuthentication>\n      <ram:Signatory>AZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LT</ram:Signatory>\n      <ram:IssueAuthenticationLocation>\n        <ram:Name>OSAKA</ram:Name>\n      </ram:IssueAuthenticationLocation>\n    </ram:SignatoryCarrierAuthentication>\n  </rsm:BusinessHeaderDocument>\n  <rsm:MasterConsignment>\n    <ram:FreightForwarderAssignedID>\n      4220217440104400\n    </ram:FreightForwarderAssignedID>\n    <ram:NilCarriageValueIndicator>true</ram:NilCarriageValueIndicator>\n    <ram:NilCustomsValueIndicator>true</ram:NilCustomsValueIndicator>\n    <ram:NilInsuranceValueIndicator>true</ram:NilInsuranceValueIndicator>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>\n      P\n    </ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n      1210.2\n    </ram:IncludedTareGrossWeightMeasure>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>549-0021</ram:PostcodeCode>\n        <ram:StreetName>CARGO AGENT BLDG NO 1- ROOM 315</ram:StreetName>\n        <ram:CityName>SENSHUKUKO-MINAMI</ram:CityName>\n        <ram:CountryID>JP</ram:CountryID>\n        <ram:CountryName>JAPAN</ram:CountryName>\n      </ram:PostalStructuredAddress>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>60549</ram:PostcodeCode>\n        <ram:StreetName>BUILDING 554,CARGO CITY SOUTH</ram:StreetName>\n        <ram:CityName>FRANKFURT</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n      </ram:PostalStructuredAddress>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:CargoAgentID>1630047</ram:CargoAgentID>\n      <ram:FreightForwarderAddress>\n        <ram:PostcodeCode>549-0021</ram:PostcodeCode>\n        <ram:StreetName>CARGO AGENT BLDG NO 1- ROOM 315</ram:StreetName>\n        <ram:CityName>SENSHUKUKO-MINAMI</ram:CityName>\n        <ram:CountryID>JP</ram:CountryID>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n    </ram:FreightForwarderParty>\n    <ram:OriginLocation>\n      <ram:ID>KIX</ram:ID>\n      <ram:Name>KANSAI INTERNATIONAL</ram:Name>\n    </ram:OriginLocation>\n    <ram:FinalDestinationLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:Name>FRANKFURT</ram:Name>\n    </ram:FinalDestinationLocation>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF291</ram:ID>\n      <ram:SequenceNumeric>1</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>CDG</ram:ID>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-28T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF224</ram:ID>\n      <ram:SequenceNumeric>2</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>HHN</ram:ID>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-29T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:SpecifiedLogisticsTransportMovement>\n      <ram:StageCode>MAIN-CARRIAGE</ram:StageCode>\n      <ram:ID>AF304</ram:ID>\n      <ram:SequenceNumeric>3</ram:SequenceNumeric>\n      <ram:UsedLogisticsTransportMeans>\n        <ram:Name>AF</ram:Name>\n      </ram:UsedLogisticsTransportMeans>\n      <ram:ArrivalEvent>\n        <ram:OccurrenceArrivalLocation>\n          <ram:ID>FRA</ram:ID>\n          <ram:TypeCode>AIRPORT</ram:TypeCode>\n        </ram:OccurrenceArrivalLocation>\n      </ram:ArrivalEvent>\n      <ram:DepartureEvent>\n        <ram:ScheduledOccurrenceDateTime>\n          2014-01-30T00:00:00\n        </ram:ScheduledOccurrenceDateTime>\n      </ram:DepartureEvent>\n    </ram:SpecifiedLogisticsTransportMovement>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>CG</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">318</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>MY</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">128313</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableLogisticsAllowanceCharge>\n      <ram:ID>SC</ram:ID>\n      <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n      <ram:PartyTypeCode>C</ram:PartyTypeCode>\n      <ram:ActualAmount currencyID=\"JPY\">7263</ram:ActualAmount>\n    </ram:ApplicableLogisticsAllowanceCharge>\n    <ram:ApplicableRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:TotalChargeAmount currencyID=\"JPY\">1585755</ram:TotalChargeAmount>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\" />\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>000004</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>\n            CONSOLIDATION AS PER ATTACHED MANIFEST\n          </ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">\n            1210.5\n          </ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">\n          1585755\n        </ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">\n          0\n        </ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">\n          0\n        </ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">\n          135894\n        </ram:CarrierTotalDuePayableAmount>\n        <ram:GrandTotalAmount currencyID=\"JPY\">1721649</ram:GrandTotalAmount>\n      </ram:ApplicablePrepaidCollectMonetarySummation>\n    </ram:ApplicableTotalRating>\n  </rsm:MasterConsignment>\n</rsm:Waybill>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/xml/5.10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fc312f4c-0366-408f-afca-a60c8032aecf"}],"id":"22422153-1345-44ec-83b9-913da6f87587","description":"<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.I4AL.1</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I4GHA.2</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I4CUS.3</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I5PSW.5</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.E8ACA.6</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>G.I4AL.1</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I4GHA.2</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I4CUS.4</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.E19ACA.21</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E19GHA.22</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E23ACA.36</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E24GHA.37</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>PF.I1AL.1</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I1EPO.1</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>CM.E23ACA.1</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CM.E24AL.2</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CM.I4AL.7</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CL.I1CGNR.1</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4AL.2</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4GHA.3</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4CUS.4</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5CNE.8</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5ACA.9</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I6CNE.10</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I7CUS.14</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>TR.I4AL.1</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4GHA.2</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4CUS.3</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>EPO.E20EPO.24</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E21GHA.25</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.26</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.27</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.28</td>\n<td>EPO (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"22422153-1345-44ec-83b9-913da6f87587","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"House Air Waybill (FZB)","item":[{"name":"Create House Air Waybill (FZB) - JSON Format","id":"9f1d1812-bd5e-405d-93c5-d18d63fc2de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3406751c-0bee-445c-9e63-ae68c1370e94","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430_020-95947655\"\n    },\n    \"Name\": {\n      \"Value\": \"House Waybill\"\n    },\n    \"TypeCode\": {\n      \"listID\": \"1001\",\n      \"listAgencyID\": \"6\",\n      \"listVersionID\": \"D09A\",\n      \"Value\": \"703\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2016-06-15T15:42:43\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"5.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n    },\n    \"SenderParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"TDVAGT03TEST/AMS1\"\n      }\n    },\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"FRAFMLH\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430\"\n    },\n    \"SignatoryConsignorAuthentication\": {\n      \"Signatory\": {\n        \"Value\": \"GE ENGINE SERVICES INC.\"\n      }\n    },\n    \"SignatoryCarrierAuthentication\": {\n      \"ActualDateTime\": {\n        \"Value\": \"2016-06-15T15:42:43\"\n      },\n      \"Signatory\": {\n        \"Value\": \"020\"\n      },\n      \"IssueAuthenticationLocation\": {\n        \"Name\": {\n          \"Value\": \"JFK\"\n        }\n      }\n    }\n  },\n  \"MasterConsignment\": {\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"59\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"6\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"020-95947655\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"JFK\"\n      },\n      \"Name\": {\n        \"Value\": \"New York\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      },\n      \"Name\": {\n        \"Value\": \"Frankfurt\"\n      }\n    },\n    \"IncludedHouseConsignment\": {\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          },\n          \"CountrySubDivisionName\": {\n            \"Value\": \"Ohio\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"ConsigneeParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          },\n          \"CountrySubDivisionName\": {\n            \"Value\": \"Rhineland-Palatinate\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"FreightForwarderParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"AssociatedParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"OriginLocation\": {\n        \"ID\": {\n          \"Value\": \"JFK\"\n        },\n        \"Name\": {\n          \"Value\": \"New York\"\n        }\n      },\n      \"FinalDestinationLocation\": {\n        \"ID\": {\n          \"Value\": \"FRA\"\n        },\n        \"Name\": {\n          \"Value\": \"Frankfurt\"\n        }\n      },\n      \"SpecifiedLogisticsTransportMovement\": {\n        \"StageCode\": {\n          \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n          \"listID\": \"Recommendation 19\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"2\",\n          \"Value\": \"4\"\n        },\n        \"Mode\": {\n          \"Value\": \"AIR TRANSPORT\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\n            }\n          }\n        },\n        \"ID\": {\n          \"Value\": \"BA1234\"\n        }\n      },\n      \"HandlingSPHInstructions\": {\n        \"Description\": {\n          \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"EAP\"\n        }\n      },\n      \"IncludedCustomsNote\": {\n        \"ContentCode\": {\n          \"Value\": \"A\"\n        },\n        \"Content\": {\n          \"Value\": \"BCBP123\"\n        },\n        \"SubjectCode\": {\n          \"Value\": \"IMP\"\n        },\n        \"CountryID\": {\n          \"Value\": \"CH\"\n        }\n      },\n      \"AssociatedReferenceDocument\": {\n        \"ID\": {\n          \"Value\": \"02095947655\"\n        },\n        \"TypeCode\": {\n          \"listID\": \"1001\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"D09A\",\n          \"Value\": \"740\"\n        },\n        \"Name\": {\n          \"Value\": \"Air Waybill\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        }\n      },\n      \"ID\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      }\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10","description":"<p><strong>Message Type</strong>: FZB (House Air Waybill) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML FZB (House Air Waybill Message) standards in JSON format.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID combining house waybill and master AWB number (e.g.,JFK10099430_020-95947655). Recommended format: [OriginCode][HWBN]_[MAWBN]</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name describing document type (e.g., House Waybill)</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created UTC (e.g., 2016-06-15T15:42:43)</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version (e.g., 5.00). Must conform to Cargo-XML schema version</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc)</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1)</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (e.g., C). C for Certified Party must always be there with only one occurrence</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification - airport and handler code (e.g., FRAFMLH)</td>\n<td></td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (e.g., C). C for Certified Party must always be there with only one occurrence</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>House waybill header container</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>House waybill number (e.g., JFK10099430). House waybill number is up to 12 AN however, Cargo-XML standards allow extended length to support Postal Receptacle ID. CIMP Ref: 2.3.2</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header notes (0:n occurrence)</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit)</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Header note text (e.g., AS AGREED BY CONSIGNOR)</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor declaration</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Consignor signature name - full legal name of consignor (e.g., GE ENGINE SERVICES INC.). CIMP Ref: 16.3 HWB 31</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration. CIMP Ref: 17</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration date (e.g., 2016-06-15T15:42:43). CIMP Ref: 17.2.2/3/4 HWB 32A</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Carrier signature - IATA airline numeric prefix code (e.g., 020 for Lufthansa). CIMP Ref: 17.3.2 HWB 32C</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issue location</td>\n<td></td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Declaration place - IATA airport code where waybill is issued (e.g., JFK). CIMP Ref: 17.2.6 HWB 32B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedTareGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Master waybill total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedTareGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master waybill details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument/ID</td>\n<td>String</td>\n<td>12</td>\n<td>O</td>\n<td>Master waybill number (e.g., 020-95947655) - Format: nnn-n[8] where nnn is IATA airline prefix. Master AWB number must be included when exchange involves airline, ground handler or customs authority. CIMP Ref: 2.1.1/2.1.3 HWB 1A/1B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master waybill origin location</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Master waybill origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Master waybill origin location name (e.g., New York John F. Kennedy)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master waybill final destination location</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Master waybill destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Master waybill destination location name (e.g., Frankfurt)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>House consignment details (1:n occurrence)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional ID (e.g., JFK10099430-1)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Associated reference ID (e.g., REF2024001)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for carriage (e.g., true). Set true when no monetary value declared; false when DeclaredValueForCarriageAmount is provided. CIMP Ref: 11.6.2 HWB 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>No value declared for customs (e.g., true). Set true when no customs value declared; false when DeclaredValueForCustomsAmount is provided. CIMP Ref: 11.7.2 HWB 17</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for insurance (e.g., true). Set true when no insurance value declared; false when InsuranceValueAmount is provided. CIMP Ref: 11.8.2 HWB 20</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount</td>\n<td>Numeric</td>\n<td>1-11</td>\n<td>O</td>\n<td>Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator</td>\n<td>Boolean</td>\n<td>M</td>\n<td>M</td>\n<td>Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Weight charge amount (e.g., 150.00). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Valuation charge amount (e.g., 25.00). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Tax amount (e.g., 12.50). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator</td>\n<td>Boolean</td>\n<td>M</td>\n<td>M</td>\n<td>Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total other charges due agent (e.g., 45.00). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total other charges due carrier (e.g., 60.00). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total prepaid charge summary (e.g., 225.00). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total collect charge summary (e.g., 0.00). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Total gross weight (e.g., 6). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Total volume (e.g., 0.05). Information needed by Carrier for ACI</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., MTQ) - UNECE Rec 20</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Total number of line items (e.g., 1)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/PackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Total shipper's load and count (e.g., 1). Information needed by Carrier for ACI. CIMP Ref: 12.16.5</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Total number of pieces (e.g., 1). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SummaryDescription</td>\n<td>String</td>\n<td>1-600</td>\n<td>M</td>\n<td>Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Rating type (F=Face, P=Published, A=Actual). Maximum of 3</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor internal ID (e.g., GE-001)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., EAN) - UN/EDIFACT 3055</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor standard ID (e.g., US123456789)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor name in uppercase (e.g., GE ENGINE SERVICES INC.). CIMP Ref: 5.4.2 HWB 2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor address</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address in uppercase (e.g., 201 W. CRESCENTVILLE ROAD). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., United States)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., PO BOX 12345)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., CVG) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., OH) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignor contact information. CIMP Ref: 5.8</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Consignor contact name (e.g., JOHN SMITH)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., EXPORT LOGISTICS)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details. At least one contact number should be completed. CIMP Ref: 5.8.4 HWB 2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number in international format (e.g., +1-513-555-0100). CIMP Ref: 5.8.4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number in international format (e.g., +1-513-555-0199). CIMP Ref: 5.8.4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., <a href=\"https://mailto:export@ge-engines.com\">export@ge-engines.com</a>). CIMP Ref: 5.8.4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., 230100 GECSUS)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee internal ID (e.g., LH-TECHNIK-001)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., EAN) - UN/EDIFACT 3055</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee standard ID (e.g., DE987654321)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignee name in uppercase (e.g., LUFTHANSA TECHNIK A.E.R.O.). CIMP Ref: 6.4.2 HWB 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee address</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address in uppercase (e.g., RUDOLF-DIESEL-STRASSE 10). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., Germany)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., POSTFACH 1234)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., FRA) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., RP) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignee contact information. CIMP Ref: 6.8</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Consignee contact name (e.g., HANS MUELLER)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., IMPORT RECEIVING)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details. At least one contact number should be completed. CIMP Ref: 6.8.4 HWB 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number in international format (e.g., +49-6731-4970). CIMP Ref: 6.8.4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number in international format (e.g., +49-6731-4971). CIMP Ref: 6.8.4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., <a href=\"https://mailto:import@lh-technik.de\">import@lh-technik.de</a>). CIMP Ref: 6.8.4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., 415400 LHFD)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight forwarder details. CIMP Ref: 7</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder internal ID (e.g., FF-NYC-001)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., EAN) - UN/EDIFACT 3055</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder standard ID (e.g., IATA12345678)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Freight forwarder name in uppercase (e.g., DHL GLOBAL FORWARDING). CIMP Ref: 7.4.2 HWB 6</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Freight forwarder address</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 10001)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address in uppercase (e.g., 1 WORLD WAY). At least one element should be completed</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., US) - ISO 3166</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., United States)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name in uppercase (e.g., NEW YORK)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., PO BOX 98765)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., NYC) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., NY) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight forwarder contact information</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Freight forwarder contact name (e.g., MARY JOHNSON)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., AIR FREIGHT OPERATIONS)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number in international format (e.g., +1-212-555-0150)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number in international format (e.g., +1-212-555-0151)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., <a href=\"https://mailto:airfreight@dhl.com\">airfreight@dhl.com</a>)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., 127890 DHLNY)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other party details (0:n occurrence). CIMP Ref: 9</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Other party internal ID (e.g., NP-001)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., EAN) - UN/EDIFACT 3055</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Other party standard ID (e.g., DE112233445)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Other party name in uppercase (e.g., MTU AERO ENGINES AG). CIMP Ref: 9.2.2 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Party type code (e.g., NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role</td>\n<td>Alphabetic</td>\n<td>1-70</td>\n<td>O</td>\n<td>Party type name (e.g., Notify Party)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Other party address</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address in uppercase (e.g., DACHAUER STRASSE 665). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., Germany)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., POSTFACH 50 04 20)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., MUC) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., BY) - UNECE Rec 16</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Specified address location</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>O</td>\n<td>Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Location name (e.g., Munich Airport)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Other party contact information (1:n occurrence). CIMP Ref: 9.6</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Other party contact name (e.g., PETER SCHMIDT)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., RECEIVING)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details. At least one contact number should be completed. CIMP Ref: 9.6.4 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number in international format (e.g., +49-89-1489-0)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number in international format (e.g., +49-89-1489-9000)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., <a href=\"https://mailto:logistics@mtu.de\">logistics@mtu.de</a>)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., 523400 MTUMUC)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Insurance details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Covering party</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>House consignment origin location</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Origin location name (e.g., New York John F. Kennedy)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>House consignment final destination location</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Destination location name (e.g., Frankfurt Airport)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport and booking details (0:n occurrence). CIMP Ref: 4</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>O</td>\n<td>Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode</td>\n<td>Alphabetic</td>\n<td>1-35</td>\n<td>O</td>\n<td>Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric</td>\n<td>Alphabetic</td>\n<td>1-4</td>\n<td>O</td>\n<td>Transport sequence number (e.g., 1). Always default to 1 for first leg</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Aircraft details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>IATA airline numeric prefix code (e.g., 020 for Lufthansa). CIMP Ref: 3.2.2 HWB 19A</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival date/time (e.g., 2016-06-16T08:30:00). CIMP Ref: 3.2.5 HWB 19A/19B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival location</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Arrival airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 4.2.2/4.3.2 HWB 11A/11C</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Arrival location name (e.g., Frankfurt Airport)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled departure date/time (e.g., 2016-06-15T18:00:00). CIMP Ref: 3.2.5 19A/19B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure location</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Departure location name (e.g., New York John F. Kennedy)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., Airport)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport equipment (0:n occurrence)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Equipment reference/ID (e.g., AKE12345LH)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Equipment type code (e.g., AKE)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Equipment characteristic (e.g., LOWER DECK CONTAINER)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Seal details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Seal number (e.g., SL123456)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Special handling text description (e.g., VALUABLE CARGO)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>M</td>\n<td>IATA special handling code (e.g., EAP=Environmentally Hazardous Substance, VAL=Valuable Cargo, PEA=Perishable Cargo, HEA=Heavy Cargo). CIMP Ref: HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special service request (0:n occurrence). CIMP Ref: 8 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>M</td>\n<td>SSR description in uppercase (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-5</td>\n<td>O</td>\n<td>Service type code (e.g., TEMP)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other service information (0:n occurrence). CIMP Ref: 18 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>M</td>\n<td>OSI description in uppercase (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-5</td>\n<td>O</td>\n<td>Service type code (e.g., XCHG)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Accounting detail (0:n occurrence). CIMP Ref: 10</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Accounting information identifier code per CIMP 1.1 (e.g., AAA=Agent Code, CAB=Credit Card Number). CIMP Ref: 10.2.2 HWB 10</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs information (0:n occurrence). CIMP Ref: 25</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs identifier (e.g., I=Item Number, L=Exemption Legend, S=System Downtime, U=Unique Consignment Reference, M=Movement Reference) - CIMP 1.100. At least one of Country Code, Information Identifier, or this field must be completed. CIMP Ref: 25.7 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>O</td>\n<td>Information identifier (e.g., IMP=Import, EXP=Export, AGT=Agent, ISS=Regulated Agent) - CIMP 1.19. At least one of Country Code, this field, or Customs identifier must be completed. CIMP Ref: 25.5 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Country code (e.g., US) - ISO 3166. At least one of this field, Information Identifier, or Customs identifier must be completed. CIMP Ref: 25.3 HWB 21</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference documents (0:n occurrence)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Document reference number - AWB number without hyphen (e.g., 02095947655)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Document issue date (e.g., 2016-06-15T15:42:43)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Document type per UN/EDIFACT 1001 (e.g., 740=Air Waybill, 270=House Waybill) - UN/EDIFACT 1001</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., Air Waybill)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs origin code (e.g., T2=EU goods, T1=Non-EU goods) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin currency. CIMP Ref: 11</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Destination currency</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Conversion rate qualifier (e.g., IATA-RATE)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate</td>\n<td>Numeric</td>\n<td>1-11</td>\n<td>O</td>\n<td>Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Service charges</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Service code per CIMP 1.38 (e.g., D=Dangerous Goods, L=Live Animals, P=Perishables). CIMP Ref: 12.19.2 HWB 22Z</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other charges (0:n occurrence). CIMP Ref: 13</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Other charge code per CIMP 1.2 (e.g., AC=Accounts, DG=Dangerous Goods Surcharge, FC=Fuel Surcharge). Combination of charge code and entitlement code cannot be duplicated. CIMP Ref: 13.3.1 HWB 23</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Charge amount (e.g., 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Charge entitlement code party per CIMP 1.3 (e.g., C=Carrier, A=Agent). Combination of charge code and this field cannot be duplicated. CIMP Ref: 13.3.2 HWB 23</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Line-item sequence number starting from 1 (e.g., 1). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines. CIMP Ref: 12.2.2</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Item type code (e.g., GEN=General Cargo)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>List agency ID (e.g., IATA)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Item gross weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Item volume (e.g., 0.05). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Item total charge (e.g., 150.00). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor</td>\n<td>Alpha-Numerical</td>\n<td>1-8</td>\n<td>O</td>\n<td>Volumetric conversion factor (e.g., 6000). If Volume amount is specified, this can be left blank</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Item additional information or HS tariff note (e.g., NDA). CIMP Ref: 12.11.5 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Nature identification</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Country of origin</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD details (0:n occurrence). CIMP Ref: 12.15</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>ULD number: Type(3) + Serial Number(4-5) + Owner Code(2-3) (e.g., AKE12345LH) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>ULD tare weight (e.g., 80)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Shipper's load and count for ULD (e.g., 1). CIMP Ref: 12.16.5 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>ULD type code per IATA ULD Regulations (e.g., AKE)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Operating party</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>ULD owner airline code (e.g., LH) - IATA ULD Regulations</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., IATA)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Package/dimension details (0:n occurrence). CIMP Ref: 12.13</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces in this package group (e.g., 1). CIMP Ref: 12.13.15 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Dimensions</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package width in whole numbers (e.g., 60). CIMP Ref: 12.13.11 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT=Centimetre, MTR=Metre) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package length in whole numbers (e.g., 80). CIMP Ref: 12.13.9 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT=Centimetre, MTR=Metre) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package height in whole numbers (e.g., 50). CIMP Ref: 12.13.13 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT=Centimetre, MTR=Metre) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight rate details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Rate class code per CIMP 1.4 (e.g., M=Minimum, N=Normal, Q=Quantity, S=Specific Commodity, U=ULD, C=Class, E=Express). CIMP Ref: 12.5.3 HWB 22D</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID</td>\n<td>Alpha-Numerical</td>\n<td>1-11</td>\n<td>O</td>\n<td>IATA commodity item number (e.g., 8803900000)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Chargeable weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate</td>\n<td>Numeric</td>\n<td>1-8</td>\n<td>O</td>\n<td>Rate per KG or flat rate (e.g., 25.00). Range: 0.0001-99999999. Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines. CIMP Ref: 12.8.3 HWB 22G</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Item total charge amount (e.g., 150.00). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., USD) - ISO 4217</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference documents (0:n occurrence)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Document reference number (e.g., PERM-2016-001234)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Document issue date (e.g., 2016-06-15T15:42:43)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Document type per UN/EDIFACT 1001 (e.g., 270=House Waybill, 235=Export License, 703=Certificate of Origin)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., Export License)</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>RCP details</td>\n<td></td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>O</td>\n<td>RCP airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>XML Schema: IATA Cargo-XML Standard (<a href=\"http://www.iata.org/IATA/2007/00\">http://www.iata.org/IATA/2007/00</a>)</p>\n</li>\n<li><p>MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)</p>\n</li>\n<li><p>HAWB Number: Alphanumeric (assigned by freight forwarder)</p>\n</li>\n<li><p>Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)</p>\n</li>\n<li><p>Country Codes: ISO 3166-1 alpha-2 codes</p>\n</li>\n</ul>\n<p><strong>IATA Standard Version:</strong> XFZB version 5.10 XML House Waybill</p>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10\">https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fzb","json","5.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"d160d604-cc5d-4e4a-a7c6-ce29409491ae","name":"Create House Air Waybill (FZB) - JSON Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"759cc77f-b85a-41ff-9ce6-a0f7a0402a0b","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430_020-95947655\"\n    },\n    \"Name\": {\n      \"Value\": \"House Waybill\"\n    },\n    \"TypeCode\": {\n      \"listID\": \"1001\",\n      \"listAgencyID\": \"6\",\n      \"listVersionID\": \"D09A\",\n      \"Value\": \"703\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2016-06-15T15:42:43\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"5.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n    },\n    \"SenderParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"TDVAGT03TEST/AMS1\"\n      }\n    },\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"FRAFMLH\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430\"\n    },\n    \"SignatoryConsignorAuthentication\": {\n      \"Signatory\": {\n        \"Value\": \"GE ENGINE SERVICES INC.\"\n      }\n    },\n    \"SignatoryCarrierAuthentication\": {\n      \"ActualDateTime\": {\n        \"Value\": \"2016-06-15T15:42:43\"\n      },\n      \"Signatory\": {\n        \"Value\": \"020\"\n      },\n      \"IssueAuthenticationLocation\": {\n        \"Name\": {\n          \"Value\": \"JFK\"\n        }\n      }\n    }\n  },\n  \"MasterConsignment\": {\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"59\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"6\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"020-95947655\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"JFK\"\n      },\n      \"Name\": {\n        \"Value\": \"New York\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      },\n      \"Name\": {\n        \"Value\": \"Frankfurt\"\n      }\n    },\n    \"IncludedHouseConsignment\": {\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          },\n          \"CountrySubDivisionName\": {\n            \"Value\": \"Ohio\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"ConsigneeParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          },\n          \"CountrySubDivisionName\": {\n            \"Value\": \"Rhineland-Palatinate\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"FreightForwarderParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"AssociatedParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"OriginLocation\": {\n        \"ID\": {\n          \"Value\": \"JFK\"\n        },\n        \"Name\": {\n          \"Value\": \"New York\"\n        }\n      },\n      \"FinalDestinationLocation\": {\n        \"ID\": {\n          \"Value\": \"FRA\"\n        },\n        \"Name\": {\n          \"Value\": \"Frankfurt\"\n        }\n      },\n      \"SpecifiedLogisticsTransportMovement\": {\n        \"StageCode\": {\n          \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n          \"listID\": \"Recommendation 19\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"2\",\n          \"Value\": \"4\"\n        },\n        \"Mode\": {\n          \"Value\": \"AIR TRANSPORT\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\n            }\n          }\n        },\n        \"ID\": {\n          \"Value\": \"BA1234\"\n        }\n      },\n      \"HandlingSPHInstructions\": {\n        \"Description\": {\n          \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"EAP\"\n        }\n      },\n      \"IncludedCustomsNote\": {\n        \"ContentCode\": {\n          \"Value\": \"A\"\n        },\n        \"Content\": {\n          \"Value\": \"BCBP123\"\n        },\n        \"SubjectCode\": {\n          \"Value\": \"IMP\"\n        },\n        \"CountryID\": {\n          \"Value\": \"CH\"\n        }\n      },\n      \"AssociatedReferenceDocument\": {\n        \"ID\": {\n          \"Value\": \"02095947655\"\n        },\n        \"TypeCode\": {\n          \"listID\": \"1001\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"D09A\",\n          \"Value\": \"740\"\n        },\n        \"Name\": {\n          \"Value\": \"Air Waybill\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        }\n      },\n      \"ID\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"b43b2f6d-db4a-4d84-9c26-13d289e0c762","name":"[IATA Toolkit URL] Create House Air Waybill (FZB) - JSON Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"cbea8b62-aa82-43d2-9abf-5d23cfe60b63","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430_020-95947655\"\n    },\n    \"Name\": {\n      \"Value\": \"House Waybill\"\n    },\n    \"TypeCode\": {\n      \"listID\": \"1001\",\n      \"listAgencyID\": \"6\",\n      \"listVersionID\": \"D09A\",\n      \"Value\": \"703\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2016-06-15T15:42:43\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"5.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"5de96ed5-ebc7-482c-d213-211edca502fc\"\n    },\n    \"SenderParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"TDVAGT03TEST/AMS1\"\n      }\n    },\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"FRAFMLH\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"JFK10099430\"\n    },\n    \"SignatoryConsignorAuthentication\": {\n      \"Signatory\": {\n        \"Value\": \"GE ENGINE SERVICES INC.\"\n      }\n    },\n    \"SignatoryCarrierAuthentication\": {\n      \"ActualDateTime\": {\n        \"Value\": \"2016-06-15T15:42:43\"\n      },\n      \"Signatory\": {\n        \"Value\": \"020\"\n      },\n      \"IssueAuthenticationLocation\": {\n        \"Name\": {\n          \"Value\": \"JFK\"\n        }\n      }\n    }\n  },\n  \"MasterConsignment\": {\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"59\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"6\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"020-95947655\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"JFK\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"FRA\"\n      }\n    },\n    \"IncludedHouseConsignment\": {\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"ConsigneeParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"FreightForwarderParty\": {\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"45246\"\n          },\n          \"StreetName\": {\n            \"Value\": \"201 W. CRESCENTVILLE ROAD\"\n          },\n          \"CityName\": {\n            \"Value\": \"CINCINNATI\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"US\"\n          },\n          \"CountryName\": {\n            \"Value\": \"United States\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"AssociatedParty\": {\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"PostalStructuredAddress\": {\n          \"PostcodeCode\": {\n            \"Value\": \"55232\"\n          },\n          \"StreetName\": {\n            \"Value\": \"RUDOLF-DIESEL-STRASSE 10\"\n          },\n          \"CityName\": {\n            \"Value\": \"ALZEY\"\n          },\n          \"CountryID\": {\n            \"schemeVersionID\": \"second edition 2006\",\n            \"Value\": \"DE\"\n          },\n          \"CountryName\": {\n            \"Value\": \"Germany\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"DirectTelephoneCommunication\": {\n            \"CompleteNumber\": {\n              \"Value\": \"Dummy\"\n            }\n          },\n          \"URIEmailCommunication\": {\n            \"URIID\": {\n              \"Value\": \"dummy@example.com\"\n            }\n          }\n        }\n      },\n      \"OriginLocation\": {\n        \"ID\": {\n          \"Value\": \"JFK\"\n        }\n      },\n      \"FinalDestinationLocation\": {\n        \"ID\": {\n          \"Value\": \"FRA\"\n        }\n      },\n      \"SpecifiedLogisticsTransportMovement\": {\n        \"StageCode\": {\n          \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n          \"listID\": \"Recommendation 19\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"2\",\n          \"Value\": \"4\"\n        },\n        \"Mode\": {\n          \"Value\": \"AIR TRANSPORT\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            }\n          }\n        }\n      },\n      \"HandlingSPHInstructions\": {\n        \"Description\": {\n          \"Value\": \"E-freight Consignment with Accompanying Paper Documents\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"EAP\"\n        }\n      },\n      \"IncludedCustomsNote\": {\n        \"ContentCode\": {\n          \"Value\": \"A\"\n        },\n        \"Content\": {\n          \"Value\": \"BCBP123\"\n        },\n        \"SubjectCode\": {\n          \"Value\": \"IMP\"\n        },\n        \"CountryID\": {\n          \"Value\": \"CH\"\n        }\n      },\n      \"AssociatedReferenceDocument\": {\n        \"ID\": {\n          \"Value\": \"02095947655\"\n        },\n        \"TypeCode\": {\n          \"listID\": \"1001\",\n          \"listAgencyID\": \"6\",\n          \"listVersionID\": \"D09A\",\n          \"Value\": \"740\"\n        },\n        \"Name\": {\n          \"Value\": \"Air Waybill\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          }\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9f1d1812-bd5e-405d-93c5-d18d63fc2de4"},{"name":"Create House Air Waybill (XFZB) - IATA Cargo-XML Format","id":"9362b0ec-4df0-4a4c-b8b9-3ebb9eb8fef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7eaa1da2-f895-4ced-8a1e-6262bb80f84a","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns0:HouseWaybill\n  xmlns:ns0=\"iata:housewaybill:1\"\n  xmlns:ns1=\"urn:un:unece:uncefact:data:standard:QualifiedDataType:7\"\n  xmlns:ns2=\"urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-6\"\n  xmlns:ns3=\"urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2009-09-01\"\n  xmlns:ns4=\"urn:un:unece:uncefact:codelist:standard:6:0133:40106\"\n  xmlns:ram=\"iata:datamodel:5\"\n  xmlns:ns5=\"urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D09A\"\n  xmlns:ns6=\"urn:un:unece:uncefact:codelist:standard:5:ISO42173A:2009-09-09\"\n  xmlns:ns7=\"urn:un:unece:uncefact:codelist:standard:6:3055:D09A\"\n  xmlns:ns9=\"urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ns11=\"urn:un:unece:uncefact:codelist:standard:6:Recommendation20:6\"\n  xmlns:ns10=\"urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14\"\n  xmlns:ns8=\"urn:un:unece:uncefact:codelist:standard:UNECE:PartyRoleCode:D09A\"\n>\n  <ns0:MessageHeaderDocument>\n    <ram:ID>JFK10099430_020-95947655</ram:ID>\n    <ram:Name>House Waybill</ram:Name>\n    <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n      703\n    </ram:TypeCode>\n    <ram:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>5.00</ram:VersionID>\n    <ram:ConversationID>\n      5de96ed5-ebc7-482c-d213-211edca502fc\n    </ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">TDVAGT03TEST/AMS1</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n    </ram:RecipientParty>\n  </ns0:MessageHeaderDocument>\n  <ns0:BusinessHeaderDocument>\n    <ram:ID>JFK10099430</ram:ID>\n    <ram:SignatoryConsignorAuthentication>\n      <ram:Signatory>GE ENGINE SERVICES INC.</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2016-06-15T15:42:43</ram:ActualDateTime>\n      <ram:Signatory>020</ram:Signatory>\n      <ram:IssueAuthenticationLocation>\n        <ram:Name>JFK</ram:Name>\n      </ram:IssueAuthenticationLocation>\n    </ram:SignatoryCarrierAuthentication>\n  </ns0:BusinessHeaderDocument>\n  <ns0:MasterConsignment>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n      59\n    </ram:IncludedTareGrossWeightMeasure>\n    <ram:TotalPieceQuantity>6</ram:TotalPieceQuantity>\n    <ram:TransportContractDocument>\n      <ram:ID>020-95947655</ram:ID>\n    </ram:TransportContractDocument>\n    <ram:OriginLocation>\n      <ram:ID>JFK</ram:ID>\n      <ram:Name>New York</ram:Name>\n    </ram:OriginLocation>\n    <ram:FinalDestinationLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:Name>Frankfurt</ram:Name>\n    </ram:FinalDestinationLocation>\n    <ram:IncludedHouseConsignment>\n      <ram:ID>true</ram:ID>\n      <ram:NilCarriageValueIndicator>true</ram:NilCarriageValueIndicator>\n      <ram:NilCustomsValueIndicator>true</ram:NilCustomsValueIndicator>\n      <ram:NilInsuranceValueIndicator>true</ram:NilInsuranceValueIndicator>\n      <ram:WeightTotalChargeAmount currencyID =\"USD\">\n        120.46\n      </ram:WeightTotalChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n        6\n      </ram:IncludedTareGrossWeightMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>45246</ram:PostcodeCode>\n          <ram:StreetName>201 W. CRESCENTVILLE ROAD</ram:StreetName>\n          <ram:CityName>CINCINNATI</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:ConsignorParty>\n      <ram:ConsigneeParty>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>55232</ram:PostcodeCode>\n          <ram:StreetName>RUDOLF-DIESEL-STRASSE 10</ram:StreetName>\n          <ram:CityName>ALZEY</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:ConsigneeParty>\n      <ram:FreightForwarderParty>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>45246</ram:PostcodeCode>\n          <ram:StreetName>201 W. CRESCENTVILLE ROAD</ram:StreetName>\n          <ram:CityName>CINCINNATI</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:FreightForwarderParty>\n      <ram:AssociatedParty>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>55232</ram:PostcodeCode>\n          <ram:StreetName>RUDOLF-DIESEL-STRASSE 10</ram:StreetName>\n          <ram:CityName>ALZEY</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:AssociatedParty>\n      <ram:OriginLocation>\n        <ram:ID>JFK</ram:ID>\n        <ram:Name>New York</ram:Name>\n      </ram:OriginLocation>\n      <ram:FinalDestinationLocation>\n        <ram:ID>FRA</ram:ID>\n        <ram:Name>Frankfurt</ram:Name>\n      </ram:FinalDestinationLocation>\n      <ram:SpecifiedLogisticsTransportMovement>\n        <ram:ID>BA1234</ram:ID>\n        <ram:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode\n          listID=\"Recommendation 19\"\n          listAgencyID=\"6\"\n          listVersionID=\"2\"\n        >\n          4\n        </ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:OccurrenceArrivalLocation>\n            <ram:ID>FRA</ram:ID>\n            <ram:Name>Frankfurt</ram:Name>\n          </ram:OccurrenceArrivalLocation>\n        </ram:ArrivalEvent>\n        <ram:DepartureEvent>\n          <ram:OccurrenceDepartureLocation>\n            <ram:ID>JFK</ram:ID>\n            <ram:Name>New York</ram:Name>\n          </ram:OccurrenceDepartureLocation>\n        </ram:DepartureEvent>\n      </ram:SpecifiedLogisticsTransportMovement>\n      <ram:HandlingSPHInstructions>\n        <ram:Description>E-freight Consignment with Accompanying Paper Documents</ram:Description>\n        <ram:DescriptionCode>EAP</ram:DescriptionCode>\n      </ram:HandlingSPHInstructions>\n      <ram:IncludedCustomsNote>\n        <ram:ContentCode>A</ram:ContentCode>\n        <ram:Content>BCBP123</ram:Content>\n        <ram:SubjectCode>IMP</ram:SubjectCode>\n        <ram:CountryID>CH</ram:CountryID>\n      </ram:IncludedCustomsNote>\n      <ram:AssociatedReferenceDocument>\n        <ram:ID>02095947655</ram:ID>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n          740\n        </ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">\n            6\n          </ram:ChargeableWeightMeasure>\n        </ram:ApplicableFreightRateServiceCharge>\n      </ram:IncludedHouseConsignmentItem>\n    </ram:IncludedHouseConsignment>\n  </ns0:MasterConsignment>\n</ns0:HouseWaybill>"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/xml/5.10","description":"<p><strong>Message Type</strong>: XFZB (House Air Waybill List) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFZB (XML House Air Waybill List Message) standards. The XFZB is the XML equivalent of FHL, providing structured House AWB data using IATA's XML schema.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<p>| Field Name | Field Type | Field Length | Condition | Field Validation Rule |<br />| MessageHeaderDocument | Element | N/A | M | Message header container |<br />| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID combining house waybill and master AWB number (e.g.,JFK10099430_020-95947655). Recommended format: [OriginCode][HWBN]_[MAWBN] |<br />| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |<br />| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |<br />| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |<br />| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |<br />| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |<br />| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |<br />| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |<br />| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |<br />| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (e.g., C). C for Certified Party must always be there with only one occurrence |<br />| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |<br />| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |<br />| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (e.g., C). C for Certified Party must always be there with only one occurrence |<br />| BusinessHeaderDocument | Element | N/A | M | House waybill header container |<br />| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | House waybill number (e.g., JFK10099430). House waybill number is up to 12 AN however, Cargo-XML standards allow extended length to support Postal Receptacle ID. CIMP Ref: 2.3.2 |<br />| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |<br />| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |<br />| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |<br />| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |<br />| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | M | Consignor signature name - full legal name of consignor (e.g., GE ENGINE SERVICES INC.). CIMP Ref: 16.3 HWB 31 |<br />| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |<br />| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-06-15T15:42:43). CIMP Ref: 17.2.2/3/4 HWB 32A |<br />| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature - IATA airline numeric prefix code (e.g., 020 for Lufthansa). CIMP Ref: 17.3.2 HWB 32C |<br />| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |<br />| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-35 | O | Declaration place - IATA airport code where waybill is issued (e.g., JFK). CIMP Ref: 17.2.6 HWB 32B |<br />| MasterConsignment | Element | N/A | M | Master consignment container |<br />| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | O | Master waybill total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K |<br />| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |<br />| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |<br />| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |<br />| MasterConsignment/TransportContractDocument/ID | String | 12 | O | Master waybill number (e.g., 020-95947655) - Format: nnn-n[8] where nnn is IATA airline prefix. Master AWB number must be included when exchange involves airline, ground handler or customs authority. CIMP Ref: 2.1.1/2.1.3 HWB 1A/1B |<br />| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |<br />| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Master waybill origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9 |<br />| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |<br />| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |<br />| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Master waybill destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18 |<br />| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |<br />| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |<br />| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |<br />| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |<br />| MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true). Set true when no monetary value declared; false when DeclaredValueForCarriageAmount is provided. CIMP Ref: 11.6.2 HWB 16 |<br />| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |<br />| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true). Set true when no customs value declared; false when DeclaredValueForCustomsAmount is provided. CIMP Ref: 11.7.2 HWB 17 |<br />| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |<br />| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true). Set true when no insurance value declared; false when InsuranceValueAmount is provided. CIMP Ref: 11.8.2 HWB 20 |<br />| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |<br />| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | M | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |<br />| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount | Numeric | 1-12 | M | Weight charge amount (e.g., 150.00). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B |<br />| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount | Numeric | 1-12 | O | Valuation charge amount (e.g., 25.00). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B |<br />| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount | Numeric | 1-12 | O | Tax amount (e.g., 12.50). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A |<br />| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | M | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |<br />| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due agent (e.g., 45.00). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A |<br />| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 60.00). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A |<br />| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount | Numeric | 1-12 | O | Total prepaid charge summary (e.g., 225.00). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |<br />| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount | Numeric | 1-12 | O | Total collect charge summary (e.g., 0.00). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |<br />| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 6). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K |<br />| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |<br />| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |<br />| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |<br />| MasterConsignment/IncludedHouseConsignment/PackageQuantity | Numeric | 1-5 | O | Total shipper's load and count (e.g., 1). Information needed by Carrier for ACI. CIMP Ref: 12.16.5 |<br />| MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 1). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J |<br />| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |<br />| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name in uppercase (e.g., GE ENGINE SERVICES INC.). CIMP Ref: 5.4.2 HWB 2 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address in uppercase (e.g., 201 W. CRESCENTVILLE ROAD). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details. At least one contact number should be completed. CIMP Ref: 5.8.4 HWB 2 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-513-555-0100). CIMP Ref: 5.8.4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-513-555-0199). CIMP Ref: 5.8.4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., <a href=\"https://mailto:export@ge-engines.com\">export@ge-engines.com</a>). CIMP Ref: 5.8.4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |<br />| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name in uppercase (e.g., LUFTHANSA TECHNIK A.E.R.O.). CIMP Ref: 6.4.2 HWB 4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address in uppercase (e.g., RUDOLF-DIESEL-STRASSE 10). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details. At least one contact number should be completed. CIMP Ref: 6.8.4 HWB 4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-6731-4970). CIMP Ref: 6.8.4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-6731-4971). CIMP Ref: 6.8.4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., <a href=\"https://mailto:import@lh-technik.de\">import@lh-technik.de</a>). CIMP Ref: 6.8.4 |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |<br />| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name in uppercase (e.g., DHL GLOBAL FORWARDING). CIMP Ref: 7.4.2 HWB 6 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName | Alpha-Numerical | 1-70 | O | Street address in uppercase (e.g., 1 WORLD WAY). At least one element should be completed |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., <a href=\"https://mailto:airfreight@dhl.com\">airfreight@dhl.com</a>) |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |<br />| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name in uppercase (e.g., MTU AERO ENGINES AG). CIMP Ref: 9.2.2 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party type code (e.g., NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address in uppercase (e.g., DACHAUER STRASSE 665). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details. At least one contact number should be completed. CIMP Ref: 9.6.4 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., <a href=\"https://mailto:logistics@mtu.de\">logistics@mtu.de</a>) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |<br />| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |<br />| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2 |<br />| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |<br />| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |<br />| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3 |<br />| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | IATA airline numeric prefix code (e.g., 020 for Lufthansa). CIMP Ref: 3.2.2 HWB 19A |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-06-16T08:30:00). CIMP Ref: 3.2.5 HWB 19A/19B |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 or 5 | M | Arrival airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 4.2.2/4.3.2 HWB 11A/11C |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled departure date/time (e.g., 2016-06-15T18:00:00). CIMP Ref: 3.2.5 19A/19B |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |<br />| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |<br />| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |<br />| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |<br />| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |<br />| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |<br />| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |<br />| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |<br />| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |<br />| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | IATA special handling code (e.g., EAP=Environmentally Hazardous Substance, VAL=Valuable Cargo, PEA=Perishable Cargo, HEA=Heavy Cargo). CIMP Ref: HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description in uppercase (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |<br />| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description | String | 1-195 | M | OSI description in uppercase (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode | Alpha-Numerical | 1-3 | M | Accounting information identifier code per CIMP 1.1 (e.g., AAA=Agent Code, CAB=Credit Card Number). CIMP Ref: 10.2.2 HWB 10 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | Customs identifier (e.g., I=Item Number, L=Exemption Legend, S=System Downtime, U=Unique Consignment Reference, M=Movement Reference) - CIMP 1.100. At least one of Country Code, Information Identifier, or this field must be completed. CIMP Ref: 25.7 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | Information identifier (e.g., IMP=Import, EXP=Export, AGT=Agent, ISS=Regulated Agent) - CIMP 1.19. At least one of Country Code, this field, or Customs identifier must be completed. CIMP Ref: 25.5 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | Country code (e.g., US) - ISO 3166. At least one of this field, Information Identifier, or Customs identifier must be completed. CIMP Ref: 25.3 HWB 21 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type per UN/EDIFACT 1001 (e.g., 740=Air Waybill, 270=House Waybill) - UN/EDIFACT 1001 |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |<br />| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T2=EU goods, T1=Non-EU goods) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alphabetic | 1 | O | Service code per CIMP 1.38 (e.g., D=Dangerous Goods, L=Live Animals, P=Perishables). CIMP Ref: 12.19.2 HWB 22Z |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | Other charge code per CIMP 1.2 (e.g., AC=Accounts, DG=Dangerous Goods Surcharge, FC=Fuel Surcharge). Combination of charge code and entitlement code cannot be duplicated. CIMP Ref: 13.3.1 HWB 23 |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23 |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | Charge entitlement code party per CIMP 1.3 (e.g., C=Carrier, A=Agent). Combination of charge code and this field cannot be duplicated. CIMP Ref: 13.3.2 HWB 23 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric | Alpha-Numerical | 1-3 | M | Line-item sequence number starting from 1 (e.g., 1). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines. CIMP Ref: 12.2.2 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.05). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount | Numeric | 1-12 | O | Item total charge (e.g., 150.00). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor | Alpha-Numerical | 1-8 | O | Volumetric conversion factor (e.g., 6000). If Volume amount is specified, this can be left blank |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information | String | 1-70 | O | Item additional information or HS tariff note (e.g., NDA). CIMP Ref: 12.11.5 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | M | ULD number: Type(3) + Serial Number(4-5) + Owner Code(2-3) (e.g., AKE12345LH) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's load and count for ULD (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in this package group (e.g., 1). CIMP Ref: 12.13.15 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width in whole numbers (e.g., 60). CIMP Ref: 12.13.11 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., CMT=Centimetre, MTR=Metre) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length in whole numbers (e.g., 80). CIMP Ref: 12.13.9 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., CMT=Centimetre, MTR=Metre) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height in whole numbers (e.g., 50). CIMP Ref: 12.13.13 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., CMT=Centimetre, MTR=Metre) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code per CIMP 1.4 (e.g., M=Minimum, N=Normal, Q=Quantity, S=Specific Commodity, U=ULD, C=Class, E=Express). CIMP Ref: 12.5.3 HWB 22D |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | O | Rate per KG or flat rate (e.g., 25.00). Range: 0.0001-99999999. Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines. CIMP Ref: 12.8.3 HWB 22G |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | O | Item total charge amount (e.g., 150.00). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type per UN/EDIFACT 1001 (e.g., 270=House Waybill, 235=Export License, 703=Certificate of Origin) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |<br />| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | O | RCP airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A |</p>\n<p>EndFragment</p>\n<p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>XML Schema: IATA Cargo-XML Standard (<a href=\"http://www.iata.org/IATA/2007/00\">http://www.iata.org/IATA/2007/00</a>)</p>\n</li>\n<li><p>MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)</p>\n</li>\n<li><p>HAWB Number: Alphanumeric (assigned by freight forwarder)</p>\n</li>\n<li><p>Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)</p>\n</li>\n<li><p>Country Codes: ISO 3166-1 alpha-2 codes</p>\n</li>\n</ul>\n<p><strong>IATA Standard Version:</strong> XFZB version 5.10 XML House Waybill</p>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10\">https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fzb","xml","5.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"c91a435f-cf18-4db5-83d7-548484194c74","name":"Create House Air Waybill (XFZB) - IATA Cargo-XML Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d9cf387f-2c72-4471-8d37-b11486539d61","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns0:HouseWaybill\n  xmlns:ns0=\"iata:housewaybill:1\"\n  xmlns:ns1=\"urn:un:unece:uncefact:data:standard:QualifiedDataType:7\"\n  xmlns:ns2=\"urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-6\"\n  xmlns:ns3=\"urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2009-09-01\"\n  xmlns:ns4=\"urn:un:unece:uncefact:codelist:standard:6:0133:40106\"\n  xmlns:ram=\"iata:datamodel:5\"\n  xmlns:ns5=\"urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D09A\"\n  xmlns:ns6=\"urn:un:unece:uncefact:codelist:standard:5:ISO42173A:2009-09-09\"\n  xmlns:ns7=\"urn:un:unece:uncefact:codelist:standard:6:3055:D09A\"\n  xmlns:ns9=\"urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ns11=\"urn:un:unece:uncefact:codelist:standard:6:Recommendation20:6\"\n  xmlns:ns10=\"urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14\"\n  xmlns:ns8=\"urn:un:unece:uncefact:codelist:standard:UNECE:PartyRoleCode:D09A\"\n>\n  <ns0:MessageHeaderDocument>\n    <ram:ID>JFK10099430_020-95947655</ram:ID>\n    <ram:Name>House Waybill</ram:Name>\n    <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n      703\n    </ram:TypeCode>\n    <ram:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>5.00</ram:VersionID>\n    <ram:ConversationID>\n      5de96ed5-ebc7-482c-d213-211edca502fc\n    </ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">TDVAGT03TEST/AMS1</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n    </ram:RecipientParty>\n  </ns0:MessageHeaderDocument>\n  <ns0:BusinessHeaderDocument>\n    <ram:ID>JFK10099430</ram:ID>\n    <ram:SignatoryConsignorAuthentication>\n      <ram:Signatory>GE ENGINE SERVICES INC.</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2016-06-15T15:42:43</ram:ActualDateTime>\n      <ram:Signatory>020</ram:Signatory>\n      <ram:IssueAuthenticationLocation>\n        <ram:Name>JFK</ram:Name>\n      </ram:IssueAuthenticationLocation>\n    </ram:SignatoryCarrierAuthentication>\n  </ns0:BusinessHeaderDocument>\n  <ns0:MasterConsignment>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n      59\n    </ram:IncludedTareGrossWeightMeasure>\n    <ram:TotalPieceQuantity>6</ram:TotalPieceQuantity>\n    <ram:TransportContractDocument>\n      <ram:ID>020-95947655</ram:ID>\n    </ram:TransportContractDocument>\n    <ram:OriginLocation>\n      <ram:ID>JFK</ram:ID>\n      <ram:Name>New York</ram:Name>\n    </ram:OriginLocation>\n    <ram:FinalDestinationLocation>\n      <ram:ID>FRA</ram:ID>\n      <ram:Name>Frankfurt</ram:Name>\n    </ram:FinalDestinationLocation>\n    <ram:IncludedHouseConsignment>\n      <ram:ID>true</ram:ID>\n      <ram:NilCarriageValueIndicator>true</ram:NilCarriageValueIndicator>\n      <ram:NilCustomsValueIndicator>true</ram:NilCustomsValueIndicator>\n      <ram:NilInsuranceValueIndicator>true</ram:NilInsuranceValueIndicator>\n      <ram:WeightTotalChargeAmount currencyID =\"USD\">\n        120.46\n      </ram:WeightTotalChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n        6\n      </ram:IncludedTareGrossWeightMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>45246</ram:PostcodeCode>\n          <ram:StreetName>201 W. CRESCENTVILLE ROAD</ram:StreetName>\n          <ram:CityName>CINCINNATI</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:ConsignorParty>\n      <ram:ConsigneeParty>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>55232</ram:PostcodeCode>\n          <ram:StreetName>RUDOLF-DIESEL-STRASSE 10</ram:StreetName>\n          <ram:CityName>ALZEY</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:ConsigneeParty>\n      <ram:FreightForwarderParty>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>45246</ram:PostcodeCode>\n          <ram:StreetName>201 W. CRESCENTVILLE ROAD</ram:StreetName>\n          <ram:CityName>CINCINNATI</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:FreightForwarderParty>\n      <ram:AssociatedParty>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>55232</ram:PostcodeCode>\n          <ram:StreetName>RUDOLF-DIESEL-STRASSE 10</ram:StreetName>\n          <ram:CityName>ALZEY</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:AssociatedParty>\n      <ram:OriginLocation>\n        <ram:ID>JFK</ram:ID>\n        <ram:Name>New York</ram:Name>\n      </ram:OriginLocation>\n      <ram:FinalDestinationLocation>\n        <ram:ID>FRA</ram:ID>\n        <ram:Name>Frankfurt</ram:Name>\n      </ram:FinalDestinationLocation>\n      <ram:SpecifiedLogisticsTransportMovement>\n        <ram:ID>BA1234</ram:ID>\n        <ram:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode\n          listID=\"Recommendation 19\"\n          listAgencyID=\"6\"\n          listVersionID=\"2\"\n        >\n          4\n        </ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:OccurrenceArrivalLocation>\n            <ram:ID>FRA</ram:ID>\n            <ram:Name>Frankfurt</ram:Name>\n          </ram:OccurrenceArrivalLocation>\n        </ram:ArrivalEvent>\n        <ram:DepartureEvent>\n          <ram:OccurrenceDepartureLocation>\n            <ram:ID>JFK</ram:ID>\n            <ram:Name>New York</ram:Name>\n          </ram:OccurrenceDepartureLocation>\n        </ram:DepartureEvent>\n      </ram:SpecifiedLogisticsTransportMovement>\n      <ram:HandlingSPHInstructions>\n        <ram:Description>E-freight Consignment with Accompanying Paper Documents</ram:Description>\n        <ram:DescriptionCode>EAP</ram:DescriptionCode>\n      </ram:HandlingSPHInstructions>\n      <ram:IncludedCustomsNote>\n        <ram:ContentCode>A</ram:ContentCode>\n        <ram:Content>BCBP123</ram:Content>\n        <ram:SubjectCode>IMP</ram:SubjectCode>\n        <ram:CountryID>CH</ram:CountryID>\n      </ram:IncludedCustomsNote>\n      <ram:AssociatedReferenceDocument>\n        <ram:ID>02095947655</ram:ID>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n          740\n        </ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">\n            6\n          </ram:ChargeableWeightMeasure>\n        </ram:ApplicableFreightRateServiceCharge>\n      </ram:IncludedHouseConsignmentItem>\n    </ram:IncludedHouseConsignment>\n  </ns0:MasterConsignment>\n</ns0:HouseWaybill>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/xml/5.10"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"c9844fb5-c13d-409e-a5ce-f1fceff66e04","name":"[IATA Toolkit URL] Create House Air Waybill (XFZB) - IATA Cargo-XML Format","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"590b5314-1557-4b1c-af7a-63e584f91548","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns0:HouseWaybill\n  xmlns:ns0=\"iata:housewaybill:1\"\n  xmlns:ns1=\"urn:un:unece:uncefact:data:standard:QualifiedDataType:7\"\n  xmlns:ns2=\"urn:un:unece:uncefact:identifierlist:standard:5:ISO316612A:SecondEdition2006VI-6\"\n  xmlns:ns3=\"urn:un:unece:uncefact:codelist:standard:IANA:MIMEMediaType:2009-09-01\"\n  xmlns:ns4=\"urn:un:unece:uncefact:codelist:standard:6:0133:40106\"\n  xmlns:ram=\"iata:datamodel:5\"\n  xmlns:ns5=\"urn:un:unece:uncefact:codelist:standard:UNECE:DocumentNameCode:D09A\"\n  xmlns:ns6=\"urn:un:unece:uncefact:codelist:standard:5:ISO42173A:2009-09-09\"\n  xmlns:ns7=\"urn:un:unece:uncefact:codelist:standard:6:3055:D09A\"\n  xmlns:ns9=\"urn:un:unece:uncefact:codelist:standard:UNECE:TransportModeCode:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ns11=\"urn:un:unece:uncefact:codelist:standard:6:Recommendation20:6\"\n  xmlns:ns10=\"urn:un:unece:uncefact:codelist:standard:IANA:CharacterSetCode:2007-05-14\"\n  xmlns:ns8=\"urn:un:unece:uncefact:codelist:standard:UNECE:PartyRoleCode:D09A\"\n>\n  <ns0:MessageHeaderDocument>\n    <ram:ID>JFK10099430_020-95947655</ram:ID>\n    <ram:Name>House Waybill</ram:Name>\n    <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n      703\n    </ram:TypeCode>\n    <ram:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n    <ram:PurposeCode>Creation</ram:PurposeCode>\n    <ram:VersionID>5.00</ram:VersionID>\n    <ram:ConversationID>\n      5de96ed5-ebc7-482c-d213-211edca502fc\n    </ram:ConversationID>\n    <ram:SenderParty>\n      <ram:PrimaryID schemeID=\"C\">TDVAGT03TEST/AMS1</ram:PrimaryID>\n    </ram:SenderParty>\n    <ram:RecipientParty>\n      <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n    </ram:RecipientParty>\n  </ns0:MessageHeaderDocument>\n  <ns0:BusinessHeaderDocument>\n    <ram:ID>JFK10099430</ram:ID>\n    <ram:SignatoryConsignorAuthentication>\n      <ram:Signatory>GE ENGINE SERVICES INC.</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2016-06-15T15:42:43</ram:ActualDateTime>\n      <ram:Signatory>020</ram:Signatory>\n      <ram:IssueAuthenticationLocation>\n        <ram:Name>JFK</ram:Name>\n      </ram:IssueAuthenticationLocation>\n    </ram:SignatoryCarrierAuthentication>\n  </ns0:BusinessHeaderDocument>\n  <ns0:MasterConsignment>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n      59\n    </ram:IncludedTareGrossWeightMeasure>\n    <ram:TotalPieceQuantity>6</ram:TotalPieceQuantity>\n    <ram:TransportContractDocument>\n      <ram:ID>020-95947655</ram:ID>\n    </ram:TransportContractDocument>\n    <ram:OriginLocation>\n      <ram:ID>JFK</ram:ID>\n    </ram:OriginLocation>\n    <ram:FinalDestinationLocation>\n      <ram:ID>FRA</ram:ID>\n    </ram:FinalDestinationLocation>\n    <ram:IncludedHouseConsignment>\n      <ram:NilCarriageValueIndicator>true</ram:NilCarriageValueIndicator>\n      <ram:NilCustomsValueIndicator>true</ram:NilCustomsValueIndicator>\n      <ram:NilInsuranceValueIndicator>true</ram:NilInsuranceValueIndicator>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n        6\n      </ram:IncludedTareGrossWeightMeasure>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>45246</ram:PostcodeCode>\n          <ram:StreetName>201 W. CRESCENTVILLE ROAD</ram:StreetName>\n          <ram:CityName>CINCINNATI</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:ConsignorParty>\n      <ram:ConsigneeParty>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>55232</ram:PostcodeCode>\n          <ram:StreetName>RUDOLF-DIESEL-STRASSE 10</ram:StreetName>\n          <ram:CityName>ALZEY</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:ConsigneeParty>\n      <ram:FreightForwarderParty>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>45246</ram:PostcodeCode>\n          <ram:StreetName>201 W. CRESCENTVILLE ROAD</ram:StreetName>\n          <ram:CityName>CINCINNATI</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            US\n          </ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:FreightForwarderParty>\n      <ram:AssociatedParty>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:PostalStructuredAddress>\n          <ram:PostcodeCode>55232</ram:PostcodeCode>\n          <ram:StreetName>RUDOLF-DIESEL-STRASSE 10</ram:StreetName>\n          <ram:CityName>ALZEY</ram:CityName>\n          <ram:CountryID schemeVersionID=\"second edition 2006\">\n            DE\n          </ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:DirectTelephoneCommunication>\n            <ram:CompleteNumber>Dummy</ram:CompleteNumber>\n          </ram:DirectTelephoneCommunication>\n          <ram:URIEmailCommunication>\n            <ram:URIID>dummy@example.com</ram:URIID>\n          </ram:URIEmailCommunication>\n        </ram:DefinedTradeContact>\n      </ram:AssociatedParty>\n      <ram:OriginLocation>\n        <ram:ID>JFK</ram:ID>\n      </ram:OriginLocation>\n      <ram:FinalDestinationLocation>\n        <ram:ID>FRA</ram:ID>\n      </ram:FinalDestinationLocation>\n      <ram:SpecifiedLogisticsTransportMovement>\n        <ram:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode\n          listID=\"Recommendation 19\"\n          listAgencyID=\"6\"\n          listVersionID=\"2\"\n        >\n          4\n        </ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:OccurrenceArrivalLocation>\n            <ram:ID>FRA</ram:ID>\n          </ram:OccurrenceArrivalLocation>\n        </ram:ArrivalEvent>\n        <ram:DepartureEvent>\n          <ram:OccurrenceDepartureLocation>\n            <ram:ID>JFK</ram:ID>\n          </ram:OccurrenceDepartureLocation>\n        </ram:DepartureEvent>\n      </ram:SpecifiedLogisticsTransportMovement>\n      <ram:HandlingSPHInstructions>\n        <ram:Description>E-freight Consignment with Accompanying Paper Documents</ram:Description>\n        <ram:DescriptionCode>EAP</ram:DescriptionCode>\n      </ram:HandlingSPHInstructions>\n      <ram:IncludedCustomsNote>\n        <ram:ContentCode>A</ram:ContentCode>\n        <ram:Content>BCBP123</ram:Content>\n        <ram:SubjectCode>IMP</ram:SubjectCode>\n        <ram:CountryID>CH</ram:CountryID>\n      </ram:IncludedCustomsNote>\n      <ram:AssociatedReferenceDocument>\n        <ram:ID>02095947655</ram:ID>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">\n          740\n        </ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">\n            6\n          </ram:ChargeableWeightMeasure>\n        </ram:ApplicableFreightRateServiceCharge>\n      </ram:IncludedHouseConsignmentItem>\n    </ram:IncludedHouseConsignment>\n  </ns0:MasterConsignment>\n</ns0:HouseWaybill>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/xml/5.10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9362b0ec-4df0-4a4c-b8b9-3ebb9eb8fef9"}],"id":"bda17731-d85b-4179-ba0d-82f611747cec","description":"<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.E7ACA.1</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E7CGNR.2</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E8ACA.6</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.I4AL.1</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I4GHA.2</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I4CUS.3</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I5PSW.5</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>G.I4AL.1</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I4GHA.2</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I4CUS.4</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.E19ACA.21</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E19GHA.22</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E23ACA.36</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E24GHA.37</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>PF.I1AL.1</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I1EPO.1</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>CM.E23ACA.1</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CM.E24AL.2</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CM.I4AL.7</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CL.I1CGNR.1</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4AL.2</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4GHA.3</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I4CUS.4</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5CNE.8</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5ACA.9</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I6CNE.10</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I7CUS.14</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>TR.I4AL.1</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4GHA.2</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4CUS.3</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>EPO.I7GHA.1</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I8EPO.2</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I9GHA.3</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I10EPO.4</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.E2EPO.4</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E3CGNR.5</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E20EPO.24</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E21GHA.25</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.26</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.27</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.28</td>\n<td>EPO (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"bda17731-d85b-4179-ba0d-82f611747cec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"House Manifest (FHL)","item":[{"name":"Create House Manifest (FHL) - JSON Format","id":"1d24060a-84c2-455b-831e-fe255f8468df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7f5da965-5c7d-4503-9c60-835113bff81b","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"157-12345675_TR43434344\"\n    },\n    \"Name\": {\n      \"Value\": \"Cargo Manifest\"\n    },\n    \"TypeCode\": {\n      \"Value\": \"785\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2019-01-15T10:09:30\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"3.00\"\n    },\n    \"ConversationID\": {\n      \"Value\": \"XFHL20190115100930018\"\n    },\n    \"SenderParty\": {\n      \"PrimaryID\": [\n        {\n          \"schemeID\": \"C\",\n          \"Value\": \"TESTAGT\"\n        },\n        {\n          \"schemeID\": \"P\",\n          \"Value\": \"CSGAGT01TEST/SIN01\"\n        }\n      ]\n    },\n    \"RecipientParty\": {\n      \"PrimaryID\": [\n        {\n          \"schemeID\": \"C\",\n          \"Value\": \"CCN\"\n        },\n        {\n          \"schemeID\": \"P\",\n          \"Value\": \"CSGAIR01HDQFMQR\"\n        }\n      ]\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"157-12345675\"\n    }\n  },\n  \"MasterConsignment\": {\n    \"IncludedTareGrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"10000\"\n    },\n    \"ConsignmentItemQuantity\": {\n      \"Value\": \"3\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"1234\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"157-12345675\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"SIN\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"DOH\"\n      }\n    },\n    \"IncludedHouseConsignment\": [\n      {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"8000\"\n        },\n        \"TotalPieceQuantity\": {\n          \"Value\": \"1000\"\n        },\n        \"SummaryDescription\": {\n          \"Value\": \"NUTS\"\n        },\n        \"TransportContractDocument\": {\n          \"ID\": {\n            \"Value\": \"11AA11111111\"\n          }\n        },\n        \"OriginLocation\": {\n          \"ID\": {\n            \"Value\": \"SIN\"\n          }\n        },\n        \"FinalDestinationLocation\": {\n          \"ID\": {\n            \"Value\": \"DOH\"\n          }\n        }\n      },\n      {\n        \"SequenceNumeric\": {\n          \"Value\": \"2\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"1800\"\n        },\n        \"TotalPieceQuantity\": {\n          \"Value\": \"200\"\n        },\n        \"SummaryDescription\": {\n          \"Value\": \"BOLTS\"\n        },\n        \"TransportContractDocument\": {\n          \"ID\": {\n            \"Value\": \"22AA12121212\"\n          }\n        },\n        \"OriginLocation\": {\n          \"ID\": {\n            \"Value\": \"SIN\"\n          }\n        },\n        \"FinalDestinationLocation\": {\n          \"ID\": {\n            \"Value\": \"DOH\"\n          }\n        }\n      },\n      {\n        \"SequenceNumeric\": {\n          \"Value\": \"3\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"200\"\n        },\n        \"TotalPieceQuantity\": {\n          \"Value\": \"34\"\n        },\n        \"SummaryDescription\": {\n          \"Value\": \"SCREWS\"\n        },\n        \"TransportContractDocument\": {\n          \"ID\": {\n            \"Value\": \"33AA13131313\"\n          }\n        },\n        \"OriginLocation\": {\n          \"ID\": {\n            \"Value\": \"SIN\"\n          }\n        },\n        \"FinalDestinationLocation\": {\n          \"ID\": {\n            \"Value\": \"DOH\"\n          }\n        },\n        \"HandlingSPHInstructions\": {\n          \"DescriptionCode\": {\n            \"Value\": \"VAL\"\n          }\n        }\n      }\n    ]\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fhl/json/3.00","description":"<p><strong>Message Type</strong>: FHL (House Air Waybill List) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML FHL (House Air Waybill List Message) standards in JSON format. The FHL provides details of all House AWBs under a consolidated Master AWB. Used by freight forwarders (ACAs) who consolidate multiple small shipments under one MAWB.</p>\n<p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>MAWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)</p>\n</li>\n<li><p>HAWB Number: Alphanumeric, assigned by freight forwarder (ACA)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes (uppercase)</p>\n</li>\n<li><p>Currency Codes: ISO 4217 3-letter codes</p>\n</li>\n<li><p>Country Codes: ISO 3166-1 alpha-2 codes</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fhl","json","3.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d24060a-84c2-455b-831e-fe255f8468df"},{"name":"Create House Manifest (XFHL) - IATA Cargo-XML Format","id":"3629e57f-b459-4238-83eb-cb0aca1c9951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"52478f68-482c-4878-83fe-a7567a94698e","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"ACA_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--Three House Waybills associated with a Master Air Waybill-->\n<rsm:HouseManifest xmlns:rsm=\"iata:housemanifest:1\" xmlns:ram=\"iata:datamodel:3\" >\n\t<rsm:MessageHeaderDocument>\n\t\t<ram:ID>157-12345675_TR43434344</ram:ID>\n\t\t<ram:Name>Cargo Manifest</ram:Name>\n\t\t<ram:TypeCode>785</ram:TypeCode>\n\t\t<ram:IssueDateTime>2019-01-15T10:09:30</ram:IssueDateTime>\n\t\t<ram:PurposeCode>Creation</ram:PurposeCode>\n\t\t<ram:VersionID>3.00</ram:VersionID>\n\t\t<ram:ConversationID>XFHL20190115100930018</ram:ConversationID>\n\t\t<ram:SenderParty>\n\t\t\t<ram:PrimaryID schemeID=\"C\">TESTAGT</ram:PrimaryID>\n\t\t\t<ram:PrimaryID schemeID=\"P\">CSGAGT01TEST/SIN01</ram:PrimaryID>\n\t\t</ram:SenderParty>\n\t\t<ram:RecipientParty>\n\t\t\t<ram:PrimaryID schemeID=\"C\">CCN</ram:PrimaryID>\n\t\t\t<ram:PrimaryID schemeID=\"P\">CSGAIR01HDQFMQR</ram:PrimaryID>\n\t\t</ram:RecipientParty>\n\t</rsm:MessageHeaderDocument>\n\t<rsm:BusinessHeaderDocument>\n\t\t<ram:ID>157-12345675</ram:ID>\n\t</rsm:BusinessHeaderDocument>\n\t<rsm:MasterConsignment>\n\t\t<ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">10000</ram:IncludedTareGrossWeightMeasure>\n\t\t<ram:ConsignmentItemQuantity>3</ram:ConsignmentItemQuantity>\n\t\t<ram:TotalPieceQuantity>1234</ram:TotalPieceQuantity>\n\t\t<ram:TransportContractDocument>\n\t\t\t<ram:ID>157-12345675</ram:ID>\n\t\t</ram:TransportContractDocument>\n\t\t<ram:OriginLocation>\n\t\t\t<ram:ID>SIN</ram:ID>\n\t\t</ram:OriginLocation>\n\t\t<ram:FinalDestinationLocation>\n\t\t\t<ram:ID>DOH</ram:ID>\n\t\t</ram:FinalDestinationLocation>\n\t\t<ram:IncludedHouseConsignment>\n\t\t\t<ram:SequenceNumeric>1</ram:SequenceNumeric>\n\t\t\t<ram:GrossWeightMeasure  unitCode=\"KGM\">8000</ram:GrossWeightMeasure>\n\t\t\t<ram:TotalPieceQuantity>1000</ram:TotalPieceQuantity>\n\t\t\t<ram:SummaryDescription>NUTS</ram:SummaryDescription>\n\t\t\t<ram:TransportContractDocument>\n\t\t\t\t<ram:ID>11AA11111111</ram:ID>\n\t\t\t</ram:TransportContractDocument>\n\t\t\t<ram:OriginLocation>\n\t\t\t\t<ram:ID>SIN</ram:ID>\n\t\t\t</ram:OriginLocation>\n\t\t\t<ram:FinalDestinationLocation>\n\t\t\t\t<ram:ID>DOH</ram:ID>\n\t\t\t</ram:FinalDestinationLocation>\n\t\t</ram:IncludedHouseConsignment>\n\t\t<ram:IncludedHouseConsignment>\n\t\t\t<ram:SequenceNumeric>2</ram:SequenceNumeric>\n\t\t\t<ram:GrossWeightMeasure  unitCode=\"KGM\">1800</ram:GrossWeightMeasure>\n\t\t\t<ram:TotalPieceQuantity>200</ram:TotalPieceQuantity>\n\t\t\t<ram:SummaryDescription>BOLTS</ram:SummaryDescription>\n\t\t\t<ram:TransportContractDocument>\n\t\t\t\t<ram:ID>22AA12121212</ram:ID>\n\t\t\t</ram:TransportContractDocument>\n\t\t\t<ram:OriginLocation>\n\t\t\t\t<ram:ID>SIN</ram:ID>\n\t\t\t</ram:OriginLocation>\n\t\t\t<ram:FinalDestinationLocation>\n\t\t\t\t<ram:ID>DOH</ram:ID>\n\t\t\t</ram:FinalDestinationLocation>\n\t\t</ram:IncludedHouseConsignment>\n\t\t<ram:IncludedHouseConsignment>\n\t\t\t<ram:SequenceNumeric>3</ram:SequenceNumeric>\n\t\t\t<ram:GrossWeightMeasure  unitCode=\"KGM\">200</ram:GrossWeightMeasure>\n\t\t\t<ram:TotalPieceQuantity>34</ram:TotalPieceQuantity>\n\t\t\t<ram:SummaryDescription>SCREWS</ram:SummaryDescription>\n\t\t\t<ram:TransportContractDocument>\n\t\t\t\t<ram:ID>33AA13131313</ram:ID>\n\t\t\t</ram:TransportContractDocument>\n\t\t\t<ram:OriginLocation>\n\t\t\t\t<ram:ID>SIN</ram:ID>\n\t\t\t</ram:OriginLocation>\n\t\t\t<ram:FinalDestinationLocation>\n\t\t\t\t<ram:ID>DOH</ram:ID>\n\t\t\t</ram:FinalDestinationLocation>\n\t\t\t<ram:HandlingSPHInstructions>\n\t\t\t\t<ram:DescriptionCode>VAL</ram:DescriptionCode>\n\t\t\t</ram:HandlingSPHInstructions>\n\t\t</ram:IncludedHouseConsignment>\n\t</rsm:MasterConsignment>\n</rsm:HouseManifest>"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/xml/5.10","description":"<p><strong>Message Type</strong>: XFZB (House Air Waybill List) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFZB (XML House Air Waybill List Message) standards. The XFZB is the XML equivalent of FHL, providing structured House AWB data using IATA's XML schema.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type - UN/EDIFACT 1001 (e.g., XXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created UTC (e.g., 2002-07-01T05:10:10)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Technical reference of conversation (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>House waybill header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>House waybill number (e.g., XXXXXXXXXX, 23456ABCD). House waybill number is up to 12 AN however, Cargo-XML standards allow extended length to support Postal Receptacle ID. CIMP Ref: 2.3.2</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Header note text (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor declaration</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Consignor signature name (e.g., XXXXXXXXXX, K. WILSON). CIMP Ref: 16.3 HWB 31</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration. CIMP Ref: 17</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Carrier declaration date (e.g., 2002-07-01T05:10:10). CIMP Ref: 17.2.2/3/4 HWB 32A</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Carrier signature (e.g., XXXXXXXXXX). CIMP Ref: 17.3.2 HWB 32C</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issue location</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Declaration place (e.g., XXXXXXXXXX, LHR). CIMP Ref: 17.2.6 HWB 32B</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedTareGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Master waybill total gross weight (e.g., 23). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedTareGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C</td>\n</tr>\n<tr>\n<td>MasterConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Master waybill total number of pieces (e.g., 23). CIMP Ref: 2.3.3 HWB 22J</td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master waybill details</td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument/ID</td>\n<td>String</td>\n<td>12</td>\n<td>O</td>\n<td>Master waybill number (e.g., XXXXXXXXXX, 057-12345675) - Format: nnn-n[8]. Master AWB number must be included when exchange involves airline, ground handler or customs authority. CIMP Ref: 2.1.1/2.1.3 HWB 1A/1B</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master waybill origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Master waybill origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Master waybill origin location name (e.g., XXXXXXXXXX, London Heathrow)</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master waybill final destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Master waybill destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Master waybill destination location name (e.g., XXXXXXXXXX, Bangkok)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>House consignment details (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>House consignment ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Associated reference ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for carriage (e.g., true/false). CIMP Ref: 11.6.2 HWB 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Declared value for carriage (e.g., XXXXXXXXXX). Range: 0.001-999999999999</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>No value declared for customs (e.g., true/false). CIMP Ref: 11.7.2 HWB 17</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Declared value for customs (e.g., XXXXXXXXXX). Range: 0.001-999999999999</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>No value declared for insurance (e.g., true/false). CIMP Ref: 11.8.2 HWB 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount</td>\n<td>Numeric</td>\n<td>1-11</td>\n<td>O</td>\n<td>Insurance amount (e.g., XXXXXXXXXX). Range: 0.001-999999999999</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator</td>\n<td>Boolean</td>\n<td>M</td>\n<td>M</td>\n<td>Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Weight charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Valuation charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Tax amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator</td>\n<td>Boolean</td>\n<td>M</td>\n<td>M</td>\n<td>Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total other charges due agent (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total other charges due carrier (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total prepaid charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total collect charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Total gross weight (e.g., XXXXXXXXXX). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Total volume (e.g., XXXXXXXXXX). Information needed by Carrier for ACI</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., XXX) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Total number of lines (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/PackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Total shipper's load and count (e.g., XXXXXXXXXX, 15000). Information needed by Carrier for ACI. CIMP Ref: 12.16.5</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Total number of pieces (e.g., XXXXXXXXXX, 8). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SummaryDescription</td>\n<td>String</td>\n<td>1-600</td>\n<td>M</td>\n<td>Description of goods (e.g., XXXXXXXXXX). Information needed by Carrier for ACI</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Rating type (F=Face, P=Published, A=Actual). Maximum of 3</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor internal ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., X, EAN) - UN/EDIFACT 3055</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor standard ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor name (e.g., XXXXXXXXXX). CIMP Ref: 5.4.2 HWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Consignor account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 5.2.2 HWB 3</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor address</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 5.7.4 HWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 5.6.2 HWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 5.7.2 HWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX, Switzerland)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 5.6.4 HWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., XXXXXXXXXX, US NYC) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignor contact information. CIMP Ref: 5.8</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Consignor contact name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details. At least one contact number should be completed. CIMP Ref: 5.8.4 HWB 2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee internal ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., 1, EAN) - UN/EDIFACT 3055</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee standard ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignee name (e.g., XXXXXXXXXX). CIMP Ref: 6.4.2 HWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Consignee account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 6.2.2 HWB 5</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee address</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 6.7.4 HWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 6.6.2 HWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 6.7.2 HWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 6.6.4 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignee contact information. CIMP Ref: 6.8</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Consignee contact name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details. At least one contact number should be completed. CIMP Ref: 6.8.4 HWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight forwarder details. CIMP Ref: 7</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder internal ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., 1, EAN) - UN/EDIFACT 3055</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder standard ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Freight forwarder name (e.g., XXXXXXXXXX). CIMP Ref: 7.4.2 HWB 6</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID</td>\n<td>String</td>\n<td>1-14</td>\n<td>O</td>\n<td>Freight forwarder account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 7.2.2 HWB 8</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Freight forwarder address</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., XXXXXXXXXX). At least one element should be completed</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 7.5.2 HWB 6</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., XXXXXXXXXX, US) - ISO 3166</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight forwarder contact information</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Freight forwarder contact name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other party details (0:n occurrence). CIMP Ref: 9</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Other party internal ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., 1, EAN) - UN/EDIFACT 3055</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Other party standard ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Other party name (e.g., XXXXXXXXXX). CIMP Ref: 9.2.2 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Party type code (e.g., XXXXXXXXXX, NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role</td>\n<td>Alphabetic</td>\n<td>1-70</td>\n<td>O</td>\n<td>Party type name (e.g., XXXXXXXXXX, Carrier)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Other party address</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 9.5.4 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., XXXXXXXXXX). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 9.4.2 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 9.5.2 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 9.4.4 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Specified address location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>O</td>\n<td>Location code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Location name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Other party contact information (1:n occurrence). CIMP Ref: 9.6</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Other party contact name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details. At least one contact number should be completed. CIMP Ref: 9.6.4 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Insurance details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Covering party</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Party covering insurance (e.g., XXXXXXXXXX, Consignor, Consignee, Freight Forwarder)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>House consignment origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Origin location name (e.g., XXXXXXXXXX, London Heathrow)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>House consignment final destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Destination location name (e.g., XXXXXXXXXX, Bangkok)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport and booking details (0:n occurrence). CIMP Ref: 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage, Pre-Carriage, On-Carriage)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>O</td>\n<td>Mode of transport code (e.g., XXXXXXXXXX, 4=Air) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode</td>\n<td>Alphabetic</td>\n<td>1-35</td>\n<td>O</td>\n<td>Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight number (e.g., XXXXXXXXXX, BA1234). CIMP Ref: 3.2.3 HWB 19A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric</td>\n<td>Alphabetic</td>\n<td>1-4</td>\n<td>O</td>\n<td>Transport sequence (e.g., XXXXXXXXXX, 1). Always default to 1</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Aircraft details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Carrier name (e.g., XXXXXXXXXX) - IATA Airline and Company Designators code. CIMP Ref: 3.2.2 HWB 19A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 HWB 19A/19B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Arrival airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 4.2.2/4.3.2 HWB 11A/11C</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Arrival location name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled departure date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 19A/19B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Departure airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Departure location name (e.g., XXXXXXXXXX, London Heathrow)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., XXXXXXXXXX, Airport)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport equipment (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Equipment reference/ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Equipment type code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Equipment characteristic (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Seal details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Seal number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Special handling text (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>M</td>\n<td>Special handling code (e.g., XXXXXXXXXX, EAP). CIMP Ref: HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special service request (0:n occurrence). CIMP Ref: 8 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>M</td>\n<td>SSR description (e.g., XXXXXXXXXX, MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-5</td>\n<td>O</td>\n<td>Service type code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other service information (0:n occurrence). CIMP Ref: 18 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>M</td>\n<td>OSI description (e.g., XXXXXXXXXX, EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-5</td>\n<td>O</td>\n<td>Service type code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Accounting detail (0:n occurrence). CIMP Ref: 10</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Accounting information identifier (e.g., XXXXXXXXXX). CIMP Ref: 10.2.2 HWB 10</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Accounting information (e.g., XXXXXXXXXX, PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs information (0:n occurrence). CIMP Ref: 25</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs identifier (e.g., XXXXXXXXXX, I=Item Number, L=Exemption Legend, S=System Downtime, U=Unique Consignment Reference, M=Movement Reference, A) - CIMP 1.100. At least one of Country Code, Information Identifier, or this field must be completed. CIMP Ref: 25.7 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary customs information (e.g., XXXXXXXXXX, BCBP123). CIMP Ref: 25.9 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>O</td>\n<td>Information identifier (e.g., XXXXXXXXXX, IMP=Import, EXP=Export, AGT=Agent, ISS=Regulated Agent) - CIMP 1.19. At least one of Country Code, this field, or Customs identifier must be completed. CIMP Ref: 25.5 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Country code (e.g., XXXXXXXXXX, CH) - ISO 3166. At least one of this field, Information Identifier, or Customs identifier must be completed. CIMP Ref: 25.3 HWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference documents (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Document reference number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Document issue date (e.g., 2002-07-01T05:10:10)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Document type (e.g., XXXXXXXXXX, 740=Air Waybill) - UN/EDIFACT 1001</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., XXXXXXXXXX, Air Waybill)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs origin code (e.g., XXXXXXXXXX, T2) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin currency. CIMP Ref: 11</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Origin currency code (e.g., CHF, GPD) - ISO 4217. CIMP Ref: 11.3</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Destination currency</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Destination currency code (e.g., USD, GPD) - ISO 4217. CIMP Ref: HWB (not specified)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Conversion rate qualifier (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate</td>\n<td>Numeric</td>\n<td>1-11</td>\n<td>O</td>\n<td>Currency conversion rate (e.g., 23, 2.15000). CIMP Ref: 19.4.1</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Service charges</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Service code (e.g., XXXXXXXXXX, D) - CIMP 1.38. CIMP Ref: 12.19.2 HWB 22Z</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other charges (0:n occurrence). CIMP Ref: 13</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Other charge code (e.g., XXXXXXXXXX, AC) - CIMP 1.2. Combination of charge code and entitlement code cannot be duplicated. CIMP Ref: 13.3.1 HWB 23</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Other charge reason description (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>M</td>\n<td>Charge amount (e.g., XXXXXXXXXX, 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Charge entitlement code party (e.g., XXXXXXXXXX, C=Carrier, A=Agent) - CIMP 1.3. Combination of charge code and this field cannot be duplicated. CIMP Ref: 13.3.2 HWB 23</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Line-item number (e.g., XXXXXXXXXX, 2). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines. CIMP Ref: 12.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Item type code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>List agency ID (e.g., X)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Item gross weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Item volume (e.g., XXXXXXXXXX, 12.92). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Item total charge (e.g., XXXXXXXXXX). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.3.3 HWB 22A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor</td>\n<td>Alpha-Numerical</td>\n<td>1-8</td>\n<td>O</td>\n<td>Conversion factor (e.g., XXXXXXXXXX). If Volume amount is specified, this can be left blank</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Item description (e.g., XXXXXXXXXX, TOOTH PASTE). CIMP Ref: 12.11.5 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Nature identification</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Cargo identification (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Country of origin code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD details (0:n occurrence). CIMP Ref: 12.15</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>ULD number: Type + Serial Number + Owner Code (e.g., XXXXXXXXXX, ASE1234TW) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Tare weight (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., XXX, KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>ULD characteristic code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Operating party</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>ULD owner code (e.g., XXXXXXXXXX, TW) - IATA ULD Regulations</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., X)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Package/dimension details (0:n occurrence). CIMP Ref: 12.13</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Item quantity / number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.13.15 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Package weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.13.6</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.13.5</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Dimensions</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package width (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.11 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package length (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.9 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package height (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.13 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Freight rate details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Rate class code (e.g., XXXXXXXXXX, M) - CIMP 1.4. CIMP Ref: 12.5.3 HWB 22D</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID</td>\n<td>Alpha-Numerical</td>\n<td>1-11</td>\n<td>O</td>\n<td>Commodity item number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Chargeable weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., XXX, KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate</td>\n<td>Numeric</td>\n<td>1-8</td>\n<td>O</td>\n<td>Rate or charge amount (e.g., XXXXXXXXXX, 1234.56). Range: 0.0001-99999999. Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines. CIMP Ref: 12.8.3 HWB 22G</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>O</td>\n<td>Item total charge (e.g., XXXXXXXXXX). Such information shall be included in message between shipper and forwarder but may not be included between forwarders and airlines</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Currency code (e.g., XXX) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference documents (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Document reference number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Document issue date (e.g., 2002-07-01T05:10:10)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Document type (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>RCP details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>O</td>\n<td>RCP code (e.g., XXXXXXXXXX, CDG) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>XML Schema: IATA Cargo-XML Standard (<a href=\"http://www.iata.org/IATA/2007/00\">http://www.iata.org/IATA/2007/00</a>)</p>\n</li>\n<li><p>MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)</p>\n</li>\n<li><p>HAWB Number: Alphanumeric (assigned by freight forwarder)</p>\n</li>\n<li><p>Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)</p>\n</li>\n<li><p>Country Codes: ISO 3166-1 alpha-2 codes</p>\n</li>\n</ul>\n<p><strong>Business Context</strong>:</p>\n<ul>\n<li><p>XFZB is sent by Air Cargo Agents (ACAs/Freight Forwarders)</p>\n</li>\n<li><p>Each IncludedHouseConsignment element represents one HAWB</p>\n</li>\n<li><p>All HAWBs are linked to the parent MasterConsignment (MAWB)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fzb","xml","5.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"3629e57f-b459-4238-83eb-cb0aca1c9951"},{"name":"Add House Manifest Additional Documents","id":"c16f7dd8-050d-422c-be81-4d31d021a2cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"files\": [\r\n    {\r\n      \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\r\n      \"name\": \"1.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400\r\n    },\r\n    {\r\n      \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\r\n      \"name\": \"2.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400\r\n    },\r\n    {\r\n      \"id\": \"d13e4adb-dfb5-4d3d-88ce-7d62174c42ad\",\r\n      \"name\": \"3.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","description":"<p>Use this endpoint to add documents to an existing house manifest.</p>\n<p>Before using this endpoint, the file(s) shall be uploaded to <a href=\"https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9\">File Upload API</a> first, and the response from that API shall be used in this request.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>files</td>\n<td>Array of file metadata from the <a href=\"https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9\">File Upload API</a></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Business Context</strong>:</p>\n<ul>\n<li>Use this endpoint to add documents to an existing house manifest</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fhl",":hawbId","files"],"host":["api","psw","gov","pk"],"query":[],"variable":[{"id":"af9b5e3a-137c-4daf-b9f7-244d022b5159","type":"any","value":"hawb-001","key":"hawbId"}]}},"response":[],"_postman_id":"c16f7dd8-050d-422c-be81-4d31d021a2cc"}],"id":"4cccd811-058f-470b-8b73-46c76cf8fe71","description":"<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.E8ACA.6</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>CL.I4CUS.4</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>TR.I4AL.1</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4GHA.2</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I4CUS.3</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>EPO.E2EPO.4</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E3CGNR.5</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E20EPO.24</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E21GHA.25</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.26</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.27</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E24AL.28</td>\n<td>EPO (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4cccd811-058f-470b-8b73-46c76cf8fe71","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Booking Request (FFR)","item":[{"name":"Send Flight Booking Request (FFR) - JSON Format","id":"9bbf1e9b-94bc-4ffe-87b2-5387cbcea065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"0cd63cf0-364c-4465-a9e1-2bf2ebdce6b9","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10","description":"<p><strong>Message Type</strong>: FFR (Booking Request) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML FFR (Freight Forwarder Request) standards in JSON format.</p>\n<p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes (uppercase)</p>\n</li>\n<li><p>Airline Codes: IATA 2-character codes</p>\n</li>\n<li><p>ULD Types: IATA standard ULD type codes</p>\n</li>\n<li><p>Special Handling Codes: IATA Cargo-IMP standard codes</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","ffr","json","3.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"113d8562-ce67-44dd-992d-7840b4931346","name":"Send Flight Booking Request FFR","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a717c82b-23db-4139-99a4-5b6050a044b6","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"Name\": {\n            \"Value\": \"Booking Request\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"335\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2019-11-18T14:33:36\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFMWN\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFSHA\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": null,\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"LBR\",\n            \"Value\": \"405\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"FTQ\",\n            \"Value\": \"69.0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"ShipmentTypeCode\": {\n            \"Value\": \"T\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"0\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"ProductID\": null,\n        \"SummaryDescription\": {\n            \"Value\": \"MEDICAL SUPPLIES\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"526-42181860\"\n            }\n        },\n        \"ConsignorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"Name\": {\n                \"Value\": \"PACIFIC BLUE DELIVERY\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"96701\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"99-880 IWAENA ST.\"\n                },\n                \"CityName\": {\n                    \"Value\": \"AIEA\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HI\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"HI\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"18084867654\"\n                    }\n                }\n            }\n        },\n        \"RequestorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"IND\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"HNL\"\n            }\n        },\n        \"SpecifiedLogisticsTransportMovement\": [\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"WN1371\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"WN\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T14:50:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T13:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"IND\"\n                        }\n                    }\n                }\n            },\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"HA0017\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"2\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"HA\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T06:05:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"HNL\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T01:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                }\n            }\n        ],\n        \"IncludedMasterConsignmentItem\": [\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"7.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"9.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"6.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"13.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"20.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"16.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"333\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"14\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"333\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"25.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"18.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7608c37a-1f71-4a13-bc2e-15a7233058b2","name":"Send Flight Booking Response FFA","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d7f9afde-6a82-472a-b892-a4d8ac943fae","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"Name\": {\n            \"Value\": \"Booking Request\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"335\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2019-11-18T14:33:36\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Response\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"526-42181860\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFMWN\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"HDQFSHA\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"526-42181860\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": null,\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"LBR\",\n            \"Value\": \"405\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"FTQ\",\n            \"Value\": \"69.0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"ShipmentTypeCode\": {\n            \"Value\": \"T\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"0\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"ProductID\": null,\n        \"SummaryDescription\": {\n            \"Value\": \"MEDICAL SUPPLIES\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"526-42181860\"\n            }\n        },\n        \"ConsignorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"Name\": {\n                \"Value\": \"PACIFIC BLUE DELIVERY\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"96701\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"99-880 IWAENA ST.\"\n                },\n                \"CityName\": {\n                    \"Value\": \"AIEA\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HI\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"HI\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"18084867654\"\n                    }\n                }\n            }\n        },\n        \"RequestorParty\": {\n            \"Name\": {\n                \"Value\": \"SEKO WORLDWIDE\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"46168\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1301 PERRY ROAD\"\n                },\n                \"CityName\": {\n                    \"Value\": \"PLAINFIELD\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"US\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"US\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"IN\"\n                },\n                \"PostOfficeBox\": null,\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"IN\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"13178388700\"\n                    }\n                }\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"IND\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"HNL\"\n            }\n        },\n        \"SpecifiedLogisticsTransportMovement\": [\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"WN1371\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"WN\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T14:50:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-18T13:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"IND\"\n                        }\n                    }\n                }\n            },\n            {\n                \"StageCode\": {\n                    \"Value\": \"Main-Carriage\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"Air Transport\"\n                },\n                \"ID\": {\n                    \"Value\": \"HA0017\"\n                },\n                \"SequenceNumeric\": {\n                    \"Value\": \"2\"\n                },\n                \"SpaceAllocationCode\": {\n                    \"Value\": \"NN\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"HA\"\n                    }\n                },\n                \"ArrivalEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T06:05:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"HNL\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2019-11-19T01:40:00\"\n                    },\n                    \"OccurrenceDepartureLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LAS\"\n                        }\n                    }\n                }\n            }\n        ],\n        \"IncludedMasterConsignmentItem\": [\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"7.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"9.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"6.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"13.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"15.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"24\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"24\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"20.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"16.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            },\n            {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"LBR\",\n                    \"Value\": \"333\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"14\"\n                },\n                \"TransportLogisticsPackage\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"LBR\",\n                        \"Value\": \"333\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"17.0\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"25.0\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"INH\",\n                            \"Value\": \"18.0\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CommodityItemID\": {\n                        \"Value\": \"0000\"\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9bbf1e9b-94bc-4ffe-87b2-5387cbcea065"},{"name":"Send Flight Booking Request (XFFR) - IATA Cargo-XML Format","id":"bcbe2460-0d4c-4331-b832-c8b1e853a4ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"db149cce-95b4-43a6-afcc-b2907d11bb4e","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10","description":"<p><strong>Message Type</strong>: XFFR (Booking Request) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFFR (XML Freight Forwarder Request) standards. The XFFR is the XML equivalent of FFR.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID - Contains technical reference identification provided by sender</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Must be 'Transport Loading Report' for FBL</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Must be '122' for FBL</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response'</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Message version (e.g. 3.00)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Technical reference of series of messages within conversation</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (T=Teletype, C=Certified Party, P=Participant, TP=Concatenate T and P, O=Other). C for Certified Party must always be present</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (T=Teletype, C=Certified Party, P=Participant, TP=Concatenate T and P, O=Other). C for Certified Party must always be present</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Business header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Header note qualifier</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Header note text - Free text</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport movement/flight details</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/StageCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Must be 'Main-Carriage'</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/ModeCode</td>\n<td>Numeric</td>\n<td>1-15</td>\n<td>M</td>\n<td>Code of Mode of Transport (4=Air Transport) - UNECE Rec.19</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/Mode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Name of Mode of Transport (e.g. 'AIR TRANSPORT')</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Flight number (e.g. BA1234)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Sequence number identifying the transport (defaults to 1 in FBL)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit of measurement (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Total volume on flight (with unitCode attribute)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit of measurement - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Total pieces on flight</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalPieceQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit of measurement - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalTransportEquipmentQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Total ULDs on flight</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit of measurement - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Aircraft details</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure details</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure date/time</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure location</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Departure airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Departure airport name</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other'</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Customs note code - Information Identifier (CIMP 1.19)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary Customs Information</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/SubjectCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs, Security and Regulatory Control Information Identifier (CIMP 1.100)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 country code (pattern: [A-Z]{2})</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/RelatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>M</td>\n<td>Customs Origin Code - CIMP 1.49</td>\n</tr>\n<tr>\n<td>ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival/destination details (1:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Arrival airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Arrival airport name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other'</td>\n</tr>\n<tr>\n<td>ArrivalEvent/NilCargoIndication</td>\n<td>String</td>\n<td>1-5</td>\n<td>O</td>\n<td>Indicates no cargo to be unloaded (value: 'Nil')</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Cargo details at destination (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Cargo type code (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master consignment details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Consignment gross weight. Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Consignment volume. Must be completed if Density Group not completed</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode</td>\n<td>Numeric</td>\n<td>1</td>\n<td>O</td>\n<td>Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Total pieces in consignment</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Manifest description of goods</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Movement priority code (e.g. H=High) - CIMP 1.12</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>AWB details</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>AWB number - Format: nnn-n[8] (3-digit airline code + hyphen + 8-digit serial number)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Origin airport name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Final destination location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Destination airport name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling instructions (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Handling instruction text - Can be from CIMP 1.16/1.14 or free text</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>O</td>\n<td>Information Identifier - CIMP 1.19</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary Customs Information</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs Information Identifier - CIMP 1.100</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>M</td>\n<td>Customs Origin Code - CIMP 1.49</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Package/dimension details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces in dimension group</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Item unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Package gross weight. Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Package dimensions</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package width</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package length</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package height</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Pre-carriage flight number</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Pre-carriage arrival timing</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Pre-carriage arrival date/time</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Loading event details</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Loading location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>O</td>\n<td>Loading location code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Loading location name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Forwarding agent details</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Forwarding agent abbreviated name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-11</td>\n<td>O</td>\n<td>Full ULD number (type + serial + owner + loading indicator)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>ULD type code - IATA ULD Regulations</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>ULD Loading Indicator (height/loading limitation) - CIMP 1.47</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>ULD content gross weight. Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>ULD operator</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>ULD owner code (airline or leasing company) - IATA ULD Regulations</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>XML Schema: IATA Cargo-XML Standard (<a href=\"http://www.iata.org/IATA/2007/00\">http://www.iata.org/IATA/2007/00</a>)</p>\n</li>\n<li><p>AWB Number Format: XXX-XXXXXXXX (embedded in ID element)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes</p>\n</li>\n<li><p>Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)</p>\n</li>\n<li><p>Transport Mode: UN/EDIFACT codes</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","ffr","xml","3.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"78f2fa67-d97a-41ff-b173-db279b1dfcec","name":"Send Flight Booking Request XFFR","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ecae4428-663d-4fe7-8705-ded66a1fa70c","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<rsm:BookingRequest\n  xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n  xmlns:rsm=\"iata:bookingrequest:1\"\n  xmlns:ram=\"iata:datamodel:3\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"iata:bookingrequest:1 BookingRequest_1.xsd\"\n>\n    <rsm:MessageHeaderDocument>\n        <ram:ID>526-42181860</ram:ID>\n        <ram:Name>Booking Request</ram:Name>\n        <ram:TypeCode>335</ram:TypeCode>\n        <ram:IssueDateTime>2019-11-18T14:33:36</ram:IssueDateTime>\n        <ram:PurposeCode>Creation</ram:PurposeCode>\n        <ram:VersionID>3.10</ram:VersionID>\n        <ram:ConversationID>526-42181860</ram:ConversationID>\n        <ram:SenderParty>\n            <ram:PrimaryID schemeID=\"C\">HDQFMWN</ram:PrimaryID>\n        </ram:SenderParty>\n        <ram:RecipientParty>\n            <ram:PrimaryID schemeID=\"C\">HDQFSHA</ram:PrimaryID>\n        </ram:RecipientParty>\n    </rsm:MessageHeaderDocument>\n    <rsm:BusinessHeaderDocument>\n        <ram:ID>526-42181860</ram:ID>\n    </rsm:BusinessHeaderDocument>\n    <rsm:MasterConsignment>\n        <ram:ID />\n        <ram:IncludedTareGrossWeightMeasure unitCode=\"LBR\">\n      405\n    </ram:IncludedTareGrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"FTQ\">69.0</ram:GrossVolumeMeasure>\n        <ram:LoadTypeCode>BLK</ram:LoadTypeCode>\n        <ram:ShipmentTypeCode>T</ram:ShipmentTypeCode>\n        <ram:DensityGroupCode>0</ram:DensityGroupCode>\n        <ram:PackageQuantity>0</ram:PackageQuantity>\n        <ram:TotalPieceQuantity>17</ram:TotalPieceQuantity>\n        <ram:ProductID />\n        <ram:SummaryDescription>MEDICAL SUPPLIES</ram:SummaryDescription>\n        <ram:TransportContractDocument>\n            <ram:ID>526-42181860</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:ConsignorParty>\n            <ram:Name>SEKO WORLDWIDE</ram:Name>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>46168</ram:PostcodeCode>\n                <ram:StreetName>1301 PERRY ROAD</ram:StreetName>\n                <ram:CityName>PLAINFIELD</ram:CityName>\n                <ram:CountryID>US</ram:CountryID>\n                <ram:CountryName>US</ram:CountryName>\n                <ram:CountrySubDivisionName>IN</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox />\n                <ram:CountrySubDivisionID>IN</ram:CountrySubDivisionID>\n            </ram:PostalStructuredAddress>\n            <ram:DefinedTradeContact>\n                <ram:DirectTelephoneCommunication>\n                    <ram:CompleteNumber>13178388700</ram:CompleteNumber>\n                </ram:DirectTelephoneCommunication>\n            </ram:DefinedTradeContact>\n        </ram:ConsignorParty>\n        <ram:ConsigneeParty>\n            <ram:Name>PACIFIC BLUE DELIVERY</ram:Name>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>96701</ram:PostcodeCode>\n                <ram:StreetName>99-880 IWAENA ST.</ram:StreetName>\n                <ram:CityName>AIEA</ram:CityName>\n                <ram:CountryID>US</ram:CountryID>\n                <ram:CountryName>US</ram:CountryName>\n                <ram:CountrySubDivisionName>HI</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox />\n                <ram:CountrySubDivisionID>HI</ram:CountrySubDivisionID>\n            </ram:PostalStructuredAddress>\n            <ram:DefinedTradeContact>\n                <ram:DirectTelephoneCommunication>\n                    <ram:CompleteNumber>18084867654</ram:CompleteNumber>\n                </ram:DirectTelephoneCommunication>\n            </ram:DefinedTradeContact>\n        </ram:ConsigneeParty>\n        <ram:RequestorParty>\n            <ram:Name>SEKO WORLDWIDE</ram:Name>\n            <ram:RoleCode>CA</ram:RoleCode>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>46168</ram:PostcodeCode>\n                <ram:StreetName>1301 PERRY ROAD</ram:StreetName>\n                <ram:CityName>PLAINFIELD</ram:CityName>\n                <ram:CountryID>US</ram:CountryID>\n                <ram:CountryName>US</ram:CountryName>\n                <ram:CountrySubDivisionName>IN</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox />\n                <ram:CountrySubDivisionID>IN</ram:CountrySubDivisionID>\n            </ram:PostalStructuredAddress>\n            <ram:DefinedTradeContact>\n                <ram:DirectTelephoneCommunication>\n                    <ram:CompleteNumber>13178388700</ram:CompleteNumber>\n                </ram:DirectTelephoneCommunication>\n            </ram:DefinedTradeContact>\n        </ram:RequestorParty>\n        <ram:OriginLocation>\n            <ram:ID>IND</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n            <ram:ID>HNL</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:SpecifiedLogisticsTransportMovement>\n            <ram:StageCode>Main-Carriage</ram:StageCode>\n            <ram:ModeCode>4</ram:ModeCode>\n            <ram:Mode>Air Transport</ram:Mode>\n            <ram:ID>WN1371</ram:ID>\n            <ram:SequenceNumeric>1</ram:SequenceNumeric>\n            <ram:SpaceAllocationCode>NN</ram:SpaceAllocationCode>\n            <ram:UsedLogisticsTransportMeans>\n                <ram:Name>WN</ram:Name>\n            </ram:UsedLogisticsTransportMeans>\n            <ram:ArrivalEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-18T14:50:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceArrivalLocation>\n                    <ram:ID>LAS</ram:ID>\n                </ram:OccurrenceArrivalLocation>\n            </ram:ArrivalEvent>\n            <ram:DepartureEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-18T13:40:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceDepartureLocation>\n                    <ram:ID>IND</ram:ID>\n                </ram:OccurrenceDepartureLocation>\n            </ram:DepartureEvent>\n        </ram:SpecifiedLogisticsTransportMovement>\n        <ram:SpecifiedLogisticsTransportMovement>\n            <ram:StageCode>Main-Carriage</ram:StageCode>\n            <ram:ModeCode>4</ram:ModeCode>\n            <ram:Mode>Air Transport</ram:Mode>\n            <ram:ID>HA0017</ram:ID>\n            <ram:SequenceNumeric>2</ram:SequenceNumeric>\n            <ram:SpaceAllocationCode>NN</ram:SpaceAllocationCode>\n            <ram:UsedLogisticsTransportMeans>\n                <ram:Name>HA</ram:Name>\n            </ram:UsedLogisticsTransportMeans>\n            <ram:ArrivalEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-19T06:05:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceArrivalLocation>\n                    <ram:ID>HNL</ram:ID>\n                </ram:OccurrenceArrivalLocation>\n            </ram:ArrivalEvent>\n            <ram:DepartureEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-19T01:40:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceDepartureLocation>\n                    <ram:ID>LAS</ram:ID>\n                </ram:OccurrenceDepartureLocation>\n            </ram:DepartureEvent>\n        </ram:SpecifiedLogisticsTransportMovement>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>1</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">7.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">9.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">6.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>1</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">15.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">13.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">15.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>1</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">17.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">20.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">16.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">333</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>14</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">333</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">17.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">25.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">18.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n    </rsm:MasterConsignment>\n</rsm:BookingRequest>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e49c97e2-2be1-4e10-a22f-f9992727f579","name":"Send Flight Booking Response FFA","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"cdadddb5-b015-4900-b2f9-66892cb02eb5","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<rsm:BookingRequest\n  xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n  xmlns:rsm=\"iata:bookingrequest:1\"\n  xmlns:ram=\"iata:datamodel:3\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"iata:bookingrequest:1 BookingRequest_1.xsd\"\n>\n    <rsm:MessageHeaderDocument>\n        <ram:ID>526-42181860</ram:ID>\n        <ram:Name>Booking Request</ram:Name>\n        <ram:TypeCode>335</ram:TypeCode>\n        <ram:IssueDateTime>2019-11-18T14:33:36</ram:IssueDateTime>\n        <ram:PurposeCode>Response</ram:PurposeCode>\n        <ram:VersionID>3.10</ram:VersionID>\n        <ram:ConversationID>526-42181860</ram:ConversationID>\n        <ram:SenderParty>\n            <ram:PrimaryID schemeID=\"C\">HDQFMWN</ram:PrimaryID>\n        </ram:SenderParty>\n        <ram:RecipientParty>\n            <ram:PrimaryID schemeID=\"C\">HDQFSHA</ram:PrimaryID>\n        </ram:RecipientParty>\n    </rsm:MessageHeaderDocument>\n    <rsm:BusinessHeaderDocument>\n        <ram:ID>526-42181860</ram:ID>\n    </rsm:BusinessHeaderDocument>\n    <rsm:MasterConsignment>\n        <ram:ID />\n        <ram:IncludedTareGrossWeightMeasure unitCode=\"LBR\">\n      405\n    </ram:IncludedTareGrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"FTQ\">69.0</ram:GrossVolumeMeasure>\n        <ram:LoadTypeCode>BLK</ram:LoadTypeCode>\n        <ram:ShipmentTypeCode>T</ram:ShipmentTypeCode>\n        <ram:DensityGroupCode>0</ram:DensityGroupCode>\n        <ram:PackageQuantity>0</ram:PackageQuantity>\n        <ram:TotalPieceQuantity>17</ram:TotalPieceQuantity>\n        <ram:ProductID />\n        <ram:SummaryDescription>MEDICAL SUPPLIES</ram:SummaryDescription>\n        <ram:TransportContractDocument>\n            <ram:ID>526-42181860</ram:ID>\n        </ram:TransportContractDocument>\n        <ram:ConsignorParty>\n            <ram:Name>SEKO WORLDWIDE</ram:Name>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>46168</ram:PostcodeCode>\n                <ram:StreetName>1301 PERRY ROAD</ram:StreetName>\n                <ram:CityName>PLAINFIELD</ram:CityName>\n                <ram:CountryID>US</ram:CountryID>\n                <ram:CountryName>US</ram:CountryName>\n                <ram:CountrySubDivisionName>IN</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox />\n                <ram:CountrySubDivisionID>IN</ram:CountrySubDivisionID>\n            </ram:PostalStructuredAddress>\n            <ram:DefinedTradeContact>\n                <ram:DirectTelephoneCommunication>\n                    <ram:CompleteNumber>13178388700</ram:CompleteNumber>\n                </ram:DirectTelephoneCommunication>\n            </ram:DefinedTradeContact>\n        </ram:ConsignorParty>\n        <ram:ConsigneeParty>\n            <ram:Name>PACIFIC BLUE DELIVERY</ram:Name>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>96701</ram:PostcodeCode>\n                <ram:StreetName>99-880 IWAENA ST.</ram:StreetName>\n                <ram:CityName>AIEA</ram:CityName>\n                <ram:CountryID>US</ram:CountryID>\n                <ram:CountryName>US</ram:CountryName>\n                <ram:CountrySubDivisionName>HI</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox />\n                <ram:CountrySubDivisionID>HI</ram:CountrySubDivisionID>\n            </ram:PostalStructuredAddress>\n            <ram:DefinedTradeContact>\n                <ram:DirectTelephoneCommunication>\n                    <ram:CompleteNumber>18084867654</ram:CompleteNumber>\n                </ram:DirectTelephoneCommunication>\n            </ram:DefinedTradeContact>\n        </ram:ConsigneeParty>\n        <ram:RequestorParty>\n            <ram:Name>SEKO WORLDWIDE</ram:Name>\n            <ram:RoleCode>CA</ram:RoleCode>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>46168</ram:PostcodeCode>\n                <ram:StreetName>1301 PERRY ROAD</ram:StreetName>\n                <ram:CityName>PLAINFIELD</ram:CityName>\n                <ram:CountryID>US</ram:CountryID>\n                <ram:CountryName>US</ram:CountryName>\n                <ram:CountrySubDivisionName>IN</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox />\n                <ram:CountrySubDivisionID>IN</ram:CountrySubDivisionID>\n            </ram:PostalStructuredAddress>\n            <ram:DefinedTradeContact>\n                <ram:DirectTelephoneCommunication>\n                    <ram:CompleteNumber>13178388700</ram:CompleteNumber>\n                </ram:DirectTelephoneCommunication>\n            </ram:DefinedTradeContact>\n        </ram:RequestorParty>\n        <ram:OriginLocation>\n            <ram:ID>IND</ram:ID>\n        </ram:OriginLocation>\n        <ram:FinalDestinationLocation>\n            <ram:ID>HNL</ram:ID>\n        </ram:FinalDestinationLocation>\n        <ram:SpecifiedLogisticsTransportMovement>\n            <ram:StageCode>Main-Carriage</ram:StageCode>\n            <ram:ModeCode>4</ram:ModeCode>\n            <ram:Mode>Air Transport</ram:Mode>\n            <ram:ID>WN1371</ram:ID>\n            <ram:SequenceNumeric>1</ram:SequenceNumeric>\n            <ram:SpaceAllocationCode>NN</ram:SpaceAllocationCode>\n            <ram:UsedLogisticsTransportMeans>\n                <ram:Name>WN</ram:Name>\n            </ram:UsedLogisticsTransportMeans>\n            <ram:ArrivalEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-18T14:50:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceArrivalLocation>\n                    <ram:ID>LAS</ram:ID>\n                </ram:OccurrenceArrivalLocation>\n            </ram:ArrivalEvent>\n            <ram:DepartureEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-18T13:40:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceDepartureLocation>\n                    <ram:ID>IND</ram:ID>\n                </ram:OccurrenceDepartureLocation>\n            </ram:DepartureEvent>\n        </ram:SpecifiedLogisticsTransportMovement>\n        <ram:SpecifiedLogisticsTransportMovement>\n            <ram:StageCode>Main-Carriage</ram:StageCode>\n            <ram:ModeCode>4</ram:ModeCode>\n            <ram:Mode>Air Transport</ram:Mode>\n            <ram:ID>HA0017</ram:ID>\n            <ram:SequenceNumeric>2</ram:SequenceNumeric>\n            <ram:SpaceAllocationCode>NN</ram:SpaceAllocationCode>\n            <ram:UsedLogisticsTransportMeans>\n                <ram:Name>HA</ram:Name>\n            </ram:UsedLogisticsTransportMeans>\n            <ram:ArrivalEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-19T06:05:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceArrivalLocation>\n                    <ram:ID>HNL</ram:ID>\n                </ram:OccurrenceArrivalLocation>\n            </ram:ArrivalEvent>\n            <ram:DepartureEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2019-11-19T01:40:00\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceDepartureLocation>\n                    <ram:ID>LAS</ram:ID>\n                </ram:OccurrenceDepartureLocation>\n            </ram:DepartureEvent>\n        </ram:SpecifiedLogisticsTransportMovement>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>1</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">7.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">9.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">6.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>1</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">15.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">13.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">15.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>1</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">24</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">17.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">20.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">16.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n        <ram:IncludedMasterConsignmentItem>\n            <ram:GrossWeightMeasure unitCode=\"LBR\">333</ram:GrossWeightMeasure>\n            <ram:PieceQuantity>14</ram:PieceQuantity>\n            <ram:TransportLogisticsPackage>\n                <ram:GrossWeightMeasure unitCode=\"LBR\">333</ram:GrossWeightMeasure>\n                <ram:LinearSpatialDimension>\n                    <ram:WidthMeasure unitCode=\"INH\">17.0</ram:WidthMeasure>\n                    <ram:LengthMeasure unitCode=\"INH\">25.0</ram:LengthMeasure>\n                    <ram:HeightMeasure unitCode=\"INH\">18.0</ram:HeightMeasure>\n                </ram:LinearSpatialDimension>\n            </ram:TransportLogisticsPackage>\n            <ram:ApplicableFreightRateServiceCharge>\n                <ram:CommodityItemID>0000</ram:CommodityItemID>\n            </ram:ApplicableFreightRateServiceCharge>\n        </ram:IncludedMasterConsignmentItem>\n    </rsm:MasterConsignment>\n</rsm:BookingRequest>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bcbe2460-0d4c-4331-b832-c8b1e853a4ed"}],"id":"dc7ad000-ed3d-442d-a2ad-9083be9d8141","description":"<p><strong>Requirement Reference</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EQ.E6ACA.10</td>\n<td>e-Quote</td>\n</tr>\n<tr>\n<td>EPO.E6EPO.8</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E6AL.9</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>P.E38GHA.11</td>\n<td>e-Post (Export)</td>\n</tr>\n<tr>\n<td>P.E38P.12</td>\n<td>e-Post (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"dc7ad000-ed3d-442d-a2ad-9083be9d8141","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Freight Status Updates (FSU)","item":[{"name":"Send Freight Status Updates (FSU) - JSON Format","id":"79b31cad-e63b-4fae-99d1-76e3e6c0fb6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c0198c21-36b0-405d-bcce-72fcc199cc8e","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a\"\n    },\n    \"Name\": {\n      \"Value\": \"Cargo Status\"\n    },\n    \"TypeCode\": {\n      \"Value\": \"34\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2015-04-03T08:49:48\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"6.00\"\n    },\n    \"SenderParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"QLMBAIB\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"T\",\n          \"Value\": \"QLMBAIB\"\n        }\n      }\n    ],\n    \"RecipientParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"TRGLIVE\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"T\",\n          \"Value\": \"TRGLIVE\"\n        }\n      }\n    ]\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"125-19160481-BKD\"\n    }\n  },\n  \"MasterConsignment\": {\n    \"GrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"1481.0\"\n    },\n    \"PieceQuantity\": {\n      \"Value\": \"0\"\n    },\n    \"LoadTypeCode\": {\n      \"Value\": \"BLK\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"0\"\n    },\n    \"TransportSplitDescription\": {\n      \"Value\": \"T\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"125-19160481\"\n      },\n      \"Name\": {\n        \"Value\": \"Air Waybill\"\n      },\n      \"TypeCode\": {\n        \"Value\": \"740\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"LHR\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"TYO\"\n      }\n    },\n    \"ReportedStatus\": {\n      \"ReasonCode\": {\n        \"Value\": \"BKD\"\n      },\n      \"AssociatedStatusConsignment\": {\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"1481.0\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n          \"Value\": \"T\"\n        },\n        \"SpecifiedLogisticsTransportMovement\": {\n          \"ID\": {\n            \"Value\": \"BA005\"\n          },\n          \"ScheduledArrivalEvent\": {\n            \"ScheduledOccurrenceDateTime\": {\n              \"Value\": \"2015-04-06T00:00:00\"\n            }\n          },\n          \"ArrivalEvent\": {\n            \"ArrivalOccurrenceDateTime\": {\n              \"Value\": \"2015-04-07T09:10:00\"\n            },\n            \"ArrivalDateTimeTypeCode\": {\n              \"Value\": \"S\"\n            }\n          },\n          \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n              \"Value\": \"2015-04-06T13:30:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n              \"Value\": \"S\"\n            }\n          },\n          \"CarrierParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"BA\"\n            }\n          },\n          \"SpecifiedLocation\": [\n            {\n              \"ID\": {\n                \"Value\": \"LHR\"\n              },\n              \"TypeCode\": {\n                \"Value\": \"Airport\"\n              },\n              \"FlightStatusTypeCode\": {\n                \"Value\": \"D\"\n              }\n            },\n            {\n              \"ID\": {\n                \"Value\": \"NRT\"\n              },\n              \"TypeCode\": {\n                \"Value\": \"Airport\"\n              },\n              \"FlightStatusTypeCode\": {\n                \"Value\": \"A\"\n              }\n            }\n          ],\n          \"SpecifiedEvent\": {\n            \"OccurrenceDateTime\": {\n              \"Value\": \"2015-04-06T00:00:00\"\n            },\n            \"DateTimeTypeCode\": {\n              \"Value\": \"S\"\n            }\n          }\n        },\n        \"HandlingOSIInstructions\": {\n          \"Description\": {\n            \"Value\": \"PRODUCT-M-ULD\"\n          },\n          \"DescriptionCode\": {\n            \"Value\": \"OSI\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00","description":"<p><strong>Message Type</strong>: FSU (Freight Status Update) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFSU (Freight Status Update) standards in JSON format.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.Name.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name (e.g., Cargo Status)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.TypeCode.Value</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type - UN/EDIFACT 1001 (e.g., 34)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.IssueDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created UTC (e.g., 2015-04-03T08:49:48)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.PurposeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function (e.g., Creation)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.VersionID.Value</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version (e.g., 6.00)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty[].PrimaryID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification (e.g., QLMBAIB)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.SenderParty[].PrimaryID.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (C=Certified Party, T=Teletype)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty[].PrimaryID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification (e.g., TRGLIVE)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument.RecipientParty[].PrimaryID.schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (C=Certified Party, T=Teletype)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Status message header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument.ID.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Status message identification (e.g., 125-19160481-BKD)</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment.GrossWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported</td>\n</tr>\n<tr>\n<td>MasterConsignment.GrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.PieceQuantity.Value</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 0)</td>\n</tr>\n<tr>\n<td>MasterConsignment.LoadTypeCode.Value</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Type of load (e.g., BLK=Bulk, ULD=Containerized)</td>\n</tr>\n<tr>\n<td>MasterConsignment.TotalPieceQuantity.Value</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Total number of pieces (e.g., 0)</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportSplitDescription.Value</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Waybill details</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument.ID.Value</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Waybill number (e.g., 125-19160481) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1/2.2/2.3</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument.Name.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., Air Waybill, House Waybill)</td>\n</tr>\n<tr>\n<td>MasterConsignment.TransportContractDocument.TypeCode.Value</td>\n<td>Numeric</td>\n<td>4</td>\n<td>M</td>\n<td>Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill)</td>\n</tr>\n<tr>\n<td>MasterConsignment.OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment.OriginLocation.ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment.FinalDestinationLocation.ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Status details (1:n occurrence). Multiple status reporting only restricted to BKD status</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].ReasonCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated status consignment details</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.GrossWeightMeasure.Value</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.GrossWeightMeasure.unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.PieceQuantity.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 1)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.TransportSplitDescription.Value</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code (e.g., T) - CIMP 1.15</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ID.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ScheduledArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival event</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ArrivalEvent.ArrivalOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].ArrivalEvent.ArrivalDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].DepartureEvent.DepartureOccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].DepartureEvent.DepartureDateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].CarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier details</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].CarrierParty.PrimaryID.Value</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Location status (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[].ID.Value</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[].TypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedLocation[].FlightStatusTypeCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>M</td>\n<td>Location status identification (e.g., D=Departure, A=Arrival, Transit)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedEvent.OccurrenceDateTime.Value</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement[].SpecifiedEvent.DateTimeTypeCode.Value</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.HandlingOSIInstructions[]</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other service information (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.HandlingOSIInstructions[].Description.Value</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment.ReportedStatus[].AssociatedStatusConsignment.HandlingOSIInstructions[].DescriptionCode.Value</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes (uppercase)</p>\n</li>\n<li><p>Airline Codes: IATA 2-character codes</p>\n</li>\n<li><p>ULD Types: IATA standard ULD type codes</p>\n</li>\n<li><p>Special Handling Codes: IATA Cargo-IMP standard codes</p>\n</li>\n</ul>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xfsu_sample1_v6-en.xml\">https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xfsu_sample1_v6-en.xml</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fsu","json","6.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"971f6d59-56da-48ce-b86b-36d3e1ad40f1","name":"Send BKD Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9134a21e-9c8b-400c-bd3d-709fa3acd64b","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2015-04-03T08:49:48\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QLMBAIB\"\n                }\n            }\n        ],\n        \"RecipientParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"TRGLIVE\"\n                }\n            }\n        ]\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"125-19160481-BKD\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1481.0\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"0\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"125-19160481\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"TYO\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"BKD\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"1481.0\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"DiscrepancyDescriptionCode\": {\n                    \"Value\": \"DSAW\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"BA005\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-07T09:10:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T13:30:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"BA\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"LHR\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"NRT\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2015-04-06T00:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    }\n                },\n                \"HandlingOSIInstructions\": {\n                    \"Description\": {\n                        \"Value\": \"PRODUCT-M-ULD\"\n                    },\n                    \"DescriptionCode\": {\n                        \"Value\": \"OSI\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"9775dab9-eec7-4b4c-8724-ce70e13e6958","name":"Send RCS Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"7a4db9d2-99df-47a6-acf6-fe6e039ef9c1","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363RCS_164fb2c6-f208-41c6-99a2-9d8f22bb0312\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363-RCS\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"3861\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61538363\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"GRU\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"RCS\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"3861\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"GRU\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Departure\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:41:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"5a41f8ca-e6bb-4ffe-af5d-b419dc30c794","name":"Send PRE Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"464391fe-6ef4-4000-ad87-3931eb91d718","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263PRE_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-PRE\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"ULD\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"PRE\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"0.1\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:31:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-08T00:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"S\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"CDG\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Departure\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"Arrival\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:56:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"764f67d8-ecd9-4170-b361-3e0d4fcb275f","name":"Send DEP Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4fe831c4-f011-479c-8126-1fae3bc88491","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61893263-DEP\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"90\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61893263\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BEY\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"DEP\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"90\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF6940\"\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": [\n                        {\n                            \"ID\": {\n                                \"Value\": \"BEY\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"D\"\n                            }\n                        },\n                        {\n                            \"ID\": {\n                                \"Value\": \"AMS\"\n                            },\n                            \"TypeCode\": {\n                                \"Value\": \"Airport\"\n                            },\n                            \"FlightStatusTypeCode\": {\n                                \"Value\": \"A\"\n                            }\n                        }\n                    ],\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:30:00Z\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"fa0c249a-b29a-4782-9087-ca320d782b55","name":"Send FOH Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c73dc66c-0a75-4d07-985c-d09558b8e6a9","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363FOH_164fb2c6-f208-41c6-99a2-9d8f22bb0312\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-61538363-FOH\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"3861\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"1\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-61538363\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"GRU\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LHR\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"FOH\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"3861\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"1\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"GRU\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Departure\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T10:41:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"eea3af38-d371-434e-9031-d1d210cd4524","name":"Send ARR Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0aa24195-bfbf-409f-9b81-376fc2e4da26","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"MessageHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"006-27650965ARR_e6aa51dc-573a-4804-ac61-af41c5897c47\"\n    },\n    \"Name\": {\n      \"Value\": \"Cargo Status\"\n    },\n    \"TypeCode\": {\n      \"Value\": \"34\"\n    },\n    \"IssueDateTime\": {\n      \"Value\": \"2017-11-09T12:51:00Z\"\n    },\n    \"PurposeCode\": {\n      \"Value\": \"Creation\"\n    },\n    \"VersionID\": {\n      \"Value\": \"6.00\"\n    },\n    \"SenderParty\": [\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"C\",\n          \"Value\": \"QVIFMAF\"\n        }\n      },\n      {\n        \"PrimaryID\": {\n          \"schemeID\": \"T\",\n          \"Value\": \"QVIFMAF\"\n        }\n      }\n    ],\n    \"RecipientParty\": {\n      \"PrimaryID\": {\n        \"schemeID\": \"C\",\n        \"Value\": \"QHZEMKL\"\n      }\n    }\n  },\n  \"BusinessHeaderDocument\": {\n    \"ID\": {\n      \"Value\": \"006-27650965-ARR\"\n    }\n  },\n  \"MasterConsignment\": {\n    \"GrossWeightMeasure\": {\n      \"unitCode\": \"KGM\",\n      \"Value\": \"2815\"\n    },\n    \"PieceQuantity\": {\n      \"Value\": \"17\"\n    },\n    \"LoadTypeCode\": {\n      \"Value\": \"BLK\"\n    },\n    \"TotalPieceQuantity\": {\n      \"Value\": \"17\"\n    },\n    \"TransportSplitDescription\": {\n      \"Value\": \"T\"\n    },\n    \"TransportContractDocument\": {\n      \"ID\": {\n        \"Value\": \"006-27650965\"\n      },\n      \"Name\": {\n        \"Value\": \"Air Waybill\"\n      },\n      \"TypeCode\": {\n        \"Value\": \"740\"\n      }\n    },\n    \"OriginLocation\": {\n      \"ID\": {\n        \"Value\": \"BOS\"\n      }\n    },\n    \"FinalDestinationLocation\": {\n      \"ID\": {\n        \"Value\": \"LYS\"\n      }\n    },\n    \"ReportedStatus\": {\n      \"ReasonCode\": {\n        \"Value\": \"ARR\"\n      },\n      \"AssociatedStatusConsignment\": {\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"2815\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"25\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"17\"\n        },\n        \"TransportSplitDescription\": {\n          \"Value\": \"T\"\n        },\n        \"SpecifiedLogisticsTransportMovement\": {\n          \"ID\": {\n            \"Value\": \"AF140D\"\n          },\n          \"ScheduledArrivalEvent\": {\n            \"ScheduledOccurrenceDateTime\": {\n              \"Value\": \"2017-11-09T00:00:00\"\n            }\n          },\n          \"ArrivalEvent\": {\n            \"ArrivalOccurrenceDateTime\": {\n              \"Value\": \"2017-11-09T07:00:00\"\n            },\n            \"ArrivalDateTimeTypeCode\": {\n              \"Value\": \"A\"\n            }\n          },\n          \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n              \"Value\": \"2017-11-09T07:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n              \"Value\": \"A\"\n            }\n          },\n          \"CarrierParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"AF\"\n            }\n          },\n          \"SpecifiedLocation\": {\n            \"ID\": {\n              \"Value\": \"LYS\"\n            },\n            \"TypeCode\": {\n              \"Value\": \"Airport\"\n            },\n            \"FlightStatusTypeCode\": {\n              \"Value\": \"Arrival\"\n            }\n          },\n          \"SpecifiedEvent\": {\n            \"OccurrenceDateTime\": {\n              \"Value\": \"2017-11-09T07:00:00\"\n            },\n            \"DateTimeTypeCode\": {\n              \"Value\": \"A\"\n            }\n          }\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"dd2e17f9-1a79-494c-8797-ea106a271b2a","name":"Send RCF Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"58f6a099-16cf-4e2c-a6b2-538ffb16c0a2","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965RCF_e6aa51dc-573a-4804-ac61-af41c5897c47\"\n        },\n        \"Name\": {\n            \"Value\": \"Cargo Status\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"34\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2017-11-09T12:51:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIFMAF\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"QHZEMKL\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"006-27650965-RCF\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"2815\"\n        },\n        \"PieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"LoadTypeCode\": {\n            \"Value\": \"BLK\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"17\"\n        },\n        \"TransportSplitDescription\": {\n            \"Value\": \"T\"\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"006-27650965\"\n            },\n            \"Name\": {\n                \"Value\": \"Air Waybill\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"OriginLocation\": {\n            \"ID\": {\n                \"Value\": \"BOS\"\n            }\n        },\n        \"FinalDestinationLocation\": {\n            \"ID\": {\n                \"Value\": \"LYS\"\n            }\n        },\n        \"ReportedStatus\": {\n            \"ReasonCode\": {\n                \"Value\": \"RCF\"\n            },\n            \"AssociatedStatusConsignment\": {\n                \"GrossWeightMeasure\": {\n                    \"unitCode\": \"KGM\",\n                    \"Value\": \"2815\"\n                },\n                \"GrossVolumeMeasure\": {\n                    \"unitCode\": \"MTQ\",\n                    \"Value\": \"25\"\n                },\n                \"PieceQuantity\": {\n                    \"Value\": \"17\"\n                },\n                \"TransportSplitDescription\": {\n                    \"Value\": \"T\"\n                },\n                \"DiscrepancyDescriptionCode\": {\n                    \"Value\": \"FDCA\"\n                },\n                \"SpecifiedLogisticsTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"AF140D\"\n                    },\n                    \"ScheduledArrivalEvent\": {\n                        \"ScheduledOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T00:00:00\"\n                        }\n                    },\n                    \"ArrivalEvent\": {\n                        \"ArrivalOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"ArrivalDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"DepartureEvent\": {\n                        \"DepartureOccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DepartureDateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    },\n                    \"CarrierParty\": {\n                        \"PrimaryID\": {\n                            \"Value\": \"AF\"\n                        }\n                    },\n                    \"SpecifiedLocation\": {\n                        \"ID\": {\n                            \"Value\": \"LYS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        },\n                        \"FlightStatusTypeCode\": {\n                            \"Value\": \"Arrival\"\n                        }\n                    },\n                    \"SpecifiedEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2017-11-09T07:00:00\"\n                        },\n                        \"DateTimeTypeCode\": {\n                            \"Value\": \"A\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/json/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"79b31cad-e63b-4fae-99d1-76e3e6c0fb6a"},{"name":"Send Freight Status Updates (XFSU) - IATA Cargo-XML Format","id":"5f685ad7-3af3-44a9-8d1d-ce4529d89428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b5b989cf-7083-4d6e-be54-eb2ce173c287","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n  <ns2:MessageHeaderDocument>\n    <ID>125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a</ID>\n    <Name>Cargo Status</Name>\n    <TypeCode>34</TypeCode>\n    <IssueDateTime>2015-04-03T08:49:48</IssueDateTime>\n    <PurposeCode>Creation</PurposeCode>\n    <VersionID>6.00</VersionID>\n    <SenderParty>\n      <PrimaryID schemeID=\"C\">QLMBAIB</PrimaryID>\n    </SenderParty>\n    <SenderParty>\n      <PrimaryID schemeID=\"T\">QLMBAIB</PrimaryID>\n    </SenderParty>\n    <RecipientParty>\n      <PrimaryID schemeID=\"C\">TRGLIVE</PrimaryID>\n    </RecipientParty>\n    <RecipientParty>\n      <PrimaryID schemeID=\"T\">TRGLIVE</PrimaryID>\n    </RecipientParty>\n  </ns2:MessageHeaderDocument>\n  <ns2:BusinessHeaderDocument>\n    <ID>125-19160481-BKD</ID>\n  </ns2:BusinessHeaderDocument>\n  <ns2:MasterConsignment>\n    <GrossWeightMeasure unitCode=\"KGM\">1481.0</GrossWeightMeasure>\n    <PieceQuantity>0</PieceQuantity>\n    <LoadTypeCode>BLK</LoadTypeCode>\n    <TotalPieceQuantity>0</TotalPieceQuantity>\n    <TransportSplitDescription>T</TransportSplitDescription>\n    <TransportContractDocument>\n      <ID>125-19160481</ID>\n      <Name>Air Waybill</Name>\n      <TypeCode>740</TypeCode>\n    </TransportContractDocument>\n    <OriginLocation>\n      <ID>LHR</ID>\n    </OriginLocation>\n    <FinalDestinationLocation>\n      <ID>TYO</ID>\n    </FinalDestinationLocation>\n    <ReportedStatus>\n      <ReasonCode>BKD</ReasonCode>\n      <AssociatedStatusConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">1481.0</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <SpecifiedLogisticsTransportMovement>\n          <ID>BA005</ID>\n          <ScheduledArrivalEvent>\n            <ScheduledOccurrenceDateTime>\n              2015-04-06T00:00:00\n            </ScheduledOccurrenceDateTime>\n          </ScheduledArrivalEvent>\n          <ArrivalEvent>\n            <ArrivalOccurrenceDateTime>\n              2015-04-07T09:10:00\n            </ArrivalOccurrenceDateTime>\n            <ArrivalDateTimeTypeCode>S</ArrivalDateTimeTypeCode>\n          </ArrivalEvent>\n          <DepartureEvent>\n            <DepartureOccurrenceDateTime>\n              2015-04-06T13:30:00\n            </DepartureOccurrenceDateTime>\n            <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n          </DepartureEvent>\n          <CarrierParty>\n            <PrimaryID>BA</PrimaryID>\n          </CarrierParty>\n          <SpecifiedLocation>\n            <ID>LHR</ID>\n            <TypeCode>Airport</TypeCode>\n            <FlightStatusTypeCode>D</FlightStatusTypeCode>\n          </SpecifiedLocation>\n          <SpecifiedLocation>\n            <ID>NRT</ID>\n            <TypeCode>Airport</TypeCode>\n            <FlightStatusTypeCode>A</FlightStatusTypeCode>\n          </SpecifiedLocation>\n          <SpecifiedEvent>\n            <OccurrenceDateTime>2015-04-06T00:00:00</OccurrenceDateTime>\n            <DateTimeTypeCode>S</DateTimeTypeCode>\n          </SpecifiedEvent>\n        </SpecifiedLogisticsTransportMovement>\n        <HandlingOSIInstructions>\n          <Description>PRODUCT-M-ULD</Description>\n          <DescriptionCode>OSI</DescriptionCode>\n        </HandlingOSIInstructions>\n      </AssociatedStatusConsignment>\n    </ReportedStatus>\n  </ns2:MasterConsignment>\n</ns2:StatusMessage>"},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00","description":"<p><strong>Message Type</strong>: XFSU (Freight Status Update) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFSU (XML Freight Status Update) standards. The XFSU is the XML equivalent of FSU.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name (e.g., Cargo Status)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type - UN/EDIFACT 1001 (e.g., 34)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created UTC (e.g., 2015-04-03T08:49:48)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function (e.g., Creation)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version (e.g., 6.00)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification (e.g., QLMBAIB)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (C=Certified Party, T=Teletype)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification (e.g., TRGLIVE)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (C=Certified Party, T=Teletype)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Status message header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Status message identification (e.g., 125-19160481-BKD)</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported</td>\n</tr>\n<tr>\n<td>MasterConsignment/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/PieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 0)</td>\n</tr>\n<tr>\n<td>MasterConsignment/LoadTypeCode</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>Type of load (e.g., BLK=Bulk, ULD=Containerized)</td>\n</tr>\n<tr>\n<td>MasterConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Total number of pieces (e.g., 0)</td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportSplitDescription</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Waybill details</td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument/ID</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>Waybill number (e.g., 125-19160481) - Format: nnn-n[8]. CIMP Ref: 2.1/2.2/2.3</td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., Air Waybill, House Waybill)</td>\n</tr>\n<tr>\n<td>MasterConsignment/TransportContractDocument/TypeCode</td>\n<td>Numeric</td>\n<td>4</td>\n<td>M</td>\n<td>Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill)</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Status details (1:n occurrence). Multiple status reporting only restricted to BKD status</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/ReasonCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated status consignment details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/PieceQuantity</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces (e.g., 1)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/TransportSplitDescription</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code (e.g., T) - CIMP 1.15</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival event</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Location status (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/FlightStatusTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>M</td>\n<td>Location status identification (e.g., D=Departure, A=Arrival, Transit)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/OccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/DateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other service information (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/Description</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2</td>\n</tr>\n<tr>\n<td>MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/DescriptionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IATA Standards Applied</strong>:</p>\n<ul>\n<li><p>XML Schema: IATA Cargo-XML Standard</p>\n</li>\n<li><p>AWB Number Format: XXX-XXXXXXXX (embedded in ID element)</p>\n</li>\n<li><p>Airport Codes: IATA 3-letter codes</p>\n</li>\n<li><p>Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)</p>\n</li>\n<li><p>Transport Mode: UN/EDIFACT codes</p>\n</li>\n</ul>\n<p><strong>IATA Toolkit URL:</strong> <a href=\"https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xfsu_sample1_v6-en.xml\">https://pubdocs.iata.org/digital/toolbox/cxml/13.1/en/XML/cxml-xfsu_sample1_v6-en.xml</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fsu","xml","6.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[{"id":"e427b666-3318-408e-83be-8ee7aafecdb0","name":"Send BKD Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fbb4d986-762a-4914-b4a2-79bcc1b43a65","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2015-04-03T08:49:48</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QLMBAIB</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QLMBAIB</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">TRGLIVE</PrimaryID>\n        </RecipientParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"T\">TRGLIVE</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>125-19160481-BKD</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">1481.0</GrossWeightMeasure>\n        <PieceQuantity>0</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>0</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>125-19160481</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>LHR</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>TYO</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>BKD</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">1481.0</GrossWeightMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>BA005</ID>\n                    <ScheduledArrivalEvent>\n                        <ScheduledOccurrenceDateTime>2015-04-06T00:00:00</ScheduledOccurrenceDateTime>\n                    </ScheduledArrivalEvent>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2015-04-07T09:10:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>S</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2015-04-06T13:30:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>BA</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>LHR</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>D</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedLocation>\n                        <ID>NRT</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>A</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2015-04-06T00:00:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>S</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n                <HandlingOSIInstructions>\n                    <Description>PRODUCT-M-ULD</Description>\n                    <DescriptionCode>OSI</DescriptionCode>\n                </HandlingOSIInstructions>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9f8c8d36-aa3f-4660-b4a3-49ab60fdfaf5","name":"Send RCS Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ea36f0b6-2c4c-47dd-ae65-e0e30ebf6afe","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61538363RCS_164fb2c6-f208-41c6-99a2-9d8f22bb0312</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61538363-RCS</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61538363</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>GRU</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>LHR</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>RCS</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">25</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <SpecifiedLocation>\n                        <ID>GRU</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T10:41:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"c77da195-5dcc-48d7-a0c4-d41e1a8f5d50","name":"Send PRE Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"7dc583cf-a9a1-4ac5-a9f0-dd9fdf5c0467","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61893263PRE_64089921-ca53-4cef-aa20-0eb2f3c41745</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61893263-PRE</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>ULD</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61893263</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>BEY</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>AMS</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>PRE</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">0.1</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>AF6940</ID>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2017-11-09T07:31:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>S</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2017-11-08T00:00:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>AF</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>CDG</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedLocation>\n                        <ID>AMS</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Arrival</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T00:56:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0a3bff17-6c2d-4a68-ab9b-8bbd6566761d","name":"Send DEP Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"734726ad-d23b-4c98-b26d-6682c1ae3eac","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61893263DEP_64089921-ca53-4cef-aa20-0eb2f3c41745</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61893263-DEP</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61893263</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>BEY</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>AMS</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>DEP</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">90</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">0.1</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>AF6940</ID>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2017-11-09T07:31:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>E</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2017-11-08T00:00:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>AF</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>CDG</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedLocation>\n                        <ID>AMS</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Arrival</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T00:56:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"cf1cfea4-6907-48df-aac2-a54793042ad7","name":"Send FOH Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f75d5936-de2d-45b7-a71b-cbbf25343ff4","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>057-61538363FOH_164fb2c6-f208-41c6-99a2-9d8f22bb0312</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>057-61538363-FOH</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n        <PieceQuantity>1</PieceQuantity>\n        <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>1</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>057-61538363</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>GRU</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>LHR</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>FOH</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">3861</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">25</GrossVolumeMeasure>\n                <PieceQuantity>1</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <SpecifiedLocation>\n                        <ID>GRU</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Departure</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T10:41:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a8edd937-ee8f-45d6-87ef-6e4cce3cd492","name":"Send ARR Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"79db78fc-06f4-4182-b0f1-8b7a84b72ca1","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>006-27650965ARR_e6aa51dc-573a-4804-ac61-af41c5897c47</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>006-27650965-ARR</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">2815</GrossWeightMeasure>\n        <PieceQuantity>17</PieceQuantity>\n\t\t  <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>17</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>006-27650965</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>BOS</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>LYS</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>ARR</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">2815</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">25</GrossVolumeMeasure>\n                <PieceQuantity>17</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>AF140D</ID>\n                    <ScheduledArrivalEvent>\n                        <ScheduledOccurrenceDateTime>2017-11-09T00:00:00</ScheduledOccurrenceDateTime>\n                    </ScheduledArrivalEvent>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2017-11-09T07:00:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>A</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2017-11-09T07:00:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>A</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>AF</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>LYS</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Arrival</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T07:00:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>"},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"0a75dff0-f823-4082-95b6-64bce5fe354e","name":"Send RCF Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2f160b34-d79d-418c-9128-eb93dfc0edef","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"Timestamp of the request in ISO 8601 format","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns2:StatusMessage xmlns=\"iata:datamodel:6\" xmlns:ns2=\"iata:statusmessage:1\">\n    <ns2:MessageHeaderDocument>\n        <ID>006-27650965RCF_e6aa51dc-573a-4804-ac61-af41c5897c47</ID>\n        <Name>Cargo Status</Name>\n        <TypeCode>34</TypeCode>\n        <IssueDateTime>2017-11-09T12:51:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">QVIFMAF</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">QHZEMKL</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>006-27650965-RCF</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:MasterConsignment>\n        <GrossWeightMeasure unitCode=\"KGM\">2815</GrossWeightMeasure>\n        <PieceQuantity>17</PieceQuantity>\n\t\t  <LoadTypeCode>BLK</LoadTypeCode>\n        <TotalPieceQuantity>17</TotalPieceQuantity>\n        <TransportSplitDescription>T</TransportSplitDescription>\n        <TransportContractDocument>\n            <ID>006-27650965</ID>\n            <Name>Air Waybill</Name>\n            <TypeCode>740</TypeCode>\n        </TransportContractDocument>\n        <OriginLocation>\n            <ID>BOS</ID>\n        </OriginLocation>\n        <FinalDestinationLocation>\n            <ID>LYS</ID>\n        </FinalDestinationLocation>\n        <ReportedStatus>\n            <ReasonCode>RCF</ReasonCode>\n            <AssociatedStatusConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">2815</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">25</GrossVolumeMeasure>\n                <PieceQuantity>17</PieceQuantity>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <DiscrepancyDescriptionCode>FDCA</DiscrepancyDescriptionCode>\n                <SpecifiedLogisticsTransportMovement>\n                    <ID>AF140D</ID>\n                    <ScheduledArrivalEvent>\n                        <ScheduledOccurrenceDateTime>2017-11-09T00:00:00</ScheduledOccurrenceDateTime>\n                    </ScheduledArrivalEvent>\n                    <ArrivalEvent>\n                        <ArrivalOccurrenceDateTime>2017-11-09T07:00:00</ArrivalOccurrenceDateTime>\n                        <ArrivalDateTimeTypeCode>A</ArrivalDateTimeTypeCode>\n                    </ArrivalEvent>\n                    <DepartureEvent>\n                        <DepartureOccurrenceDateTime>2017-11-09T07:00:00</DepartureOccurrenceDateTime>\n                        <DepartureDateTimeTypeCode>A</DepartureDateTimeTypeCode>\n                    </DepartureEvent>\n                    <CarrierParty>\n                        <PrimaryID>AF</PrimaryID>\n                    </CarrierParty>\n                    <SpecifiedLocation>\n                        <ID>LYS</ID>\n                        <TypeCode>Airport</TypeCode>\n                        <FlightStatusTypeCode>Arrival</FlightStatusTypeCode>\n                    </SpecifiedLocation>\n                    <SpecifiedEvent>\n                        <OccurrenceDateTime>2017-11-09T07:00:00</OccurrenceDateTime>\n                        <DateTimeTypeCode>A</DateTimeTypeCode>\n                    </SpecifiedEvent>\n                </SpecifiedLogisticsTransportMovement>\n            </AssociatedStatusConsignment>\n        </ReportedStatus>\n    </ns2:MasterConsignment>\n</ns2:StatusMessage>"},"url":"https://api.psw.gov.pk/api/v1/aci/fsu/xml/6.00"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5f685ad7-3af3-44a9-8d1d-ce4529d89428"},{"name":"Send Freight Status Update Additional Documents","id":"70c0c9a8-d179-44e4-b344-c50a0fe34c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"files\": [\r\n    {\r\n      \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\r\n      \"name\": \"1.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400\r\n    },\r\n    {\r\n      \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\r\n      \"name\": \"2.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400\r\n    },\r\n    {\r\n      \"id\": \"d13e4adb-dfb5-4d3d-88ce-7d62174c42ad\",\r\n      \"name\": \"3.png\",\r\n      \"contentType\": \"image/png\",\r\n      \"size\": 26214400\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p>Use this endpoint to add documents to an existing flight status update.</p>\n<p>Before using this endpoint, the file(s) shall be uploaded to <a href=\"https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9\">File Upload API</a> first, and the response from that API (an array of file metadata) shall be used in this request.</p>\n<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>files</td>\n<td>Array of file metadata from <a href=\"https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9\">File Upload API</a></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"70c0c9a8-d179-44e4-b344-c50a0fe34c43"}],"id":"dabf6270-36db-49a7-bec2-60105d4482bf","description":"<p><strong>FSU Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DIS</code></td>\n<td>An apparent error has occurred, on this date at this location, with the handling of the consignment or its documentation, which is further clarified by the accompanying discrepancy code</td>\n</tr>\n<tr>\n<td><code>AWD</code></td>\n<td>The arrival documentation has been physically delivered to the consignee or the consignee’s agent on this date at this location</td>\n</tr>\n<tr>\n<td><code>AWR</code></td>\n<td>The arrival documentation has been physically received from a scheduled flight at this location</td>\n</tr>\n<tr>\n<td><code>NFD</code></td>\n<td>The consignee or the consignee’s agent has been notified, on this date at this location, of the arrival of the consignment</td>\n</tr>\n<tr>\n<td><code>ARR</code></td>\n<td>The consignment has arrived on a scheduled flight at this location</td>\n</tr>\n<tr>\n<td><code>BKD</code></td>\n<td>The consignment has been booked for transport between these locations on this scheduled date and this flight</td>\n</tr>\n<tr>\n<td><code>CCD</code></td>\n<td>The consignment has been cleared by the Customs authorities on this date at this location</td>\n</tr>\n<tr>\n<td><code>TRM</code></td>\n<td>The consignment has been manifested and/or will be physically transferred to this carrier at this location</td>\n</tr>\n<tr>\n<td><code>MAN</code></td>\n<td>The consignment has been manifested for this flight on this scheduled date for transport between these locations</td>\n</tr>\n<tr>\n<td><code>DLV</code></td>\n<td>The consignment has been physically delivered to the consignee or the Consignee’s agent on this date at this location</td>\n</tr>\n<tr>\n<td><code>DDL</code></td>\n<td>The consignment has been physically delivered to the consignee’s door on this date at this location</td>\n</tr>\n<tr>\n<td><code>DPU</code></td>\n<td>The consignment has been physically picked up from the shipper’s door on this date at this location</td>\n</tr>\n<tr>\n<td><code>RCF</code></td>\n<td>The consignment has been physically received from a given flight or surface transport of the given airline</td>\n</tr>\n<tr>\n<td><code>RCS</code></td>\n<td>The consignment has been physically received from the shipper or the shipper’s agent and is considered by the carrier as ready for carriage on this date at this location</td>\n</tr>\n<tr>\n<td><code>RCT</code></td>\n<td>The consignment has been physically received from this carrier on this date at this location</td>\n</tr>\n<tr>\n<td><code>TFD</code></td>\n<td>The consignment has been physically transferred to this carrier on this date at this location</td>\n</tr>\n<tr>\n<td><code>PRE</code></td>\n<td>The consignment has been prepared for loading on this flight for transport between these locations on this scheduled date</td>\n</tr>\n<tr>\n<td><code>CRC</code></td>\n<td>The consignment has been reported to the Customs authorities on this date at this location</td>\n</tr>\n<tr>\n<td><code>TGC</code></td>\n<td>The consignment has been transferred to Customs/Government control</td>\n</tr>\n<tr>\n<td><code>DEP</code></td>\n<td>The consignment has physically departed this location on this scheduled date and flight for transport to the arrival location</td>\n</tr>\n<tr>\n<td><code>FOH</code></td>\n<td>The consignment is on hand on this date at this location pending “ready for carriage” determination</td>\n</tr>\n<tr>\n<td><code>DOC</code></td>\n<td>Documents Received by Handling Party</td>\n</tr>\n<tr>\n<td><code>FIW</code></td>\n<td>Freight Into Warehouse Control</td>\n</tr>\n<tr>\n<td><code>FOW</code></td>\n<td>Freight Out of Warehouse Control</td>\n</tr>\n<tr>\n<td><code>OCI (\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*)</code></td>\n<td>Other Customs, Security and Regulatory Control Information</td>\n</tr>\n<tr>\n<td><code>OSI (\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*)</code></td>\n<td>Other Service Information</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>(*): Applicable to Cargo-XML Messages only</em></p>\n<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.E37PAA.33</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.I4GHA.2</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I10CUS.15</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I10CNE.16</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I10AL.17</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I10ACA.18</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I10CB.19</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I10CGNR.20</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>G.E21GHA.28</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E21ACA.29</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E21CUS.30</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E21CGNR.32</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E21GHA.28</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E34GHA.55</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E34AL.56</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E34ACA.57</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E34CGNR.58</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E35GHA.59</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E35AL.60</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E35ACA.61</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E35CGNR.62</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E37GHA.68</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E37AL.69</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E37CUS.70</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E37PAA.71</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E37P.72</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E37ACA.73</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E37CGNR.74</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38GHA.75</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38CGNR.76</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38ACA.77</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38AL.78</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38CUS.79</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38PAA.80</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E38P.81</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.I10CNE.11</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I10ACA.12</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I10AL.13</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I10CB.14</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>G.I10CUS.15</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>TRC.1</td>\n<td>e-Trace</td>\n</tr>\n<tr>\n<td>TR.I5GHA.6</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E37GHA.8</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I9GHA.9</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I10CUS.10</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.I10PSW.11</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E35GHA.12</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E37GHA.14</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E38GHA.15</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>TR.E38AL.17</td>\n<td>e-Transit</td>\n</tr>\n<tr>\n<td>EPO.I7GHA.1</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I8EPO.2</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I9GHA.3</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I10EPO.4</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I28EPO.20</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.I28CGNR.21</td>\n<td>EPO (Import)</td>\n</tr>\n<tr>\n<td>EPO.E34EPO.28</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E35EPO.29</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E37EPO.30</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E38EPO.31</td>\n<td>EPO (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"dabf6270-36db-49a7-bec2-60105d4482bf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Shippers' Declaration for Dangerous Goods Message (SDG)","item":[{"name":"Send Shippers' Declaration for Dangerous Goods Message (SDG) - JSON Format","id":"98587696-390a-4a94-9d67-fdeef77a1956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"be24eda0-8419-4354-bbe1-bbb3db1b26b5","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"AIRLINE_SYSTEM","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"DGD-086-22694324-001\"\n        },\n        \"Name\": {\n            \"Value\": \"Shipper's Declaration for Dangerous Goods\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"961\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2009-05-25T10:00:00\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"6.00\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"CONV-22547361\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"FASHION_ES\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"ABC_AIRLINE\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ProcessType\": {\n            \"Value\": \"D\"\n        },\n        \"IncludedHeaderNote\": {\n            \"ContentCode\": {\n                \"Value\": \"D\"\n            },\n            \"Content\": {\n                \"Value\": \"This space can be used for any additional text\"\n            }\n        },\n        \"SignatoryConsignorAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2009-05-25T10:00:00\"\n            },\n            \"Statement\": {\n                \"Value\": \"I hereby declare that the contents of this consignment are fully and\\n        accurately described above by the proper shipping name, and are\\n        classified, packaged, marked and labelled/placarded, and are in all\\n        respects in proper condition for transport according to applicable\\n        international and national governmental regulations. I declare that all\\n        of the applicable air transport requirements have been met.\"\n            },\n            \"Signatory\": {\n                \"Value\": \"BILL SMITH\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"La Coruna\"\n                }\n            },\n            \"ProviderConsignorAuthenticationParty\": {\n                \"DefinedConsignorAuthenticationContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"B. Smith, Dispatch Officer\"\n                    }\n                }\n            }\n        },\n        \"SignatoryDeclarantAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2009-05-25T10:00:00\"\n            },\n            \"Statement\": {\n                \"Value\": \"I hereby declare that the goods described above have been packed/loaded\\n        into the container/vehicle identified above in accordance with the\\n        applicable provision.\"\n            },\n            \"Signatory\": {\n                \"Value\": \"MANUEL MATURA\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"Barcelona\"\n                }\n            },\n            \"ProviderAuthenticationParty\": {\n                \"Name\": {\n                    \"Value\": \"FASHION\"\n                },\n                \"DefinedTradeContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"M. Mantura\"\n                    },\n                    \"JobTitle\": {\n                        \"Value\": \"Shipping Manager\"\n                    }\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"CarrierAssignedID\": {\n            \"Value\": \"086-22694324\"\n        },\n        \"IncludedHouseConsignment\": {\n            \"ConsignorAssignedID\": {\n                \"Value\": \"SE66888\"\n            },\n            \"FreightForwarderAssignedID\": {\n                \"Value\": \"18165884\"\n            },\n            \"IncludedTareGrossWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"46\"\n            },\n            \"TotalTareWeightMeasure\": {\n                \"unitCode\": \"KGM\",\n                \"Value\": \"37\"\n            },\n            \"ConsignorParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"FASHION_ES\"\n                },\n                \"Name\": {\n                    \"Value\": \"FASHION\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"15006\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"11, Ramon y Cajal\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"La Coruna\"\n                    },\n                    \"CountryID\": {\n                        \"Value\": \"ES\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Spain\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"B. Smith\"\n                    },\n                    \"DepartmentName\": {\n                        \"Value\": \"Dispatch\"\n                    },\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"+34 981 55 47 33\"\n                        }\n                    }\n                }\n            },\n            \"ConsigneeParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"WILDMARKET_CA\"\n                },\n                \"Name\": {\n                    \"Value\": \"Wild Market\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"PostcodeCode\": {\n                        \"Value\": \"H2Z 1V5\"\n                    },\n                    \"StreetName\": {\n                        \"Value\": \"100, Rene-Levesque Blvd. West\"\n                    },\n                    \"CityName\": {\n                        \"Value\": \"Montreal\"\n                    },\n                    \"CountryID\": {\n                        \"Value\": \"CA\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Canada\"\n                    },\n                    \"CountrySubDivisionName\": {\n                        \"Value\": \"Quebec\"\n                    }\n                },\n                \"DefinedTradeContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"Receiving Department\"\n                    },\n                    \"DirectTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"+1 011 448 4050\"\n                        }\n                    }\n                }\n            },\n            \"AssociatedParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"ABC_AIRLINE\"\n                },\n                \"Name\": {\n                    \"Value\": \"ABC Airline\"\n                },\n                \"RoleCode\": {\n                    \"Value\": \"CA\"\n                },\n                \"PostalStructuredAddress\": {\n                    \"CityName\": {\n                        \"Value\": \"Canada\"\n                    },\n                    \"CountryID\": {\n                        \"Value\": \"CA\"\n                    },\n                    \"CountryName\": {\n                        \"Value\": \"Canada\"\n                    }\n                }\n            },\n            \"OriginLocation\": {\n                \"ID\": {\n                    \"Value\": \"BCN\"\n                },\n                \"Name\": {\n                    \"Value\": \"Barcelona Airport\"\n                }\n            },\n            \"FinalDestinationLocation\": {\n                \"ID\": {\n                    \"Value\": \"YUL\"\n                },\n                \"Name\": {\n                    \"Value\": \"Montreal-Dorval Airport\"\n                }\n            },\n            \"SpecifiedLogisticsTransportMovement\": {\n                \"StageCode\": {\n                    \"Value\": \"Main\"\n                },\n                \"ModeCode\": {\n                    \"Value\": \"4\"\n                },\n                \"Mode\": {\n                    \"Value\": \"AIR TRANSPORT\"\n                },\n                \"ID\": {\n                    \"Value\": \"BA1234\"\n                },\n                \"UsedLogisticsTransportMeans\": {\n                    \"Name\": {\n                        \"Value\": \"Airbus A380\"\n                    }\n                },\n                \"LoadingEvent\": {\n                    \"ActualOccurrenceDateTime\": {\n                        \"Value\": \"2009-05-25T14:00:00\"\n                    },\n                    \"OccurrenceLoadingLocation\": {\n                        \"ID\": {\n                            \"Value\": \"BCN\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"Barcelona Airport\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        }\n                    }\n                },\n                \"UnloadingEvent\": {\n                    \"ActualOccurrenceDateTime\": {\n                        \"Value\": \"2009-05-25T20:30:00\"\n                    },\n                    \"OccurrenceUnloadingLocation\": {\n                        \"ID\": {\n                            \"Value\": \"YUL\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"Montreal-Dorval Airport\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"Airport\"\n                        }\n                    }\n                }\n            },\n            \"HandlingInstructions\": {\n                \"Description\": {\n                    \"Value\": \"Health Department\"\n                },\n                \"ExclusiveUsageIndicator\": {\n                    \"Value\": \"false\"\n                }\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"086-22694324\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"740\"\n                },\n                \"Name\": {\n                    \"Value\": \"Air Waybill\"\n                }\n            },\n            \"FinalDestinationCountry\": {\n                \"ID\": {\n                    \"Value\": \"CA\"\n                },\n                \"Name\": {\n                    \"Value\": \"CANADA\"\n                }\n            },\n            \"ExportCountry\": {\n                \"ID\": {\n                    \"Value\": \"ES\"\n                },\n                \"Name\": {\n                    \"Value\": \"Spain\"\n                }\n            },\n            \"RelatedCommercialTradeTransaction\": {\n                \"IncludedCommercialTradeLineItem\": [\n                    {\n                        \"SequenceNumeric\": {\n                            \"Value\": \"1\"\n                        },\n                        \"Information\": {\n                            \"Value\": \"Flammable liquid\"\n                        },\n                        \"SpecifiedProductTradeDelivery\": {\n                            \"SpecifiedProductRegulatedGoods\": {\n                                \"ApplicableProductDangerousGoods\": {\n                                    \"UNDGIdentificationCode\": {\n                                        \"Value\": \"UN2339\"\n                                    },\n                                    \"PackagingDangerLevelCode\": {\n                                        \"Value\": \"II\"\n                                    },\n                                    \"PackingInstructionTypeCode\": {\n                                        \"Value\": \"305\"\n                                    },\n                                    \"GrossWeightMeasure\": {\n                                        \"unitCode\": \"KGM\",\n                                        \"Value\": \"15\"\n                                    },\n                                    \"HazardClassificationID\": {\n                                        \"Value\": \"3\"\n                                    },\n                                    \"MarinePollutantIndicator\": {\n                                        \"Value\": \"false\"\n                                    },\n                                    \"NetWeightMeasure\": {\n                                        \"unitCode\": \"LTR\",\n                                        \"Value\": \"2\"\n                                    },\n                                    \"ProperShippingName\": {\n                                        \"Value\": \"2-Bromobutane\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"SequenceNumeric\": {\n                            \"Value\": \"2\"\n                        },\n                        \"Information\": {\n                            \"Value\": \"Toxic liquid\"\n                        },\n                        \"SpecifiedProductTradeDelivery\": {\n                            \"SpecifiedProductRegulatedGoods\": {\n                                \"ApplicableProductDangerousGoods\": {\n                                    \"UNDGIdentificationCode\": {\n                                        \"Value\": \"UN2653\"\n                                    },\n                                    \"PackagingDangerLevelCode\": {\n                                        \"Value\": \"II\"\n                                    },\n                                    \"PackingInstructionTypeCode\": {\n                                        \"Value\": \"609\"\n                                    },\n                                    \"GrossWeightMeasure\": {\n                                        \"unitCode\": \"KGM\",\n                                        \"Value\": \"16\"\n                                    },\n                                    \"HazardClassificationID\": {\n                                        \"Value\": \"6.1\"\n                                    },\n                                    \"MarinePollutantIndicator\": {\n                                        \"Value\": \"false\"\n                                    },\n                                    \"NetWeightMeasure\": {\n                                        \"unitCode\": \"LTR\",\n                                        \"Value\": \"2\"\n                                    },\n                                    \"ProperShippingName\": {\n                                        \"Value\": \"Benzyl iodide\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"SequenceNumeric\": {\n                            \"Value\": \"3\"\n                        },\n                        \"Information\": {\n                            \"Value\": \"Flammable liquid\"\n                        },\n                        \"SpecifiedProductTradeDelivery\": {\n                            \"SpecifiedProductRegulatedGoods\": {\n                                \"ApplicableProductDangerousGoods\": {\n                                    \"UNDGIdentificationCode\": {\n                                        \"Value\": \"UN2049\"\n                                    },\n                                    \"PackagingDangerLevelCode\": {\n                                        \"Value\": \"III\"\n                                    },\n                                    \"PackingInstructionTypeCode\": {\n                                        \"Value\": \"309\"\n                                    },\n                                    \"GrossWeightMeasure\": {\n                                        \"unitCode\": \"KGM\",\n                                        \"Value\": \"15\"\n                                    },\n                                    \"HazardClassificationID\": {\n                                        \"Value\": \"3\"\n                                    },\n                                    \"MarinePollutantIndicator\": {\n                                        \"Value\": \"false\"\n                                    },\n                                    \"NetWeightMeasure\": {\n                                        \"unitCode\": \"LTR\",\n                                        \"Value\": \"5\"\n                                    },\n                                    \"ProperShippingName\": {\n                                        \"Value\": \"Diethylbenzene\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"SpecifiedLogisticsPackage\": [\n                    {\n                        \"ItemQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"15\"\n                        },\n                        \"NetWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"14\"\n                        },\n                        \"LevelCode\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SequenceNumeric\": {\n                            \"Value\": \"1\"\n                        },\n                        \"AllPackedInOneIndicator\": {\n                            \"Value\": \"false\"\n                        },\n                        \"UsedSupplyChainPackaging\": {\n                            \"TypeCode\": {\n                                \"Value\": \"4G\"\n                            },\n                            \"Type\": {\n                                \"Value\": \"Fibreboard box\"\n                            }\n                        },\n                        \"IncludedPackagedTradeLineItem\": {\n                            \"SequenceNumeric\": {\n                                \"Value\": \"1\"\n                            }\n                        }\n                    },\n                    {\n                        \"ItemQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"16\"\n                        },\n                        \"NetWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"15\"\n                        },\n                        \"LevelCode\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SequenceNumeric\": {\n                            \"Value\": \"2\"\n                        },\n                        \"AllPackedInOneIndicator\": {\n                            \"Value\": \"false\"\n                        },\n                        \"UsedSupplyChainPackaging\": {\n                            \"TypeCode\": {\n                                \"Value\": \"4G\"\n                            },\n                            \"Type\": {\n                                \"Value\": \"Fibreboard box\"\n                            }\n                        },\n                        \"IncludedPackagedTradeLineItem\": {\n                            \"SequenceNumeric\": {\n                                \"Value\": \"2\"\n                            }\n                        }\n                    },\n                    {\n                        \"ItemQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"15\"\n                        },\n                        \"NetWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"14\"\n                        },\n                        \"LevelCode\": {\n                            \"Value\": \"1\"\n                        },\n                        \"SequenceNumeric\": {\n                            \"Value\": \"3\"\n                        },\n                        \"AllPackedInOneIndicator\": {\n                            \"Value\": \"false\"\n                        },\n                        \"UsedSupplyChainPackaging\": {\n                            \"TypeCode\": {\n                                \"Value\": \"4G\"\n                            },\n                            \"Type\": {\n                                \"Value\": \"Fibreboard box\"\n                            }\n                        },\n                        \"IncludedPackagedTradeLineItem\": {\n                            \"SequenceNumeric\": {\n                                \"Value\": \"3\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"ApplicableTransportDangerousGoods\": {\n                \"HazardTypeCode\": {\n                    \"Value\": \"NON-RADIOACTIVE\"\n                },\n                \"AircraftLimitationInformation\": {\n                    \"Value\": \"PASSENGER AND CARGO AIRCRAFT\"\n                },\n                \"ComplianceDeclarationInformation\": {\n                    \"Value\": \"Failure to comply in all respects with the applicable Dangerous Goods\\n          Regulations may be in breach of the applicable law, subject to legal\\n          penalties.\"\n                },\n                \"ShipperDeclarationInformation\": {\n                    \"Value\": \"This shipment is within the limitations prescribed for PASSENGER AND\\n          CARGO AIRCRAFT and has been prepared in accordance with IATA Dangerous\\n          Goods Regulations.\"\n                },\n                \"EmergencyDangerousGoodsContact\": {\n                    \"PersonName\": {\n                        \"Value\": \"Health Department\"\n                    },\n                    \"DirectEmergencyTelephoneCommunication\": {\n                        \"CompleteNumber\": {\n                            \"Value\": \"+34 981 34 23 99\"\n                        },\n                        \"AdditionalInformation\": {\n                            \"Value\": \"24 hour emergency contact\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/sdg/json/6.00","description":"<p><strong>Message Type</strong>: SDG (Shippers' Declaration for Dangerous Goods Message) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XSDG (Shippers' Declaration for Dangerous Goods Message) standards in JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","sdg","json","6.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"98587696-390a-4a94-9d67-fdeef77a1956"},{"name":"Send Shippers' Declaration for Dangerous Goods Message (XSDG) - IATA Cargo-XML Format","id":"0480d5e5-f4f8-4e87-a54f-d45ba0915c5a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"63eb8ab2-cf3e-4ca2-b460-a057bdd7702a","description":"<p>Unique identifier for the request (UUID format)</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"1775304441","description":"<p>Timestamp of the request in ISO 8601 format</p>\n","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"}],"body":{"mode":"raw","raw":"<ns0:ShippersDeclarationForDangerousGoods\n  xmlns:ns0=\"iata:shippersdeclarationfordangerousgoods:1\"\n  xmlns=\"iata:datamodel:3\"\n>\n    <ns0:MessageHeaderDocument>\n        <ID>DGD-086-22694324-001</ID>\n        <Name>Shipper's Declaration for Dangerous Goods</Name>\n        <TypeCode>961</TypeCode>\n        <IssueDateTime>2009-05-25T10:00:00</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>6.00</VersionID>\n        <ConversationID>CONV-22547361</ConversationID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">FASHION_ES</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">ABC_AIRLINE</PrimaryID>\n        </RecipientParty>\n    </ns0:MessageHeaderDocument>\n    <ns0:BusinessHeaderDocument>\n        <ProcessType>D</ProcessType>\n        <IncludedHeaderNote>\n            <ContentCode>D</ContentCode>\n            <Content>This space can be used for any additional text</Content>\n        </IncludedHeaderNote>\n        <SignatoryConsignorAuthentication>\n            <ActualDateTime>2009-05-25T10:00:00</ActualDateTime>\n            <Statement>\n        I hereby declare that the contents of this consignment are fully and\n        accurately described above by the proper shipping name, and are\n        classified, packaged, marked and labelled/placarded, and are in all\n        respects in proper condition for transport according to applicable\n        international and national governmental regulations. I declare that all\n        of the applicable air transport requirements have been met.\n      </Statement>\n            <Signatory>BILL SMITH</Signatory>\n            <IssueAuthenticationLocation>\n                <Name>La Coruna</Name>\n            </IssueAuthenticationLocation>\n            <ProviderConsignorAuthenticationParty>\n                <DefinedConsignorAuthenticationContact>\n                    <PersonName>B. Smith, Dispatch Officer</PersonName>\n                </DefinedConsignorAuthenticationContact>\n            </ProviderConsignorAuthenticationParty>\n        </SignatoryConsignorAuthentication>\n        <SignatoryDeclarantAuthentication>\n            <ActualDateTime>2009-05-25T10:00:00</ActualDateTime>\n            <Statement>\n        I hereby declare that the goods described above have been packed/loaded\n        into the container/vehicle identified above in accordance with the\n        applicable provision.\n      </Statement>\n            <Signatory>MANUEL MATURA</Signatory>\n            <IssueAuthenticationLocation>\n                <Name>Barcelona</Name>\n            </IssueAuthenticationLocation>\n            <ProviderAuthenticationParty>\n                <Name>FASHION</Name>\n                <DefinedTradeContact>\n                    <PersonName>M. Mantura</PersonName>\n                    <JobTitle>Shipping Manager</JobTitle>\n                </DefinedTradeContact>\n            </ProviderAuthenticationParty>\n        </SignatoryDeclarantAuthentication>\n    </ns0:BusinessHeaderDocument>\n    <ns0:MasterConsignment>\n        <CarrierAssignedID>086-22694324</CarrierAssignedID>\n        <IncludedHouseConsignment>\n            <ConsignorAssignedID>SE66888</ConsignorAssignedID>\n            <FreightForwarderAssignedID>18165884</FreightForwarderAssignedID>\n            <IncludedTareGrossWeightMeasure unitCode=\"KGM\">\n        46\n      </IncludedTareGrossWeightMeasure>\n            <TotalTareWeightMeasure unitCode=\"KGM\">37</TotalTareWeightMeasure>\n            <ConsignorParty>\n                <PrimaryID>FASHION_ES</PrimaryID>\n                <Name>FASHION</Name>\n                <PostalStructuredAddress>\n                    <PostcodeCode>15006</PostcodeCode>\n                    <StreetName>11, Ramon y Cajal</StreetName>\n                    <CityName>La Coruna</CityName>\n                    <CountryID>ES</CountryID>\n                    <CountryName>Spain</CountryName>\n                </PostalStructuredAddress>\n                <DefinedTradeContact>\n                    <PersonName>B. Smith</PersonName>\n                    <DepartmentName>Dispatch</DepartmentName>\n                    <DirectTelephoneCommunication>\n                        <CompleteNumber>+34 981 55 47 33</CompleteNumber>\n                    </DirectTelephoneCommunication>\n                </DefinedTradeContact>\n            </ConsignorParty>\n            <ConsigneeParty>\n                <PrimaryID>WILDMARKET_CA</PrimaryID>\n                <Name>Wild Market</Name>\n                <PostalStructuredAddress>\n                    <PostcodeCode>H2Z 1V5</PostcodeCode>\n                    <StreetName>100, Rene-Levesque Blvd. West</StreetName>\n                    <CityName>Montreal</CityName>\n                    <CountryID>CA</CountryID>\n                    <CountryName>Canada</CountryName>\n                    <CountrySubDivisionName>Quebec</CountrySubDivisionName>\n                </PostalStructuredAddress>\n                <DefinedTradeContact>\n                    <PersonName>Receiving Department</PersonName>\n                    <DirectTelephoneCommunication>\n                        <CompleteNumber>+1 011 448 4050</CompleteNumber>\n                    </DirectTelephoneCommunication>\n                </DefinedTradeContact>\n            </ConsigneeParty>\n            <AssociatedParty>\n                <PrimaryID>ABC_AIRLINE</PrimaryID>\n                <Name>ABC Airline</Name>\n                <RoleCode>CA</RoleCode>\n                <PostalStructuredAddress>\n                    <CityName>Canada</CityName>\n                    <CountryID>CA</CountryID>\n                    <CountryName>Canada</CountryName>\n                </PostalStructuredAddress>\n            </AssociatedParty>\n            <OriginLocation>\n                <ID>BCN</ID>\n                <Name>Barcelona Airport</Name>\n            </OriginLocation>\n            <FinalDestinationLocation>\n                <ID>YUL</ID>\n                <Name>Montreal-Dorval Airport</Name>\n            </FinalDestinationLocation>\n            <SpecifiedLogisticsTransportMovement>\n                <StageCode>Main</StageCode>\n                <ModeCode>4</ModeCode>\n                <Mode>AIR TRANSPORT</Mode>\n                <ID>BA1234</ID>\n                <UsedLogisticsTransportMeans>\n                    <Name>Airbus A380</Name>\n                </UsedLogisticsTransportMeans>\n                <LoadingEvent>\n                    <ActualOccurrenceDateTime>\n            2009-05-25T14:00:00\n          </ActualOccurrenceDateTime>\n                    <OccurrenceLoadingLocation>\n                        <ID>BCN</ID>\n                        <Name>Barcelona Airport</Name>\n                        <TypeCode>Airport</TypeCode>\n                    </OccurrenceLoadingLocation>\n                </LoadingEvent>\n                <UnloadingEvent>\n                    <ActualOccurrenceDateTime>\n            2009-05-25T20:30:00\n          </ActualOccurrenceDateTime>\n                    <OccurrenceUnloadingLocation>\n                        <ID>YUL</ID>\n                        <Name>Montreal-Dorval Airport</Name>\n                        <TypeCode>Airport</TypeCode>\n                    </OccurrenceUnloadingLocation>\n                </UnloadingEvent>\n            </SpecifiedLogisticsTransportMovement>\n            <HandlingInstructions>\n                <Description>Health Department</Description>\n                <ExclusiveUsageIndicator>false</ExclusiveUsageIndicator>\n            </HandlingInstructions>\n            <AssociatedReferenceDocument>\n                <ID>086-22694324</ID>\n                <TypeCode>740</TypeCode>\n                <Name>Air Waybill</Name>\n            </AssociatedReferenceDocument>\n            <FinalDestinationCountry>\n                <ID>CA</ID>\n                <Name>CANADA</Name>\n            </FinalDestinationCountry>\n            <ExportCountry>\n                <ID>ES</ID>\n                <Name>Spain</Name>\n            </ExportCountry>\n            <RelatedCommercialTradeTransaction>\n                <IncludedCommercialTradeLineItem>\n                    <SequenceNumeric>1</SequenceNumeric>\n                    <Information>Flammable liquid</Information>\n                    <SpecifiedProductTradeDelivery>\n                        <SpecifiedProductRegulatedGoods>\n                            <ApplicableProductDangerousGoods>\n                                <UNDGIdentificationCode>UN2339</UNDGIdentificationCode>\n                                <PackagingDangerLevelCode>II</PackagingDangerLevelCode>\n                                <PackingInstructionTypeCode>305</PackingInstructionTypeCode>\n                                <GrossWeightMeasure unitCode=\"KGM\">15</GrossWeightMeasure>\n                                <HazardClassificationID>3</HazardClassificationID>\n                                <MarinePollutantIndicator>false</MarinePollutantIndicator>\n                                <NetWeightMeasure unitCode=\"LTR\">2</NetWeightMeasure>\n                                <ProperShippingName>2-Bromobutane</ProperShippingName>\n                            </ApplicableProductDangerousGoods>\n                        </SpecifiedProductRegulatedGoods>\n                    </SpecifiedProductTradeDelivery>\n                </IncludedCommercialTradeLineItem>\n                <IncludedCommercialTradeLineItem>\n                    <SequenceNumeric>2</SequenceNumeric>\n                    <Information>Toxic liquid</Information>\n                    <SpecifiedProductTradeDelivery>\n                        <SpecifiedProductRegulatedGoods>\n                            <ApplicableProductDangerousGoods>\n                                <UNDGIdentificationCode>UN2653</UNDGIdentificationCode>\n                                <PackagingDangerLevelCode>II</PackagingDangerLevelCode>\n                                <PackingInstructionTypeCode>609</PackingInstructionTypeCode>\n                                <GrossWeightMeasure unitCode=\"KGM\">16</GrossWeightMeasure>\n                                <HazardClassificationID>6.1</HazardClassificationID>\n                                <MarinePollutantIndicator>false</MarinePollutantIndicator>\n                                <NetWeightMeasure unitCode=\"LTR\">2</NetWeightMeasure>\n                                <ProperShippingName>Benzyl iodide</ProperShippingName>\n                            </ApplicableProductDangerousGoods>\n                        </SpecifiedProductRegulatedGoods>\n                    </SpecifiedProductTradeDelivery>\n                </IncludedCommercialTradeLineItem>\n                <IncludedCommercialTradeLineItem>\n                    <SequenceNumeric>3</SequenceNumeric>\n                    <Information>Flammable liquid</Information>\n                    <SpecifiedProductTradeDelivery>\n                        <SpecifiedProductRegulatedGoods>\n                            <ApplicableProductDangerousGoods>\n                                <UNDGIdentificationCode>UN2049</UNDGIdentificationCode>\n                                <PackagingDangerLevelCode>III</PackagingDangerLevelCode>\n                                <PackingInstructionTypeCode>309</PackingInstructionTypeCode>\n                                <GrossWeightMeasure unitCode=\"KGM\">15</GrossWeightMeasure>\n                                <HazardClassificationID>3</HazardClassificationID>\n                                <MarinePollutantIndicator>false</MarinePollutantIndicator>\n                                <NetWeightMeasure unitCode=\"LTR\">5</NetWeightMeasure>\n                                <ProperShippingName>Diethylbenzene</ProperShippingName>\n                            </ApplicableProductDangerousGoods>\n                        </SpecifiedProductRegulatedGoods>\n                    </SpecifiedProductTradeDelivery>\n                </IncludedCommercialTradeLineItem>\n                <SpecifiedLogisticsPackage>\n                    <ItemQuantity>1</ItemQuantity>\n                    <GrossWeightMeasure unitCode=\"KGM\">15</GrossWeightMeasure>\n                    <NetWeightMeasure unitCode=\"KGM\">14</NetWeightMeasure>\n                    <LevelCode>1</LevelCode>\n                    <SequenceNumeric>1</SequenceNumeric>\n                    <AllPackedInOneIndicator>false</AllPackedInOneIndicator>\n                    <UsedSupplyChainPackaging>\n                        <TypeCode>4G</TypeCode>\n                        <Type>Fibreboard box</Type>\n                    </UsedSupplyChainPackaging>\n                    <IncludedPackagedTradeLineItem>\n                        <SequenceNumeric>1</SequenceNumeric>\n                    </IncludedPackagedTradeLineItem>\n                </SpecifiedLogisticsPackage>\n                <SpecifiedLogisticsPackage>\n                    <ItemQuantity>1</ItemQuantity>\n                    <GrossWeightMeasure unitCode=\"KGM\">16</GrossWeightMeasure>\n                    <NetWeightMeasure unitCode=\"KGM\">15</NetWeightMeasure>\n                    <LevelCode>1</LevelCode>\n                    <SequenceNumeric>2</SequenceNumeric>\n                    <AllPackedInOneIndicator>false</AllPackedInOneIndicator>\n                    <UsedSupplyChainPackaging>\n                        <TypeCode>4G</TypeCode>\n                        <Type>Fibreboard box</Type>\n                    </UsedSupplyChainPackaging>\n                    <IncludedPackagedTradeLineItem>\n                        <SequenceNumeric>2</SequenceNumeric>\n                    </IncludedPackagedTradeLineItem>\n                </SpecifiedLogisticsPackage>\n                <SpecifiedLogisticsPackage>\n                    <ItemQuantity>1</ItemQuantity>\n                    <GrossWeightMeasure unitCode=\"KGM\">15</GrossWeightMeasure>\n                    <NetWeightMeasure unitCode=\"KGM\">14</NetWeightMeasure>\n                    <LevelCode>1</LevelCode>\n                    <SequenceNumeric>3</SequenceNumeric>\n                    <AllPackedInOneIndicator>false</AllPackedInOneIndicator>\n                    <UsedSupplyChainPackaging>\n                        <TypeCode>4G</TypeCode>\n                        <Type>Fibreboard box</Type>\n                    </UsedSupplyChainPackaging>\n                    <IncludedPackagedTradeLineItem>\n                        <SequenceNumeric>3</SequenceNumeric>\n                    </IncludedPackagedTradeLineItem>\n                </SpecifiedLogisticsPackage>\n            </RelatedCommercialTradeTransaction>\n            <ApplicableTransportDangerousGoods>\n                <HazardTypeCode>NON-RADIOACTIVE</HazardTypeCode>\n                <AircraftLimitationInformation>\n          PASSENGER AND CARGO AIRCRAFT\n        </AircraftLimitationInformation>\n                <ComplianceDeclarationInformation>\n          Failure to comply in all respects with the applicable Dangerous Goods\n          Regulations may be in breach of the applicable law, subject to legal\n          penalties.\n        </ComplianceDeclarationInformation>\n                <ShipperDeclarationInformation>\n          This shipment is within the limitations prescribed for PASSENGER AND\n          CARGO AIRCRAFT and has been prepared in accordance with IATA Dangerous\n          Goods Regulations.\n        </ShipperDeclarationInformation>\n                <EmergencyDangerousGoodsContact>\n                    <PersonName>Health Department</PersonName>\n                    <DirectEmergencyTelephoneCommunication>\n                        <CompleteNumber>+34 981 34 23 99</CompleteNumber>\n                        <AdditionalInformation>\n              24 hour emergency contact\n            </AdditionalInformation>\n                    </DirectEmergencyTelephoneCommunication>\n                </EmergencyDangerousGoodsContact>\n            </ApplicableTransportDangerousGoods>\n        </IncludedHouseConsignment>\n    </ns0:MasterConsignment>\n</ns0:ShippersDeclarationForDangerousGoods>"},"url":"https://api.psw.gov.pk/api/v1/aci/sdg/xml/6.00","description":"<p><strong>Message Type</strong>: XSDG (Shippers' Declaration for Dangerous Goods Message) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XSDG (XML Shippers' Declaration for Dangerous Goods Message) standards. The XSDG is the XML equivalent of SDG.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container (1:1 occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID. Contains the technical reference identification provided by the sender to the message (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message name. Contains the Name of the referenced document (e.g., XXXXXXXXXX, Air Waybill). UNTDED: 1000, WCO: D032</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Message type. Contains the Type of referenced document (e.g., XXX, 740 for Air Waybill). CODED UN/EDIFACT 1001. UNTDED: 1001, WCO: D013</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time at which the message was created UTC</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Message Function. Contains the Function/Purpose of a given type of message. One of: Creation, Deletion, Update, Request or Response</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>1-5</td>\n<td>M</td>\n<td>Message version. Contains the message version</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Message Conversation ID. Contains the technical reference of the series of messages within a conversation provided by the initiator (e.g., XXXXXXXXXX). In case a message is generated as a result of XGRQ message, the Message Conversation ID must contain the Message Reference ID supplied by the sender of the original message</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender. Identifies the message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification. Identification of the sender address (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier. Coded qualification to further identify the sender e.g. \"T\" for Teletype address, \"C\" for Certified Party, \"P\" for Participant address, \"TP\" for Concatenate T and P, \"O\" for Other (e.g., 1, C). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient. Identifies the message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification. Identification of the recipient address (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier. Coded qualification to further identify the recipient e.g. \"T\" for Teletype address, \"C\" for Certified Party, \"P\" for Participant address, \"TP\" for Concatenate T and P, \"O\" for Other (e.g., 1, C). C for Certified Party must always be there with only one occurrence</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>SHIPPERS' DECLARATION FOR DG HEADER (1:1 occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ProcessType</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Process Type. Indicator to identify if message was generated within a legacy process environment (=\"P\", paper DGD in the lead) or a digital process environment (=\"D\", electronic DGD message in the lead) (e.g., empty, D). Note: \"P\" to be used when e.g. data was captured at airline´s acceptance from paper DGD; \"D\" must be set by the sending entity; always identical with the indicator in the Shipper´s Reference ID</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Header Note Qualifier. Identifies the item level text qualifier (D for Direct, C for Consolidation or L for Letter of Credit) (e.g., XXXXXXXXXX). UNTDED: 4441, WCO: 226</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>String</td>\n<td>1-70+</td>\n<td>O</td>\n<td>Header Note. Contains a message level text note. Free text (e.g., XXXXXXXXXX). UNTDED: 4150, WCO: 105</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor Authentication (1:1 occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/ActualDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor Declaration Date. Date and Time of signing the document in UTC, mandatory for Air Mode; timestamp useful for avoiding version confusion when several updates were sent same day (e.g., 2002-07-01T05:10:10, 2017-10-22T14:52:01). Format: \"YYYY-MM-DDTHH:MM:SS\". UNTDED: 2179</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/Statement</td>\n<td>String</td>\n<td>1-2048</td>\n<td>M</td>\n<td>Consignor Declaration Text. Declaration Statement text. It is a standardized text, but for legal reasons must be submitted with every xSDG. Full text as following expected for Air: \"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.\" (e.g., XXXXXXXXXX). Text must be printed if DGD is reproduced in paper. UNTDED: 4426, WCO: 104</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor Declaration Signature. Contains the signature of the Consignor according to IATA DGR 8.1.4.1.2 (= Name of the consignor in capital letters); mandatory for Air Mode and a digital DG process (e.g., XXXXXXXXXX, B. SMITH). When printed, text must be printed in the Signature Block. UNTDED: 4427</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issue location</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor Declaration Place (Name). Place where the certification was made (e.g., XXXXXXXXXX, Youngville, Ontario). When printed, text must be printed in the Signature Block. UNTDED: 3410</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Provider party</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Contact details</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor Name. Name of the Consignor including (optional) job title (e.g., XXXXXXXXXX, B. Smith, DG Export). Format: \"First Name Last Name, Job Title\" suggested. Use this block for the name of the consignor, not \"Signatory Declarant Authentication\". When printed, the text must be printed in the Signature Block. UNTDED: 3336</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Declarant Authentication (0:1 occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ActualDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Declarant Declaration Date. Date when the certification is made (e.g., 2002-07-01T05:10:10). UNTDED: 2001</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/Statement</td>\n<td>String</td>\n<td>1-2048+</td>\n<td>M</td>\n<td>Declarant Declaration Text. Contains the certification information complying with the Regulations (e.g., XXXXXXXXXX). UNTDED: 4426, WCO: 104</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/Signatory</td>\n<td>Alpha-Numerical</td>\n<td>1-70+</td>\n<td>M</td>\n<td>Declarant Signature. Contains the authentication of the Declarant (e.g., XXXXXXXXXX). UNTDED: 4427</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issue location</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70+</td>\n<td>O</td>\n<td>Declarant Declaration Place (Name). Name of the Place on which the certification is made. The code related to the name can be identified in the UNECE Recommendation N. 16 - LOCODE - Code for Trade and Transport Locations (e.g., XXXXXXXXXX). UNTDED: 3410</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Provider party</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70+</td>\n<td>O</td>\n<td>Declarant Company Name. Name of the company of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Contact details</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName</td>\n<td>Alpha-Numerical</td>\n<td>1-70+</td>\n<td>M</td>\n<td>Declarant Name. Name of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Declarant Department. Department of the declarant (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/JobTitle</td>\n<td>Alpha-Numerical</td>\n<td>1-70+</td>\n<td>O</td>\n<td>Declarant Job Title. Title or status of the declarant (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Declarant Phone Numbers (0:n occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Numeric</td>\n<td>1-35</td>\n<td>M</td>\n<td>Declarant Phone Number. Contains the phone number of the contact department or person (e.g., XXXXXXXXXX). UNTDED: 3148, WCO: 240, CIMP Ref: n25</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Driver authentication details</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ActualDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Driver signature date (e.g., 2002-07-01T05:10:10)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/TransportMeansID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Transport means ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/Signatory</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Driver signature name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Provider party</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Party name (e.g., empty or XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Contact details</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Contact person name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonJobTitle</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Job title (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., empty or XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment/CarrierAssignedID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Carrier assigned ID / Master AWB number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>House consignment details (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorAssignedID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor assigned ID / House AWB number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FreightForwarderAssignedID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder assigned ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Gross weight (e.g., 23). Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Total tare weight (e.g., 23). Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor primary ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor additional ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., 1)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignor name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor address</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., CH) - ISO 3166</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignor contact information</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee primary ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee additional ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., 1)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Consignee name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee address</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., CH) - ISO 3166</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignee contact information</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated party details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Party primary ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Party additional ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID@schemeAgencyID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Agency code (e.g., 1)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Party name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Party role code (e.g., CA=Carrier Agent) - UN/EDIFACT 3035</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Party address</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Postal code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Street address (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>City name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO country code (e.g., CH) - ISO 3166</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Region name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>PO Box (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Party contact information</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Department (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/OriginLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Origin location name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Final destination location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Destination location name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>O</td>\n<td>Mode of transport code (e.g., 4=Air) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Flight/transport number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Information</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Transport information (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport means details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Carrier name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Loading event details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/ActualOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Loading date/time (e.g., 2002-07-01T05:10:10)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Loading location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Location name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., XXXXXXXXXX, Airport)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Unloading event details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/ActualOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Unloading date/time (e.g., 2002-07-01T05:10:10)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Unloading location</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Location name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Location type (e.g., XXXXXXXXXX, Airport)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transport equipment (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Equipment reference/ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Equipment type code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Equipment characteristic (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Seal details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Seal number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling instructions</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingInstructions/Description</td>\n<td>String</td>\n<td>1-350</td>\n<td>M</td>\n<td>Instructions description (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/HandlingInstructions/ExclusiveUsageIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Exclusive use indicator (e.g., true/false)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference documents (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Document reference number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-4</td>\n<td>M</td>\n<td>Document type (e.g., 380=Invoice) - UN/EDIFACT 1001</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Document name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Final destination country</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Country code (e.g., XXXXXXXXXX) - ISO 3166</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ExportCountry</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Export country</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ExportCountry/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Country code (e.g., XXXXXXXXXX) - ISO 3166</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ExportCountry/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Country name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Commercial trade transaction container</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Trade line item (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Line item sequence number (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/Information</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Line item information (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Product trade delivery</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Regulated goods</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Dangerous goods details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UNDGIdentificationCode</td>\n<td>Alpha-Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>UN Number (e.g., XXXXXXXXXX, UN1234)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TechnicalName</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Technical name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UpperPartOrangeHazardPlacardID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Hazard identification number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackagingDangerLevelCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Packing group (e.g., XXXXXXXXXX, I, II, III)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackingInstructionTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Packing instruction (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Gross weight (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardClassificationID</td>\n<td>Alpha-Numerical</td>\n<td>1-10</td>\n<td>M</td>\n<td>Class/division (e.g., XXXXXXXXXX, 1.4, 3, 8)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AdditionalHazardClassificationID</td>\n<td>Alpha-Numerical</td>\n<td>1-10</td>\n<td>O</td>\n<td>Subsidiary risk(s) (e.g., XXXXXXXXXX, 6.1, 8)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Gross volume (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., MTQ, CMQ) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/MarinePollutantIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Marine pollutant indicator (e.g., true/false)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Net weight (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ProperShippingName</td>\n<td>String</td>\n<td>1-350</td>\n<td>M</td>\n<td>Proper shipping name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Net explosive quantity (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantityText</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Net explosive quantity text (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Supplementary information</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/SuffixIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Suffix indicator (e.g., true/false)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/Content</td>\n<td>String</td>\n<td>1-350</td>\n<td>M</td>\n<td>Supplementary content (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ExplosiveCompatibilityGroupCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Compatibility group (e.g., XXXXXXXXXX, A-S)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ReportableQuantity</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Reportable quantity (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TunnelRestrictionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-10</td>\n<td>O</td>\n<td>Tunnel restriction code (e.g., XXXXXXXXXX, B/C, D/E)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SpecialProvisionID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Special provisions (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardCategoryCode</td>\n<td>Alpha-Numerical</td>\n<td>1-10</td>\n<td>O</td>\n<td>Hazard category (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Segregation group code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode@name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Segregation group name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AuthorizationInformation</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Authorization information (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Flashpoint temperature</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>M</td>\n<td>Temperature value (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Temperature unit (e.g., CEL=Celsius, FAH=Fahrenheit) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Control temperature</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>M</td>\n<td>Temperature value (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Temperature unit (e.g., CEL) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Emergency temperature</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>M</td>\n<td>Temperature value (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Temperature unit (e.g., CEL) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Radioactive material details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionReference</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fissile exception reference (e.g., XXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fissile exception indicator (e.g., true/false)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Radioactive isotope details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Isotope ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Isotope name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>M</td>\n<td>Activity level (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Activity unit (e.g., GBQ=Gigabecquerel, TBQ=Terabecquerel) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/PhysicalChemicalFormNote</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Physical/chemical form (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/SpecialFormIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special form indicator (e.g., True/False)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/LowDispersibleIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Low dispersible indicator (e.g., True/False)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Logistics package details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/ItemQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Number of packages (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Package gross weight (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Package net weight (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Package gross volume (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., CMQ) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LevelCode</td>\n<td>Numeric</td>\n<td>1</td>\n<td>M</td>\n<td>Package level code (e.g., 2=Inner package)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package sequence number (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesStartID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Series start ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesEndID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Series end ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>All packed in one indicator (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneInformation</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>All packed in one information (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/QValueNumeric</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Q value (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Package dimensions</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package width (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package length (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package height (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Supply chain packaging</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Packaging type code (e.g., BX=Box) - UN/CEFACT packaging type codes</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/Type</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Packaging type description (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Packaged trade delivery</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Packaged regulated goods</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Packaged dangerous goods</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Packaged radioactive material</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Package type code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Transport index (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Criticality safety index (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Included packaged trade line item</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Line item sequence (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Overpack package details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/ItemQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Number of overpacks (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Overpack gross weight (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Overpack net weight (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g., KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Overpack gross volume (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit (e.g., CMQ) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LevelCode</td>\n<td>Numeric</td>\n<td>1</td>\n<td>M</td>\n<td>Package level code (e.g., 1=Overpack)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Overpack sequence number (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesStartID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Series start ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesEndID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Series end ID (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/OverpackNetQuantitySummary</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Overpack net quantity summary (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Overpack dimensions</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Overpack width (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Overpack length (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Overpack height (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit (e.g., CMT) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Overpack packaged trade delivery</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Packaged regulated goods</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Packaged dangerous goods</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Packaged radioactive material</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Package type code (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Transport index (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Criticality safety index (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Included packaged trade line item</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Line item sequence (e.g., 23)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport dangerous goods details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/HazardTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Special Handling Code related to radioactive or non-radioactive shipment.  <br />Information should be \"NON-RADIOACTIVE\" or \"RADIOACTIVE\"</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/AircraftLimitationInformation</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Aircraft limitation (e.g., XXXXXXXXXX, \"Cargo Aircraft Only\", \"Passenger and Cargo Aircraft\")</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ComplianceDeclarationInformation</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Compliance declaration (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ShipperDeclarationInformation</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Shipper declaration (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Emergency contact (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Emergency contact person name (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Emergency phone details</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Emergency phone number (e.g., XXXXXXXXXX)</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/AdditionalInformation</td>\n<td>String</td>\n<td>1-350</td>\n<td>O</td>\n<td>Additional emergency contact information (e.g., XXXXXXXXXXX)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","sdg","xml","6.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"0480d5e5-f4f8-4e87-a54f-d45ba0915c5a"}],"id":"ab535411-2ec5-4b26-8bb2-b835da165949","description":"<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>G.E19CGNR.20</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E19ACA.21</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E19GHA.22</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E20AL.23</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E20PAA.24</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E20CUS.25</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E20ACA.26</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>CL.I4CUS.4</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I7CUS.14</td>\n<td>e-Clear</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ab535411-2ec5-4b26-8bb2-b835da165949","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Customs, Security and Regulatory Control Status Notification (CSN)","item":[{"name":"Send Customs, Security and Regulatory Control Status Notification (CSN) - JSON Format","id":"adb82e5c-b804-4773-8f63-6583a863d856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"057-12345678_de877382-c6ac-4b3c-b0f2-2ca29a97b5cd\"\n        },\n        \"Name\": {\n            \"Value\": \"Document Response Customs\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"962\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2018-06-15T15:21:42.562Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"2.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            }\n        ],\n        \"RecipientParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"QVIBGAF\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"QVIBGAF\"\n                }\n            }\n        ]\n    },\n    \"BusinessHeaderDocument\": {\n        \"StatusCode\": {\n            \"Value\": \"CC\"\n        },\n        \"ActionTypeCode\": {\n            \"Value\": \"381\"\n        },\n        \"ActionTypeName\": {\n            \"Value\": \"EXP\"\n        },\n        \"Information\": {\n            \"Value\": \"CUSTOMCLEAR\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2018-06-15T10:32:00.000\"\n        }\n    },\n    \"MasterConsignment\": {\n        \"CustomsID\": {\n            \"Value\": \"44553387\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"5\"\n        },\n        \"BondedWarehouseLocation\": {\n            \"ID\": {\n                \"Value\": \"49434\"\n            }\n        },\n        \"SpecifiedLogisticsTransportMovement\": {\n            \"StageCode\": {\n                \"Value\": \"Main-Carriage\"\n            },\n            \"ModeCode\": {\n                \"Value\": \"4\"\n            },\n            \"Mode\": {\n                \"Value\": \"Air transport\"\n            },\n            \"ID\": {\n                \"Value\": \"AF123\"\n            },\n            \"SequenceNumeric\": {\n                \"Value\": \"1\"\n            },\n            \"UsedLogisticsTransportMeans\": {\n                \"Name\": {\n                    \"Value\": \"AF\"\n                }\n            },\n            \"ArrivalEvent\": {\n                \"ScheduledOccurrenceDateTime\": {\n                    \"Value\": \"2018-06-15T00:00:00.000\"\n                },\n                \"OccurrenceArrivalLocation\": {\n                    \"ID\": {\n                        \"Value\": \"NOU\"\n                    }\n                }\n            },\n            \"DepartureEvent\": {\n                \"OccurrenceDepartureLocation\": {\n                    \"ID\": {\n                        \"Value\": \"CDG\"\n                    }\n                }\n            },\n            \"FirstArrivalEvent\": {\n                \"OccurrenceFirstArrivalLocation\": {\n                    \"ID\": {\n                        \"Value\": \"NRT\"\n                    }\n                }\n            }\n        },\n        \"IncludedCustomsNote\": {\n            \"ContentCode\": {\n                \"Value\": \"T\"\n            },\n            \"Content\": {\n                \"Value\": \"NL822713044\"\n            },\n            \"SubjectCode\": {\n                \"Value\": \"AGT\"\n            },\n            \"CountryID\": {\n                \"Value\": \"NL\"\n            }\n        },\n        \"AssociatedReferenceDocument\": [\n            {\n                \"ID\": {\n                    \"Value\": \"057-12345678\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"741\"\n                }\n            },\n            {\n                \"ID\": {\n                    \"Value\": \"PRG180101922\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"703\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/csn/json/2.00","description":"<p><strong>Message Type</strong>: CSN (Customs, Security and Regulatory Control Status Notification) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-CSN (Customs, Security and Regulatory Control Status Notification) standards in JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","csn","json","2.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"adb82e5c-b804-4773-8f63-6583a863d856"},{"name":"Send Customs, Security and Regulatory Control Status Notification (XCSN) - XML Format","id":"d16b0a63-09d0-431d-9a7b-db386c5167ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<rsm:CustomsStatusNotification\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n  xmlns:rsm=\"iata:CustomsStatusNotification:1\"\n  xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\n  xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n  xmlns:ram=\"iata:datamodel:3\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"iata:CustomsStatusNotification:1 CustomsStatusNotification.xsd\"\n>\n    <rsm:MessageHeaderDocument>\n        <ram:ID>057-12345678_de877382-c6ac-4b3c-b0f2-2ca29a97b5cd</ram:ID>\n        <ram:Name>Document Response Customs</ram:Name>\n        <ram:TypeCode>962</ram:TypeCode>\n        <ram:IssueDateTime>2018-06-15T15:21:42.562Z</ram:IssueDateTime>\n        <ram:PurposeCode>Creation</ram:PurposeCode>\n        <ram:VersionID>2.00</ram:VersionID>\n        <ram:SenderParty>\n            <ram:PrimaryID schemeID=\"C\">AMSFMKL</ram:PrimaryID>\n        </ram:SenderParty>\n        <ram:SenderParty>\n            <ram:PrimaryID schemeID=\"T\">AMSFMKL</ram:PrimaryID>\n        </ram:SenderParty>\n        <ram:RecipientParty>\n            <ram:PrimaryID schemeID=\"C\">QVIBGAF</ram:PrimaryID>\n        </ram:RecipientParty>\n        <ram:RecipientParty>\n            <ram:PrimaryID schemeID=\"T\">QVIBGAF</ram:PrimaryID>\n        </ram:RecipientParty>\n    </rsm:MessageHeaderDocument>\n    <rsm:BusinessHeaderDocument>\n        <ram:StatusCode>CC</ram:StatusCode>\n        <ram:ActionTypeCode>381</ram:ActionTypeCode>\n        <ram:ActionTypeName>EXP</ram:ActionTypeName>\n        <ram:Information>CUSTOMCLEAR</ram:Information>\n        <ram:IssueDateTime>2018-06-15T10:32:00.000</ram:IssueDateTime>\n    </rsm:BusinessHeaderDocument>\n    <rsm:MasterConsignment>\n        <ram:CustomsID>44553387</ram:CustomsID>\n        <ram:TotalPieceQuantity>5</ram:TotalPieceQuantity>\n        <ram:BondedWarehouseLocation>\n            <ram:ID>49434</ram:ID>\n        </ram:BondedWarehouseLocation>\n        <ram:SpecifiedLogisticsTransportMovement>\n            <ram:StageCode>Main-Carriage</ram:StageCode>\n            <ram:ModeCode>4</ram:ModeCode>\n            <ram:Mode>Air transport</ram:Mode>\n            <ram:ID>AF123</ram:ID>\n            <ram:SequenceNumeric>1</ram:SequenceNumeric>\n            <ram:UsedLogisticsTransportMeans>\n                <ram:Name>AF</ram:Name>\n            </ram:UsedLogisticsTransportMeans>\n            <ram:ArrivalEvent>\n                <ram:ScheduledOccurrenceDateTime>\n          2018-06-15T00:00:00.000\n        </ram:ScheduledOccurrenceDateTime>\n                <ram:OccurrenceArrivalLocation>\n                    <ram:ID>NOU</ram:ID>\n                </ram:OccurrenceArrivalLocation>\n            </ram:ArrivalEvent>\n            <ram:DepartureEvent>\n                <ram:OccurrenceDepartureLocation>\n                    <ram:ID>CDG</ram:ID>\n                </ram:OccurrenceDepartureLocation>\n            </ram:DepartureEvent>\n            <ram:FirstArrivalEvent>\n                <ram:OccurrenceFirstArrivalLocation>\n                    <ram:ID>NRT</ram:ID>\n                </ram:OccurrenceFirstArrivalLocation>\n            </ram:FirstArrivalEvent>\n        </ram:SpecifiedLogisticsTransportMovement>\n        <ram:IncludedCustomsNote>\n            <ram:ContentCode>T</ram:ContentCode>\n            <ram:Content>NL822713044</ram:Content>\n            <ram:SubjectCode>AGT</ram:SubjectCode>\n            <ram:CountryID>NL</ram:CountryID>\n        </ram:IncludedCustomsNote>\n        <ram:AssociatedReferenceDocument>\n            <ram:ID>057-12345678</ram:ID>\n            <ram:TypeCode>741</ram:TypeCode>\n        </ram:AssociatedReferenceDocument>\n        <ram:AssociatedReferenceDocument>\n            <ram:ID>PRG180101922</ram:ID>\n            <ram:TypeCode>703</ram:TypeCode>\n        </ram:AssociatedReferenceDocument>\n    </rsm:MasterConsignment>\n</rsm:CustomsStatusNotification>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/csn/xml/2.00","description":"<p><strong>Message Type</strong>: XCSN (Send Customs, Security and Regulatory Control Status Notification) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML CSN (Customs, Security and Regulatory Control Status Notification) standards. The XCSN is the XML equivalent of CSN.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Technical reference identification provided by the sender to the message</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Name of the referenced document (i.e. Air Waybill). Appropriate Message Name must be used from the available list. Example: Air Waybill</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Type of referenced document. UN/EDIFACT 1001 Document/message code list can be used (e.g. 740 for Air Waybill, 703 for House Waybill). Example: 740</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time at which the message was created (UTC Time). Example: 2010-01-26T05:10:10</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Function/Purpose of a given type of message. Must be one of: Creation, Deletion, Update, Request, or Response. Example: Creation</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Message version. Message version rules must be applied. Example: 3.00</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Technical reference of the series of messages within a conversation provided by the initiator. Note: In case a message is generated as a result of XGRQ message, the Message Conversation ID must contain the Message Reference ID supplied by the sender of the original message</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Sender information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Identification of the sender address</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Recipient information container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Identification of the recipient address</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Business header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/StatusCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Coded representation of the current status of a shipment actioned by Customs</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ActionTypeCode</td>\n<td>Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Coded representation of a specific Customs action</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ActionTypeName</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Code identifying the Customs Action. Must be one of [IMP, EXP, TRA]</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/Information</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Information provided to, or received from, Customs</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and Time of the Customs Action. Example: 2002-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header note container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Item level text qualifier. Must be one of [D, C, L]. Example: D</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Item level text note. Example: Direct Shipment</td>\n</tr>\n<tr>\n<td>MasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Master consignment container</td>\n</tr>\n<tr>\n<td>MasterConsignment/CustomsID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Number assigned to the Customs Entry by Customs. Note: Default value is 9999</td>\n</tr>\n<tr>\n<td>MasterConsignment/TotalPieceQuantity</td>\n<td>Numerical</td>\n<td>5</td>\n<td>O</td>\n<td>Total actioned pieces. Number of Loose Items and/or ULD's. Note: Value must be set to 0 if not available. Example: 23</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated party container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Internal ID assigned to the party</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Name or legal identity of the Other Party</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/RoleCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Code of additional party. Must be one of [AG, CN, DT, NI, OJ, FB]. CODED UNEDIFACT 3035</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/Role</td>\n<td>Alphabetic</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of additional parties if required. Must be the corresponding name for Party Type Code</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Party contact information container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact name of the department or person</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone communication container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number of the contact department or person</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax communication container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Fax number of the contact department or person</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email communication container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Email address of the contact department or person</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex communication container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Telex details of the contact department or person</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Origin location container</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code of the origin location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence where IATA 3-letter codes differ from the 3-letter part of existing codes in UN/LOCODE. Example: LHR</td>\n</tr>\n<tr>\n<td>MasterConsignment/OriginLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of the origin location. Must be the corresponding name for Origin Location Code. Example: London Heathrow</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Final destination location container</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code of the destination location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: KHI</td>\n</tr>\n<tr>\n<td>MasterConsignment/FinalDestinationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of the destination location. Must be the corresponding name for Destination Location Code. Example: Karachi</td>\n</tr>\n<tr>\n<td>MasterConsignment/BondedWarehouseLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Bonded warehouse location container</td>\n</tr>\n<tr>\n<td>MasterConsignment/BondedWarehouseLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-7</td>\n<td>M</td>\n<td>Coded identification of the warehouse where a bonded shipment will be stored</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport details container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Mode of Transport Qualifier. Must be one of [Pre-Carriage, Main-Carriage, On-Carriage]. Default: Main-Carriage</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-15</td>\n<td>O</td>\n<td>Code of Mode of Transport used. CODED UNECE Rec.19. Example: 4 (for Air Transport)</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/Mode</td>\n<td>Alphabetic</td>\n<td>1-35</td>\n<td>O</td>\n<td>Name of Mode of Transport. Must be the corresponding name for Mode of Transport Code. CODED UNECE Rec.19. Example: AIR TRANSPORT</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Reference to the unique conveyance ID of the means of transport (e.g. flight number, voyage number). In case XCSN is used as feedback for EU ICS2 PLACI filings, the best guess is to be filled in. Example: BA1234 (where carrier code is BA and flight number is 1234)</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric</td>\n<td>Numerical</td>\n<td>4</td>\n<td>O</td>\n<td>Number that identifies the sequence of transport. Default: 1</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Used logistics transport means container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of the Mean of Transport (e.g. Carrier name). For Air only IATA Airline and Company Designators code should be used</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival event container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date at which goods are arriving from the means of transport. Example: 2002-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence arrival location container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Reference identifying the arrival point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: DUB</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of arrival location. Must be the corresponding name of Scheduled Arrival Location Code. Example: Dublin</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure event container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date at which goods are departing onto the means of transport. Example: 2002-07-01T05:10:10</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Occurrence departure location container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code of departure location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: CMB</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of departure location. Must be the corresponding name of Scheduled Departure Location Code. Example: Colombo</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>First arrival event container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence first arrival location container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>O</td>\n<td>Code of first entry point. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Example: SYD</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of first entry point. Must be the corresponding name of First Entry Point Location Code. Example: Sydney</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure point event container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Occurrence departure point location container</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Condition: Each event must be associated with a location type. Example: Airport</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>O</td>\n<td>Code of the location where the event occurred. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: LHR</td>\n</tr>\n<tr>\n<td>MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of location where event occurred. Must be the corresponding name of Point of Location Code. Example: London Heathrow</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs, security and regulatory control information container</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Coded representation of a country approved by ISO. CODED ISO3166. Condition: At least one of the three elements (Country Code, Information Identifier or Customs Information Identifier) must be completed. Example: CH</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Code identifying a piece of information/entity. Examples: IMP, EXP, AGT, ISS. Condition: At least one of the three elements (Country Code, Information Identifier or Customs Information Identifier) must be completed. Example: IMP</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>Customs, Security and Regulatory Control Information Identifier. Must be one of [I, L, S, U, M]. Condition: At least one of the three elements (Country Code, Information Identifier or Customs Information Identifier) must be completed. Example: A</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedCustomsNote/Content</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary Customs, Security and Regulatory Control Information. Supplementary information identifying a party or a location related to Customs reporting requirements. Example: BCBP123</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated reference document container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Number being referenced within the document (e.g. Invoice, Packing List, Letter of Credit)</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date being referenced within the document. Example: 2002-07-01</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>4</td>\n<td>M</td>\n<td>Type of referenced document. UN/EDIFACT 1001 Document/message code list can be used (e.g. 740 for Air Waybill, 703 for House Waybill). UN/CEFACT 1001. Example: 861</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Name of the referenced document. Example: Certificate of Origin</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Associated consignment customs procedure container</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>Code indicating the origin of goods for Customs purposes (e.g. For goods in free circulation in the EU). Condition: List to be provided by local customs authorities. Example: T2</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","csn","xml","2.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"d16b0a63-09d0-431d-9a7b-db386c5167ee"}],"id":"49db9e96-b58f-4539-9912-0f46b240689c","description":"<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PF.I1CUS.2</td>\n<td>e-Flight</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"49db9e96-b58f-4539-9912-0f46b240689c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Flight Booking List (FBL)","item":[{"name":"Create Booking List (FBL) - JSON Format","id":"7e119ed7-6cc0-4814-a74c-78b40b5cc692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"KL644-04012018JFK:ec2da33c-b23e-445e-8a8a-6a665ba10450\"\n        },\n        \"Name\": {\n            \"Value\": \"Transport Loading Instructions\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"121\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2018-01-03T03:40:00Z\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"3.00\"\n        },\n        \"SenderParty\": [\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"C\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            },\n            {\n                \"PrimaryID\": {\n                    \"schemeID\": \"T\",\n                    \"Value\": \"AMSFMKL\"\n                }\n            }\n        ],\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"schemeID\": \"C\",\n                \"Value\": \"TESTNICO\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"KL64420180104JFK\"\n        }\n    },\n    \"LogisticsTransportMovement\": {\n        \"StageCode\": {\n            \"Value\": \"Main-Carriage\"\n        },\n        \"ModeCode\": {\n            \"Value\": \"4\"\n        },\n        \"Mode\": {\n            \"Value\": \"AIR TRANSPORT\"\n        },\n        \"ID\": {\n            \"Value\": \"KL644\"\n        },\n        \"SequenceNumeric\": {\n            \"Value\": \"1\"\n        },\n        \"DepartureEvent\": {\n            \"DepartureOccurrenceDateTime\": {\n                \"Value\": \"2018-01-04T00:00:00\"\n            },\n            \"DepartureDateTimeTypeCode\": {\n                \"Value\": \"S\"\n            },\n            \"OccurrenceDepartureLocation\": {\n                \"ID\": {\n                    \"Value\": \"JFK\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"Airport\"\n                }\n            }\n        }\n    },\n    \"ArrivalEvent\": {\n        \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n                \"Value\": \"AMS\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"Airport\"\n            }\n        },\n        \"AssociatedTransportCargo\": [\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"4000\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"20\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"2\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10604123\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"AMS\"\n                        }\n                    },\n                    \"HandlingInstructions\": {\n                        \"Description\": {\n                            \"Value\": \"BUP\"\n                        },\n                        \"DescriptionCode\": {\n                            \"Value\": \"BUP\"\n                        }\n                    },\n                    \"UtilizedUnitLoadTransportEquipment\": {\n                        \"ID\": {\n                            \"Value\": \"1000\"\n                        },\n                        \"LoadedPackageQuantity\": {\n                            \"Value\": \"2\"\n                        },\n                        \"CharacteristicCode\": {\n                            \"Value\": \"ASE\"\n                        },\n                        \"OperationalStatusCode\": {\n                            \"Value\": \"L\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"4000\"\n                        },\n                        \"OperatingParty\": {\n                            \"PrimaryID\": {\n                                \"schemeAgencyID\": \"3\",\n                                \"Value\": \"TW\"\n                            }\n                        }\n                    }\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"100\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"0.6\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"0\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"COURIER MAIL\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10671054\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"DEL\"\n                        }\n                    },\n                    \"HandlingInstructions\": [\n                        {\n                            \"Description\": {\n                                \"Value\": \"UCB\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"UCB\"\n                            }\n                        },\n                        {\n                            \"Description\": {\n                                \"Value\": \"XPS\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"XPS\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"500\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"4.3\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"0\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"VARIOUS GOODS\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10671124\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"DXB\"\n                        }\n                    },\n                    \"HandlingInstructions\": [\n                        {\n                            \"Description\": {\n                                \"Value\": \"XPH\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"XPH\"\n                            }\n                        },\n                        {\n                            \"Description\": {\n                                \"Value\": \"QRT\"\n                            },\n                            \"DescriptionCode\": {\n                                \"Value\": \"QRT\"\n                            }\n                        }\n                    ]\n                }\n            },\n            {\n                \"TypeCode\": null,\n                \"IncludedMasterConsignment\": {\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1500\"\n                    },\n                    \"GrossVolumeMeasure\": {\n                        \"unitCode\": \"MTQ\",\n                        \"Value\": \"10\"\n                    },\n                    \"TotalPieceQuantity\": {\n                        \"Value\": \"1\"\n                    },\n                    \"SummaryDescription\": {\n                        \"Value\": \"CONSOLIDATION\"\n                    },\n                    \"TransportSplitDescription\": {\n                        \"Value\": \"T\"\n                    },\n                    \"TransportContractDocument\": {\n                        \"ID\": {\n                            \"Value\": \"074-10660705\"\n                        }\n                    },\n                    \"OriginLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        }\n                    },\n                    \"FinalDestinationLocation\": {\n                        \"ID\": {\n                            \"Value\": \"AMS\"\n                        }\n                    },\n                    \"HandlingInstructions\": {\n                        \"Description\": {\n                            \"Value\": \"BUP\"\n                        },\n                        \"DescriptionCode\": {\n                            \"Value\": \"BUP\"\n                        }\n                    },\n                    \"UtilizedUnitLoadTransportEquipment\": {\n                        \"ID\": {\n                            \"Value\": \"1003\"\n                        },\n                        \"LoadedPackageQuantity\": {\n                            \"Value\": \"1\"\n                        },\n                        \"CharacteristicCode\": {\n                            \"Value\": \"ASE\"\n                        },\n                        \"OperationalStatusCode\": {\n                            \"Value\": \"L\"\n                        },\n                        \"GrossWeightMeasure\": {\n                            \"unitCode\": \"KGM\",\n                            \"Value\": \"1500\"\n                        },\n                        \"OperatingParty\": {\n                            \"PrimaryID\": {\n                                \"schemeAgencyID\": \"3\",\n                                \"Value\": \"TW\"\n                            }\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fbl/json/3.00","description":"<p><strong>Message Type</strong>: FBL (Flight Booking List) - JSON Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo- FBL (Flight Booking List) standards in JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fbl","json","3.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e119ed7-6cc0-4814-a74c-78b40b5cc692"},{"name":"Create Booking List (XFBL) - XML Format","id":"676994bd-33d6-4d77-ae04-e9c5751d4245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<ns2:FreightBookedList\n  xmlns=\"iata:datamodel:3\"\n  xmlns:ns2=\"iata:freightbookedlist:1\"\n>\n    <ns2:MessageHeaderDocument>\n        <ID>KL644-04012018JFK:ec2da33c-b23e-445e-8a8a-6a665ba10450</ID>\n        <Name>Transport Loading Instructions</Name>\n        <TypeCode>121</TypeCode>\n        <IssueDateTime>2018-01-03T03:40:00Z</IssueDateTime>\n        <PurposeCode>Creation</PurposeCode>\n        <VersionID>3.00</VersionID>\n        <SenderParty>\n            <PrimaryID schemeID=\"C\">AMSFMKL</PrimaryID>\n        </SenderParty>\n        <SenderParty>\n            <PrimaryID schemeID=\"T\">AMSFMKL</PrimaryID>\n        </SenderParty>\n        <RecipientParty>\n            <PrimaryID schemeID=\"C\">TESTNICO</PrimaryID>\n        </RecipientParty>\n    </ns2:MessageHeaderDocument>\n    <ns2:BusinessHeaderDocument>\n        <ID>KL64420180104JFK</ID>\n    </ns2:BusinessHeaderDocument>\n    <ns2:LogisticsTransportMovement>\n        <StageCode>Main-Carriage</StageCode>\n        <ModeCode>4</ModeCode>\n        <Mode>AIR TRANSPORT</Mode>\n        <ID>KL644</ID>\n        <SequenceNumeric>1</SequenceNumeric>\n        <DepartureEvent>\n            <DepartureOccurrenceDateTime>\n        2018-01-04T00:00:00\n      </DepartureOccurrenceDateTime>\n            <DepartureDateTimeTypeCode>S</DepartureDateTimeTypeCode>\n            <OccurrenceDepartureLocation>\n                <ID>JFK</ID>\n                <TypeCode>Airport</TypeCode>\n            </OccurrenceDepartureLocation>\n        </DepartureEvent>\n    </ns2:LogisticsTransportMovement>\n    <ns2:ArrivalEvent>\n        <OccurrenceArrivalLocation>\n            <ID>AMS</ID>\n            <TypeCode>Airport</TypeCode>\n        </OccurrenceArrivalLocation>\n        <AssociatedTransportCargo>\n            <TypeCode />\n            <IncludedMasterConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">4000</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">20</GrossVolumeMeasure>\n                <TotalPieceQuantity>2</TotalPieceQuantity>\n                <SummaryDescription>CONSOLIDATION</SummaryDescription>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <TransportContractDocument>\n                    <ID>074-10604123</ID>\n                </TransportContractDocument>\n                <OriginLocation>\n                    <ID>JFK</ID>\n                </OriginLocation>\n                <FinalDestinationLocation>\n                    <ID>AMS</ID>\n                </FinalDestinationLocation>\n                <HandlingInstructions>\n                    <Description>BUP</Description>\n                    <DescriptionCode>BUP</DescriptionCode>\n                </HandlingInstructions>\n                <UtilizedUnitLoadTransportEquipment>\n                    <ID>1000</ID>\n                    <LoadedPackageQuantity>2</LoadedPackageQuantity>\n                    <CharacteristicCode>ASE</CharacteristicCode>\n                    <OperationalStatusCode>L</OperationalStatusCode>\n                    <GrossWeightMeasure unitCode=\"KGM\">4000</GrossWeightMeasure>\n                    <OperatingParty>\n                        <PrimaryID schemeAgencyID=\"3\">TW</PrimaryID>\n                    </OperatingParty>\n                </UtilizedUnitLoadTransportEquipment>\n            </IncludedMasterConsignment>\n        </AssociatedTransportCargo>\n        <AssociatedTransportCargo>\n            <TypeCode />\n            <IncludedMasterConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">100</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">0.6</GrossVolumeMeasure>\n                <TotalPieceQuantity>0</TotalPieceQuantity>\n                <SummaryDescription>COURIER MAIL</SummaryDescription>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <TransportContractDocument>\n                    <ID>074-10671054</ID>\n                </TransportContractDocument>\n                <OriginLocation>\n                    <ID>JFK</ID>\n                </OriginLocation>\n                <FinalDestinationLocation>\n                    <ID>DEL</ID>\n                </FinalDestinationLocation>\n                <HandlingInstructions>\n                    <Description>UCB</Description>\n                    <DescriptionCode>UCB</DescriptionCode>\n                </HandlingInstructions>\n                <HandlingInstructions>\n                    <Description>XPS</Description>\n                    <DescriptionCode>XPS</DescriptionCode>\n                </HandlingInstructions>\n            </IncludedMasterConsignment>\n        </AssociatedTransportCargo>\n        <AssociatedTransportCargo>\n            <TypeCode />\n            <IncludedMasterConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">500</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">4.3</GrossVolumeMeasure>\n                <TotalPieceQuantity>0</TotalPieceQuantity>\n                <SummaryDescription>VARIOUS GOODS</SummaryDescription>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <TransportContractDocument>\n                    <ID>074-10671124</ID>\n                </TransportContractDocument>\n                <OriginLocation>\n                    <ID>JFK</ID>\n                </OriginLocation>\n                <FinalDestinationLocation>\n                    <ID>DXB</ID>\n                </FinalDestinationLocation>\n                <HandlingInstructions>\n                    <Description>XPH</Description>\n                    <DescriptionCode>XPH</DescriptionCode>\n                </HandlingInstructions>\n                <HandlingInstructions>\n                    <Description>QRT</Description>\n                    <DescriptionCode>QRT</DescriptionCode>\n                </HandlingInstructions>\n            </IncludedMasterConsignment>\n        </AssociatedTransportCargo>\n        <AssociatedTransportCargo>\n            <TypeCode />\n            <IncludedMasterConsignment>\n                <GrossWeightMeasure unitCode=\"KGM\">1500</GrossWeightMeasure>\n                <GrossVolumeMeasure unitCode=\"MTQ\">10</GrossVolumeMeasure>\n                <TotalPieceQuantity>1</TotalPieceQuantity>\n                <SummaryDescription>CONSOLIDATION</SummaryDescription>\n                <TransportSplitDescription>T</TransportSplitDescription>\n                <TransportContractDocument>\n                    <ID>074-10660705</ID>\n                </TransportContractDocument>\n                <OriginLocation>\n                    <ID>JFK</ID>\n                </OriginLocation>\n                <FinalDestinationLocation>\n                    <ID>AMS</ID>\n                </FinalDestinationLocation>\n                <HandlingInstructions>\n                    <Description>BUP</Description>\n                    <DescriptionCode>BUP</DescriptionCode>\n                </HandlingInstructions>\n                <UtilizedUnitLoadTransportEquipment>\n                    <ID>1003</ID>\n                    <LoadedPackageQuantity>1</LoadedPackageQuantity>\n                    <CharacteristicCode>ASE</CharacteristicCode>\n                    <OperationalStatusCode>L</OperationalStatusCode>\n                    <GrossWeightMeasure unitCode=\"KGM\">1500</GrossWeightMeasure>\n                    <OperatingParty>\n                        <PrimaryID schemeAgencyID=\"3\">TW</PrimaryID>\n                    </OperatingParty>\n                </UtilizedUnitLoadTransportEquipment>\n            </IncludedMasterConsignment>\n        </AssociatedTransportCargo>\n    </ns2:ArrivalEvent>\n</ns2:FreightBookedList>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/fbl/xml/3.00","description":"<p><strong>Message Type</strong>: XFBL (Flight Booking List) - IATA Cargo-XML Format</p>\n<p><strong>IATA Compliance</strong>: This endpoint implements IATA Cargo-XML XFBL (XML Flight Booking List) standards. The XFBL is the XML equivalent of FBL.</p>\n<p><strong>API Parameters (XML Schema):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message header container</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Message Reference ID - Contains technical reference identification provided by sender</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Must be 'Transport Loading Report' for FBL</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/TypeCode</td>\n<td>String</td>\n<td>4</td>\n<td>M</td>\n<td>Must be '122' for FBL</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/IssueDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/PurposeCode</td>\n<td>Alpha-Numerical</td>\n<td>35</td>\n<td>M</td>\n<td>Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response'</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/VersionID</td>\n<td>String</td>\n<td>5</td>\n<td>M</td>\n<td>Message version (e.g. 3.00)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/ConversationID</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Technical reference of series of messages within conversation</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message sender (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Sender identification</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/SenderParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Sender Qualifier attribute (T=Teletype, C=Certified Party, P=Participant, TP=Concatenate T and P, O=Other). C for Certified Party must always be present</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Message recipient (1:n occurrence)</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Recipient identification</td>\n</tr>\n<tr>\n<td>MessageHeaderDocument/RecipientParty/PrimaryID@schemeID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Recipient Qualifier attribute (T=Teletype, C=Certified Party, P=Participant, TP=Concatenate T and P, O=Other). C for Certified Party must always be present</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Business header container</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Header notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>O</td>\n<td>Header note qualifier</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/IncludedHeaderNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Header note text - Free text</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Transport movement/flight details</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/StageCode</td>\n<td>String</td>\n<td>1-35</td>\n<td>M</td>\n<td>Must be 'Main-Carriage'</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/ModeCode</td>\n<td>Numeric</td>\n<td>1-15</td>\n<td>M</td>\n<td>Code of Mode of Transport (4=Air Transport) - UNECE Rec.19</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/Mode</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Name of Mode of Transport (e.g. 'AIR TRANSPORT')</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Flight number (e.g. BA1234)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/SequenceNumeric</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Sequence number identifying the transport (defaults to 1 in FBL)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>O</td>\n<td>Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit of measurement (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Total volume on flight (with unitCode attribute)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit of measurement - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Total pieces on flight</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalPieceQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit of measurement - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalTransportEquipmentQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Total ULDs on flight</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit of measurement - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Aircraft details</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/UsedLogisticsTransportMeans/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure details</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure date/time</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Departure location</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Departure airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Departure airport name</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other'</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/ContentCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Customs note code - Information Identifier (CIMP 1.19)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary Customs Information</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/SubjectCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs, Security and Regulatory Control Information Identifier (CIMP 1.100)</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 country code (pattern: [A-Z]{2})</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/RelatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n</tr>\n<tr>\n<td>LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>M</td>\n<td>Customs Origin Code - CIMP 1.49</td>\n</tr>\n<tr>\n<td>ArrivalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival/destination details (1:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Arrival location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Arrival airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Arrival airport name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/OccurrenceArrivalLocation/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>M</td>\n<td>Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other'</td>\n</tr>\n<tr>\n<td>ArrivalEvent/NilCargoIndication</td>\n<td>String</td>\n<td>1-5</td>\n<td>O</td>\n<td>Indicates no cargo to be unloaded (value: 'Nil')</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Cargo details at destination (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Cargo type code (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Master consignment details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Consignment gross weight. Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Weight unit (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure</td>\n<td>Numeric</td>\n<td>1-9</td>\n<td>O</td>\n<td>Consignment volume. Must be completed if Density Group not completed</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>O</td>\n<td>Volume unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode</td>\n<td>Numeric</td>\n<td>1</td>\n<td>O</td>\n<td>Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Total pieces in consignment</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Manifest description of goods</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription</td>\n<td>Alpha-Numerical</td>\n<td>1</td>\n<td>M</td>\n<td>Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>Movement priority code (e.g. H=High) - CIMP 1.12</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>AWB details</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID</td>\n<td>String</td>\n<td>12</td>\n<td>M</td>\n<td>AWB number - Format: nnn-n[8] (3-digit airline code + hyphen + 8-digit serial number)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Origin location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Origin airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Origin airport name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Final destination location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>M</td>\n<td>Destination airport code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>O</td>\n<td>Destination airport name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Handling instructions (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description</td>\n<td>String</td>\n<td>1-70</td>\n<td>M</td>\n<td>Handling instruction text - Can be from CIMP 1.16/1.14 or free text</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>M</td>\n<td>Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs notes (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode</td>\n<td>Alphabetic</td>\n<td>1-3</td>\n<td>O</td>\n<td>Information Identifier - CIMP 1.19</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Supplementary Customs Information</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode</td>\n<td>Alphabetic</td>\n<td>1-2</td>\n<td>O</td>\n<td>Customs Information Identifier - CIMP 1.100</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>O</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Customs procedure</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode</td>\n<td>Alpha-Numerical</td>\n<td>1-2</td>\n<td>M</td>\n<td>Customs Origin Code - CIMP 1.49</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Package/dimension details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>M</td>\n<td>Number of pieces in dimension group</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Item unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>Package gross weight. Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Package dimensions</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package width</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package length</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>M</td>\n<td>Package height</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>Dimension unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Pre-carriage flight number</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Pre-carriage arrival timing</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Pre-carriage arrival date/time</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>M</td>\n<td>Date/time type (S=Schedule, A=Actual) - CIMP 1.51</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Loading event details</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Loading location</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>O</td>\n<td>Loading location code (IATA 3-letter or UNLOCODE 5-char)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Loading location name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Forwarding agent details</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name</td>\n<td>Alpha-Numerical</td>\n<td>1-70</td>\n<td>M</td>\n<td>Forwarding agent abbreviated name</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD details (0:n occurrence)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-11</td>\n<td>O</td>\n<td>Full ULD number (type + serial + owner + loading indicator)</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>O</td>\n<td>Item unit - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>3</td>\n<td>M</td>\n<td>ULD type code - IATA ULD Regulations</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode</td>\n<td>Alphabetic</td>\n<td>1</td>\n<td>O</td>\n<td>ULD Loading Indicator (height/loading limitation) - CIMP 1.47</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure</td>\n<td>Numeric</td>\n<td>1-7</td>\n<td>M</td>\n<td>ULD content gross weight. Range: 0.1-9999999</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>M</td>\n<td>Weight unit (e.g. KGM) - UNECE Rec 20</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>ULD operator</td>\n</tr>\n<tr>\n<td>ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>M</td>\n<td>ULD owner code (airline or leasing company) - IATA ULD Regulations</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","fbl","xml","3.00"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"676994bd-33d6-4d77-ae04-e9c5751d4245"}],"id":"a676aa6e-f443-4d9e-8bcb-51c5267c9631","description":"<p><strong>Requirement References</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.E7AL.3</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>G.E7AL.1</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E7GHA.2</td>\n<td>GHA (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a676aa6e-f443-4d9e-8bcb-51c5267c9631","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Rate Information Message (RAF)","item":[{"name":"Create Rate Information Message (XRAF) - JSON Format","id":"2f5b13c2-d8a9-4f1c-8dca-c5252939de61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"MessageHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"XRAF-LH2847-20260215-001\"\n        },\n        \"Name\": {\n            \"Value\": \"Rate Information\"\n        },\n        \"TypeCode\": {\n            \"Value\": \"633\"\n        },\n        \"IssueDateTime\": {\n            \"Value\": \"2026-02-15T09:30:00\"\n        },\n        \"PurposeCode\": {\n            \"Value\": \"Creation\"\n        },\n        \"VersionID\": {\n            \"Value\": \"2.10\"\n        },\n        \"ConversationID\": {\n            \"Value\": \"CONV-XRAF-20260215-8901\"\n        },\n        \"SenderParty\": {\n            \"PrimaryID\": {\n                \"@schemeID\": \"C\",\n                \"Value\": \"FRAFMLH\"\n            }\n        },\n        \"RecipientParty\": {\n            \"PrimaryID\": {\n                \"@schemeID\": \"C\",\n                \"Value\": \"ZRHFMKN\"\n            }\n        }\n    },\n    \"BusinessHeaderDocument\": {\n        \"ID\": {\n            \"Value\": \"BHD-LH-20260215-001\"\n        },\n        \"ItemQuantity\": {\n            \"Value\": \"3\"\n        }\n    },\n    \"CargoTariff\": {\n        \"ID\": {\n            \"Value\": \"CT-LH-FRAJFK-2026Q1-001\"\n        },\n        \"CarrierAssignedID\": {\n            \"Value\": \"LH-GCR-FRAJFK-001\"\n        },\n        \"StatusCode\": {\n            \"Value\": \"Publish\"\n        },\n        \"SequenceID\": {\n            \"Value\": \"1\"\n        },\n        \"PriorityCode\": {\n            \"Value\": \"1\"\n        },\n        \"RateCategoryCode\": {\n            \"Value\": \"Contract\"\n        },\n        \"RateCategoryGroupName\": {\n            \"Value\": \"General Cargo\"\n        },\n        \"ExclusiveIndicator\": {\n            \"Value\": \"true\"\n        },\n        \"InterlineIndicator\": {\n            \"Value\": \"true\"\n        },\n        \"SellIndicator\": {\n            \"Value\": \"true\"\n        },\n        \"ItemQuantity\": {\n            \"Value\": \"3\"\n        },\n        \"EffectivePeriod\": {\n            \"StartDateTime\": {\n                \"Value\": \"2026-01-01T00:00:00\"\n            },\n            \"EndDateTime\": {\n                \"Value\": \"2026-06-30T23:59:59\"\n            }\n        },\n        \"TransportContractDocument\": {\n            \"ID\": {\n                \"Value\": \"057-12345675\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"740\"\n            }\n        },\n        \"ReferenceDocument\": {\n            \"ID\": {\n                \"Value\": \"TACT-2026-Q1\"\n            },\n            \"TypeCode\": {\n                \"Value\": \"123\"\n            }\n        },\n        \"ApplicableSalesArea\": {\n            \"ID\": {\n                \"Value\": \"SA-EMEA-DE-001\"\n            },\n            \"Name\": {\n                \"Value\": \"EMEA Germany Sales Region\"\n            },\n            \"CityID\": {\n                \"Value\": \"FRA\"\n            },\n            \"CityName\": {\n                \"Value\": \"Frankfurt am Main\"\n            },\n            \"CountrySubDivisionID\": {\n                \"Value\": \"DE-HE\"\n            },\n            \"CountrySubDivisionName\": {\n                \"Value\": \"Hessen\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            },\n            \"CountryName\": {\n                \"Value\": \"Germany\"\n            },\n            \"CurrencyID\": {\n                \"Value\": \"EUR\"\n            },\n            \"CurrencyName\": {\n                \"Value\": \"Euro\"\n            },\n            \"IATAAreaID\": {\n                \"Value\": \"2\"\n            },\n            \"IATAAreaName\": {\n                \"Value\": \"Europe\"\n            },\n            \"IATASubAreaID\": {\n                \"Value\": \"21\"\n            },\n            \"IATASubAreaName\": {\n                \"Value\": \"Western Europe\"\n            },\n            \"CarrierAssignedID\": {\n                \"Value\": \"LH-SA-EMEA-001\"\n            },\n            \"DistributionIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"DistributionDateTime\": {\n                \"Value\": \"2026-01-15T08:00:00\"\n            },\n            \"NotificationIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"DistributionCommunication\": [\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"FX\"\n                    },\n                    \"CompleteNumber\": {\n                        \"Value\": \"49 69 696 0\"\n                    },\n                    \"FormatUseCode\": {\n                        \"Value\": \"PDF\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"EM\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"cargo.rates@lufthansa-cargo.com\"\n                    },\n                    \"FormatUseCode\": {\n                        \"Value\": \"HTML\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"FT\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"sftp://rates.lufthansa-cargo.com/xraf\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"WS\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"https://api.lufthansa-cargo.com/rates/v2\"\n                    }\n                },\n                {\n                    \"ChannelCode\": {\n                        \"Value\": \"OT\"\n                    },\n                    \"URIID\": {\n                        \"Value\": \"https://portal.lufthansa-cargo.com/rates\"\n                    },\n                    \"CompleteNumber\": {\n                        \"Value\": \"49 69 696 1234\"\n                    }\n                }\n            ]\n        },\n        \"IssuerCarrierParty\": {\n            \"PrimaryID\": {\n                \"Value\": \"LH\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"020\"\n            },\n            \"PrefixID\": {\n                \"Value\": \"020\"\n            },\n            \"Name\": {\n                \"Value\": \"Lufthansa Cargo AG\"\n            },\n            \"LogoIdentification\": {\n                \"Value\": \"LH_CARGO_LOGO\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"W1J 9BR\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1 Piccadilly\"\n                },\n                \"CityName\": {\n                    \"Value\": \"London\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"GB\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"United Kingdom\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"England\"\n                },\n                \"PostOfficeBox\": {\n                    \"Value\": \"PO Box 630300\"\n                },\n                \"CityID\": {\n                    \"Value\": \"LON\"\n                },\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"GB-ENG\"\n                },\n                \"DepartmentName\": {\n                    \"Value\": \"Cargo Pricing Department\"\n                }\n            }\n        },\n        \"SpecifiedSectionCarrierParty\": {\n            \"PrimaryID\": {\n                \"Value\": \"CV\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"172\"\n            },\n            \"PrefixID\": {\n                \"Value\": \"172\"\n            },\n            \"Name\": {\n                \"Value\": \"Cargolux S.A.\"\n            },\n            \"LogoIdentification\": {\n                \"Value\": \"CV_CARGO_LOGO\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"W1J 9BR\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1 Piccadilly\"\n                },\n                \"CityName\": {\n                    \"Value\": \"London\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"GB\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"United Kingdom\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"England\"\n                },\n                \"PostOfficeBox\": {\n                    \"Value\": \"PO Box 1830\"\n                },\n                \"CityID\": {\n                    \"Value\": \"LON\"\n                },\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"GB-ENG\"\n                },\n                \"DepartmentName\": {\n                    \"Value\": \"Cargo Operations\"\n                }\n            }\n        },\n        \"SpecifiedAssociatedParty\": {\n            \"PrimaryID\": {\n                \"@schemeAgencyID\": \"1\",\n                \"Value\": \"KUEHNE001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"KN-DE-001\"\n            },\n            \"Name\": {\n                \"Value\": \"Kuehne + Nagel International AG\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"CA\"\n            },\n            \"Role\": {\n                \"Value\": \"Freight Forwarder\"\n            },\n            \"AccountID\": {\n                \"Value\": \"LH-KN-40012847\"\n            },\n            \"CargoAgentID\": {\n                \"Value\": \"01-2-0012847\"\n            },\n            \"ReferenceID\": {\n                \"Value\": \"KN-REF-2026-00142\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"W1J 9BR\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"1 Piccadilly\"\n                },\n                \"CityName\": {\n                    \"Value\": \"London\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"GB\"\n                },\n                \"CountryName\": {\n                    \"Value\": \"United Kingdom\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"England\"\n                },\n                \"PostOfficeBox\": {\n                    \"Value\": \"PO Box 106009\"\n                },\n                \"CityID\": {\n                    \"Value\": \"LON\"\n                },\n                \"CountrySubDivisionID\": {\n                    \"Value\": \"GB-ENG\"\n                },\n                \"DepartmentName\": {\n                    \"Value\": \"Air Logistics\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"Klaus Mueller\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"49 421 3004 0\"\n                    }\n                },\n                \"FaxCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"49 421 3004 199\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"klaus.mueller@kuehne-nagel.com\"\n                    }\n                },\n                \"TelexCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"244830 KNBR D\"\n                    }\n                }\n            }\n        },\n        \"SpecifiedRateEntryEvent\": {\n            \"OccurrenceDateTime\": {\n                \"Value\": \"2026-01-10T14:22:00\"\n            },\n            \"RelatedRateEventParty\": {\n                \"Name\": {\n                    \"Value\": \"Anna Weber\"\n                }\n            }\n        },\n        \"SpecifiedRateApprovalEvent\": {\n            \"OccurrenceDateTime\": {\n                \"Value\": \"2026-01-12T10:15:00\"\n            },\n            \"RelatedRateEventParty\": {\n                \"Name\": {\n                    \"Value\": \"Stefan Braun\"\n                }\n            }\n        },\n        \"SpecifiedRateVerificationEvent\": {\n            \"OccurrenceDateTime\": {\n                \"Value\": \"2026-01-13T16:45:00\"\n            },\n            \"RelatedRateEventParty\": {\n                \"Name\": {\n                    \"Value\": \"Maria Fischer\"\n                }\n            }\n        },\n        \"SpecifiedCargoTariffRate\": {\n            \"PrepaidIndicator\": {\n                \"Value\": \"true\"\n            },\n            \"WeightMeasurementCode\": {\n                \"Value\": \"KGM\"\n            },\n            \"WeightCategoryCode\": {\n                \"Value\": \"A\"\n            },\n            \"CarrierAssignedID\": {\n                \"Value\": \"LH-TR-FRAJFK-GCR-Q500\"\n            },\n            \"PremiumIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"DayOfWeekCode\": {\n                \"Value\": \"1234567\"\n            },\n            \"DensityWeightMeasure\": {\n                \"@unitCode\": \"KGM\",\n                \"Value\": \"167\"\n            },\n            \"DGRClass\": {\n                \"Value\": \"N/A\"\n            },\n            \"TemperatureControlIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"AllInclusiveIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"AgentAllInclusiveIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"CarrierAllInclusiveIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"MinimumChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"85.00\"\n            },\n            \"MaximumChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"15000.00\"\n            },\n            \"NormalChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"2.45\"\n            },\n            \"NormalChargeUnitCode\": {\n                \"Value\": \"KGM\"\n            },\n            \"BaseRateChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"1.95\"\n            },\n            \"MinimumWeightMeasure\": {\n                \"@unitCode\": \"KGM\",\n                \"Value\": \"45\"\n            },\n            \"MaximumWeightMeasure\": {\n                \"@unitCode\": \"KGM\",\n                \"Value\": \"5000\"\n            },\n            \"RoundingFactorNumeric\": {\n                \"Value\": \"0.5\"\n            },\n            \"DiscountPercent\": {\n                \"Value\": \"15\"\n            },\n            \"AdditionalPercent\": {\n                \"Value\": \"5\"\n            },\n            \"PerPieceChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"3.50\"\n            },\n            \"PerHouseAirWaybillChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"25.00\"\n            },\n            \"PerAirWaybillChargeAmount\": {\n                \"@currencyID\": \"EUR\",\n                \"Value\": \"35.00\"\n            },\n            \"AdditionalDiscountPercent\": {\n                \"Value\": \"2.5\"\n            },\n            \"IncrementalIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"NonBusinessHourIndicator\": {\n                \"Value\": \"false\"\n            },\n            \"PricingTypeCode\": {\n                \"Value\": \"380\"\n            },\n            \"InternalRemark\": {\n                \"Value\": \"Q500 rate applicable for general cargo FRA-JFK corridor\"\n            },\n            \"ExternalRemark\": {\n                \"Value\": \"Rate valid for general cargo shipments exceeding 500 kg\"\n            },\n            \"AssociatedReferenceDocument\": {\n                \"ID\": {\n                    \"Value\": \"TACT-RULES-2026-SEC4\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2026-01-01T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"380\"\n                },\n                \"Name\": {\n                    \"Value\": \"TACT Rules Section 4 - Rates\"\n                }\n            },\n            \"ApplicableSectorTransportMovement\": {\n                \"DepartureSectorEvent\": {\n                    \"RelatedSectorLocation\": {\n                        \"ID\": {\n                            \"Value\": \"FRA\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"Frankfurt am Main Airport\"\n                        },\n                        \"CountryID\": {\n                            \"Value\": \"DE\"\n                        },\n                        \"CountryName\": {\n                            \"Value\": \"Germany\"\n                        },\n                        \"ZoneID\": {\n                            \"Value\": \"TC2\"\n                        },\n                        \"ZoneName\": {\n                            \"Value\": \"Traffic Conference Area 2\"\n                        }\n                    }\n                },\n                \"ArrivalSectorEvent\": {\n                    \"RelatedSectorLocation\": {\n                        \"ID\": {\n                            \"Value\": \"JFK\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"John F. Kennedy International Airport\"\n                        },\n                        \"CountryID\": {\n                            \"Value\": \"US\"\n                        },\n                        \"CountryName\": {\n                            \"Value\": \"United States\"\n                        },\n                        \"ZoneID\": {\n                            \"Value\": \"TC1\"\n                        },\n                        \"ZoneName\": {\n                            \"Value\": \"Traffic Conference Area 1\"\n                        }\n                    }\n                }\n            },\n            \"ApplicableControlledTemperature\": {\n                \"MinimumValueMeasure\": {\n                    \"@unitCode\": \"CEL\",\n                    \"Value\": \"2\"\n                },\n                \"MaximumValueMeasure\": {\n                    \"@unitCode\": \"CEL\",\n                    \"Value\": \"8\"\n                }\n            },\n            \"ApplicableServiceProduct\": {\n                \"ID\": {\n                    \"Value\": \"SVC-GCR-001\"\n                },\n                \"Name\": {\n                    \"Value\": \"General Cargo Rate\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"GCR\"\n                },\n                \"ServiceTypeCode\": {\n                    \"Value\": \"P\"\n                },\n                \"CarrierAssignedID\": {\n                    \"Value\": \"LH-GCR\"\n                }\n            },\n            \"ApplicablePriceGroup\": {\n                \"ID\": {\n                    \"Value\": \"PG-EMEA-NA-001\"\n                },\n                \"Name\": {\n                    \"Value\": \"EMEA to North America\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"INTL\"\n                },\n                \"CarrierAssignedID\": {\n                    \"Value\": \"LH-PG-TC2-TC1\"\n                }\n            },\n            \"ApplicablePriceClassification\": {\n                \"ClassCode\": {\n                    \"Value\": \"Q\"\n                },\n                \"ClassName\": {\n                    \"Value\": \"Quantity Rate\"\n                },\n                \"InclusiveIndicator\": {\n                    \"Value\": \"true\"\n                }\n            },\n            \"ApplicableCommodityClassification\": {\n                \"ClassCode\": {\n                    \"Value\": \"0000\"\n                },\n                \"ClassName\": {\n                    \"Value\": \"General Cargo\"\n                }\n            },\n            \"ApplicableUnitLoadTransportEquipment\": {\n                \"ID\": {\n                    \"Value\": \"AKE-12345-LH\"\n                },\n                \"CharacteristicCode\": {\n                    \"Value\": \"AKE\"\n                },\n                \"OwnerParty\": {\n                    \"PrimaryID\": {\n                        \"Value\": \"LH\"\n                    }\n                }\n            },\n            \"ApplicableTransitLocation\": {\n                \"ID\": {\n                    \"Value\": \"FRA\"\n                },\n                \"Name\": {\n                    \"Value\": \"Frankfurt am Main Airport\"\n                }\n            },\n            \"ApplicableTransitCarrierParty\": {\n                \"PrimaryID\": {\n                    \"Value\": \"UA\"\n                },\n                \"AdditionalID\": {\n                    \"Value\": \"016\"\n                },\n                \"PrefixID\": {\n                    \"Value\": \"016\"\n                },\n                \"Name\": {\n                    \"Value\": \"United Airlines\"\n                }\n            },\n            \"ApplicableSPHInstructions\": {\n                \"Description\": {\n                    \"Value\": \"Perishable goods requiring temperature control between 2-8 degrees Celsius\"\n                },\n                \"DescriptionCode\": {\n                    \"Value\": \"PER\"\n                },\n                \"InclusiveIndicator\": {\n                    \"Value\": \"true\"\n                }\n            },\n            \"ApplicableSpaceAllotment\": {\n                \"ID\": {\n                    \"Value\": \"ALT-LH-FRAJFK-2026Q1\"\n                },\n                \"Name\": {\n                    \"Value\": \"FRA-JFK Q1 2026 Allotment\"\n                },\n                \"WeightMeasure\": {\n                    \"@unitCode\": \"TNE\",\n                    \"Value\": \"5.0\"\n                },\n                \"VolumeMeasure\": {\n                    \"@unitCode\": \"MTQ\",\n                    \"Value\": \"25.0\"\n                },\n                \"ReleaseInformation\": {\n                    \"Value\": \"Release 48 hours prior to departure\"\n                },\n                \"OtherInformation\": {\n                    \"Value\": \"Weekly allotment on LH400/LH404\"\n                }\n            },\n            \"ApplicableLocalServiceCharge\": {\n                \"ID\": {\n                    \"Value\": \"LSC-FRA-THC-001\"\n                },\n                \"Description\": {\n                    \"Value\": \"Terminal Handling Charge - Frankfurt\"\n                },\n                \"PayeePartyRoleCode\": {\n                    \"Value\": \"CA\"\n                },\n                \"CategoryCode\": {\n                    \"Value\": \"THC\"\n                }\n            },\n            \"ApplicableFlightGroup\": {\n                \"ID\": {\n                    \"Value\": \"FG-LH-FRAJFK-001\"\n                },\n                \"Name\": {\n                    \"Value\": \"FRA-JFK Daily Service\"\n                },\n                \"Description\": {\n                    \"Value\": \"Daily widebody service Frankfurt to New York JFK\"\n                },\n                \"ApplicableFlightGroupTransportMovement\": {\n                    \"ID\": {\n                        \"Value\": \"LH400\"\n                    },\n                    \"UsedFlightGroupTransportMeans\": {\n                        \"TypeCode\": {\n                            \"Value\": \"F\"\n                        },\n                        \"BodyTypeCode\": {\n                            \"Value\": \"W\"\n                        },\n                        \"DeckTypeCode\": {\n                            \"Value\": \"M\"\n                        }\n                    },\n                    \"DepartureFlightGroupEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2026-02-15T13:30:00\"\n                        }\n                    },\n                    \"ArrivalFlightGroupEvent\": {\n                        \"OccurrenceDateTime\": {\n                            \"Value\": \"2026-02-15T16:45:00\"\n                        }\n                    }\n                }\n            },\n            \"ApplicableAddOnServiceCharge\": {\n                \"ID\": {\n                    \"Value\": \"AOSC-FRA-FSC-001\"\n                },\n                \"Description\": {\n                    \"Value\": \"Fuel Surcharge\"\n                },\n                \"CarrierID\": {\n                    \"Value\": \"LH\"\n                },\n                \"AreaID\": {\n                    \"Value\": \"TC2\"\n                },\n                \"LocationID\": {\n                    \"Value\": \"FRA\"\n                },\n                \"ZoneID\": {\n                    \"Value\": \"EU\"\n                },\n                \"MinimumAppliedAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"0.15\"\n                },\n                \"MaximumAppliedAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"0.85\"\n                },\n                \"PerKgAppliedAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"0.45\"\n                },\n                \"AppliedEffectivePeriod\": {\n                    \"StartDateTime\": {\n                        \"Value\": \"2026-01-01T00:00:00\"\n                    },\n                    \"EndDateTime\": {\n                        \"Value\": \"2026-03-31T23:59:59\"\n                    }\n                },\n                \"ApplicablePieceBreakRate\": {\n                    \"SpecialHandlingTypeCode\": {\n                        \"Value\": \"GEN\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"12.5\"\n                    },\n                    \"NormalChargeAmount\": {\n                        \"@currencyID\": \"EUR\",\n                        \"Value\": \"0.45\"\n                    },\n                    \"PerAirWaybillChargeAmount\": {\n                        \"@currencyID\": \"EUR\",\n                        \"Value\": \"15.00\"\n                    },\n                    \"MinimumWeightMeasure\": {\n                        \"@unitCode\": \"KGM\",\n                        \"Value\": \"100\"\n                    }\n                }\n            },\n            \"ApplicableWeightBreakRate\": {\n                \"BreakWeightMeasure\": {\n                    \"@unitCode\": \"KGM\",\n                    \"Value\": \"500\"\n                },\n                \"BreakChargeAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"1.85\"\n                }\n            },\n            \"ApplicableTimeRate\": {\n                \"TimeMeasure\": {\n                    \"@unitCode\": \"DAY\",\n                    \"Value\": \"3\"\n                },\n                \"TimeChargeAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"50.00\"\n                }\n            },\n            \"ApplicableUnitLoadRate\": {\n                \"PivotWeightMeasure\": {\n                    \"@unitCode\": \"KGM\",\n                    \"Value\": \"1500\"\n                },\n                \"PivotChargeAmount\": {\n                    \"@currencyID\": \"EUR\",\n                    \"Value\": \"2250.00\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.psw.gov.pk/api/v1/aci/xraf/json/2.10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","xraf","json","2.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f5b13c2-d8a9-4f1c-8dca-c5252939de61"},{"name":"Create Rate Information Message (XRAF) - XML Format","id":"23230a07-928e-4a6d-8ff9-3beaee54aeb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rsm:RateInformation xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n    xmlns:rsm=\"iata:rateinformation:1\"\n    xmlns:ccts=\"urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2\"\n    xmlns:udt=\"urn:un:unece:uncefact:data:standard:UnqualifiedDataType:8\"\n    xmlns:ram=\"iata:datamodel:3\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n    xsi:schemaLocation=\"iata:rateinformation:1 RateInformation.xsd\">\n    <rsm:MessageHeaderDocument>\n        <ram:ID>XRAF-LH2847-20260215-001</ram:ID>\n        <ram:Name>Rate Information</ram:Name>\n        <ram:TypeCode>633</ram:TypeCode>\n        <ram:IssueDateTime>2026-02-15T09:30:00</ram:IssueDateTime>\n        <ram:PurposeCode>Creation</ram:PurposeCode>\n        <ram:VersionID>2.10</ram:VersionID>\n        <ram:ConversationID>CONV-XRAF-20260215-8901</ram:ConversationID>\n        <ram:SenderParty>\n            <ram:PrimaryID schemeID=\"C\">FRAFMLH</ram:PrimaryID>\n        </ram:SenderParty>\n        <ram:RecipientParty>\n            <ram:PrimaryID schemeID=\"C\">ZRHFMKN</ram:PrimaryID>\n        </ram:RecipientParty>\n    </rsm:MessageHeaderDocument>\n    <rsm:BusinessHeaderDocument>\n        <ram:ID>BHD-LH-20260215-001</ram:ID>\n        <ram:ItemQuantity>3</ram:ItemQuantity>\n    </rsm:BusinessHeaderDocument>\n    <rsm:CargoTariff>\n        <ram:ID>CT-LH-FRAJFK-2026Q1-001</ram:ID>\n        <ram:CarrierAssignedID>LH-GCR-FRAJFK-001</ram:CarrierAssignedID>\n        <ram:StatusCode>Publish</ram:StatusCode>\n        <ram:SequenceID>1</ram:SequenceID>\n        <ram:PriorityCode>1</ram:PriorityCode>\n        <ram:RateCategoryCode>Contract</ram:RateCategoryCode>\n        <ram:RateCategoryGroupName>General Cargo</ram:RateCategoryGroupName>\n        <ram:ExclusiveIndicator>true</ram:ExclusiveIndicator>\n        <ram:InterlineIndicator>true</ram:InterlineIndicator>\n        <ram:SellIndicator>true</ram:SellIndicator>\n        <ram:ItemQuantity>3</ram:ItemQuantity>\n        <ram:EffectivePeriod>\n            <ram:StartDateTime>2026-01-01T00:00:00</ram:StartDateTime>\n            <ram:EndDateTime>2026-06-30T23:59:59</ram:EndDateTime>\n        </ram:EffectivePeriod>\n        <ram:TransportContractDocument>\n            <ram:ID>057-12345675</ram:ID>\n            <ram:TypeCode>740</ram:TypeCode>\n        </ram:TransportContractDocument>\n        <ram:ReferenceDocument>\n            <ram:ID>TACT-2026-Q1</ram:ID>\n            <ram:TypeCode>123</ram:TypeCode>\n        </ram:ReferenceDocument>\n        <ram:ApplicableSalesArea>\n            <ram:ID>SA-EMEA-DE-001</ram:ID>\n            <ram:Name>EMEA Germany Sales Region</ram:Name>\n            <ram:CityID>FRA</ram:CityID>\n            <ram:CityName>Frankfurt am Main</ram:CityName>\n            <ram:CountrySubDivisionID>DE-HE</ram:CountrySubDivisionID>\n            <ram:CountrySubDivisionName>Hessen</ram:CountrySubDivisionName>\n            <ram:CountryID>DE</ram:CountryID>\n            <ram:CountryName>Germany</ram:CountryName>\n            <ram:CurrencyID>EUR</ram:CurrencyID>\n            <ram:CurrencyName>Euro</ram:CurrencyName>\n            <ram:IATAAreaID>2</ram:IATAAreaID>\n            <ram:IATAAreaName>Europe</ram:IATAAreaName>\n            <ram:IATASubAreaID>21</ram:IATASubAreaID>\n            <ram:IATASubAreaName>Western Europe</ram:IATASubAreaName>\n            <ram:CarrierAssignedID>LH-SA-EMEA-001</ram:CarrierAssignedID>\n            <ram:DistributionIndicator>true</ram:DistributionIndicator>\n            <ram:DistributionDateTime>2026-01-15T08:00:00</ram:DistributionDateTime>\n            <ram:NotificationIndicator>true</ram:NotificationIndicator>\n            <ram:DistributionCommunication>\n                <ram:ChannelCode>FX</ram:ChannelCode>\n                <ram:CompleteNumber>49 69 696 0</ram:CompleteNumber>\n                <ram:FormatUseCode>PDF</ram:FormatUseCode>\n            </ram:DistributionCommunication>\n            <ram:DistributionCommunication>\n                <ram:ChannelCode>EM</ram:ChannelCode>\n                <ram:URIID>cargo.rates@lufthansa-cargo.com</ram:URIID>\n                <ram:FormatUseCode>HTML</ram:FormatUseCode>\n            </ram:DistributionCommunication>\n            <ram:DistributionCommunication>\n                <ram:ChannelCode>FT</ram:ChannelCode>\n                <ram:URIID>sftp://rates.lufthansa-cargo.com/xraf</ram:URIID>\n            </ram:DistributionCommunication>\n            <ram:DistributionCommunication>\n                <ram:ChannelCode>WS</ram:ChannelCode>\n                <ram:URIID>https://api.lufthansa-cargo.com/rates/v2</ram:URIID>\n            </ram:DistributionCommunication>\n            <ram:DistributionCommunication>\n                <ram:ChannelCode>OT</ram:ChannelCode>\n                <ram:URIID>https://portal.lufthansa-cargo.com/rates</ram:URIID>\n                <ram:CompleteNumber>49 69 696 1234</ram:CompleteNumber>\n            </ram:DistributionCommunication>\n        </ram:ApplicableSalesArea>\n        <ram:IssuerCarrierParty>\n            <ram:PrimaryID>LH</ram:PrimaryID>\n            <ram:AdditionalID>020</ram:AdditionalID>\n            <ram:PrefixID>020</ram:PrefixID>\n            <ram:Name>Lufthansa Cargo AG</ram:Name>\n            <ram:LogoIdentification>LH_CARGO_LOGO</ram:LogoIdentification>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>W1J 9BR</ram:PostcodeCode>\n                <ram:StreetName>1 Piccadilly</ram:StreetName>\n                <ram:CityName>London</ram:CityName>\n                <ram:CountryID>GB</ram:CountryID>\n                <ram:CountryName>United Kingdom</ram:CountryName>\n                <ram:CountrySubDivisionName>England</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox>PO Box 630300</ram:PostOfficeBox>\n                <ram:CityID>LON</ram:CityID>\n                <ram:CountrySubDivisionID>GB-ENG</ram:CountrySubDivisionID>\n                <ram:DepartmentName>Cargo Pricing Department</ram:DepartmentName>\n            </ram:PostalStructuredAddress>\n        </ram:IssuerCarrierParty>\n        <ram:SpecifiedSectionCarrierParty>\n            <ram:PrimaryID>CV</ram:PrimaryID>\n            <ram:AdditionalID>172</ram:AdditionalID>\n            <ram:PrefixID>172</ram:PrefixID>\n            <ram:Name>Cargolux S.A.</ram:Name>\n            <ram:LogoIdentification>CV_CARGO_LOGO</ram:LogoIdentification>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>W1J 9BR</ram:PostcodeCode>\n                <ram:StreetName>1 Piccadilly</ram:StreetName>\n                <ram:CityName>London</ram:CityName>\n                <ram:CountryID>GB</ram:CountryID>\n                <ram:CountryName>United Kingdom</ram:CountryName>\n                <ram:CountrySubDivisionName>England</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox>PO Box 1830</ram:PostOfficeBox>\n                <ram:CityID>LON</ram:CityID>\n                <ram:CountrySubDivisionID>GB-ENG</ram:CountrySubDivisionID>\n                <ram:DepartmentName>Cargo Operations</ram:DepartmentName>\n            </ram:PostalStructuredAddress>\n        </ram:SpecifiedSectionCarrierParty>\n        <ram:SpecifiedAssociatedParty>\n            <ram:PrimaryID schemeAgencyID=\"1\">KUEHNE001</ram:PrimaryID>\n            <ram:AdditionalID>KN-DE-001</ram:AdditionalID>\n            <ram:Name>Kuehne + Nagel International AG</ram:Name>\n            <ram:RoleCode>CA</ram:RoleCode>\n            <ram:Role>Freight Forwarder</ram:Role>\n            <ram:AccountID>LH-KN-40012847</ram:AccountID>\n            <ram:CargoAgentID>01-2-0012847</ram:CargoAgentID>\n            <ram:ReferenceID>KN-REF-2026-00142</ram:ReferenceID>\n            <ram:PostalStructuredAddress>\n                <ram:PostcodeCode>W1J 9BR</ram:PostcodeCode>\n                <ram:StreetName>1 Piccadilly</ram:StreetName>\n                <ram:CityName>London</ram:CityName>\n                <ram:CountryID>GB</ram:CountryID>\n                <ram:CountryName>United Kingdom</ram:CountryName>\n                <ram:CountrySubDivisionName>England</ram:CountrySubDivisionName>\n                <ram:PostOfficeBox>PO Box 106009</ram:PostOfficeBox>\n                <ram:CityID>LON</ram:CityID>\n                <ram:CountrySubDivisionID>GB-ENG</ram:CountrySubDivisionID>\n                <ram:DepartmentName>Air Logistics</ram:DepartmentName>\n            </ram:PostalStructuredAddress>\n            <ram:SpecifiedCargoAgentLocation>\n                <ram:ID>FRA</ram:ID>\n            </ram:SpecifiedCargoAgentLocation>\n            <ram:DefinedTradeContact>\n                <ram:PersonName>Klaus Mueller</ram:PersonName>\n                <ram:DirectTelephoneCommunication>\n                    <ram:CompleteNumber>49 421 3004 0</ram:CompleteNumber>\n                </ram:DirectTelephoneCommunication>\n                <ram:FaxCommunication>\n                    <ram:CompleteNumber>49 421 3004 199</ram:CompleteNumber>\n                </ram:FaxCommunication>\n                <ram:URIEmailCommunication>\n                    <ram:URIID>klaus.mueller@kuehne-nagel.com</ram:URIID>\n                </ram:URIEmailCommunication>\n                <ram:TelexCommunication>\n                    <ram:CompleteNumber>244830 KNBR D</ram:CompleteNumber>\n                </ram:TelexCommunication>\n            </ram:DefinedTradeContact>\n        </ram:SpecifiedAssociatedParty>\n        <ram:SpecifiedRateEntryEvent>\n            <ram:OccurrenceDateTime>2026-01-10T14:22:00</ram:OccurrenceDateTime>\n            <ram:RelatedRateEventParty>\n                <ram:Name>Anna Weber</ram:Name>\n            </ram:RelatedRateEventParty>\n        </ram:SpecifiedRateEntryEvent>\n        <ram:SpecifiedRateApprovalEvent>\n            <ram:OccurrenceDateTime>2026-01-12T10:15:00</ram:OccurrenceDateTime>\n            <ram:RelatedRateEventParty>\n                <ram:Name>Stefan Braun</ram:Name>\n            </ram:RelatedRateEventParty>\n        </ram:SpecifiedRateApprovalEvent>\n        <ram:SpecifiedRateVerificationEvent>\n            <ram:OccurrenceDateTime>2026-01-13T16:45:00</ram:OccurrenceDateTime>\n            <ram:RelatedRateEventParty>\n                <ram:Name>Maria Fischer</ram:Name>\n            </ram:RelatedRateEventParty>\n        </ram:SpecifiedRateVerificationEvent>\n        <ram:SpecifiedCargoTariffRate>\n            <ram:PrepaidIndicator>true</ram:PrepaidIndicator>\n            <ram:WeightMeasurementCode>KGM</ram:WeightMeasurementCode>\n            <ram:WeightCategoryCode>A</ram:WeightCategoryCode>\n            <ram:CarrierAssignedID>LH-TR-FRAJFK-GCR-Q500</ram:CarrierAssignedID>\n            <ram:PremiumIndicator>false</ram:PremiumIndicator>\n            <ram:DayOfWeekCode>1234567</ram:DayOfWeekCode>\n            <ram:DensityWeightMeasure unitCode=\"KGM\">167</ram:DensityWeightMeasure>\n            <ram:DGRClass>N/A</ram:DGRClass>\n            <ram:TemperatureControlIndicator>false</ram:TemperatureControlIndicator>\n            <ram:AllInclusiveIndicator>false</ram:AllInclusiveIndicator>\n            <ram:AgentAllInclusiveIndicator>false</ram:AgentAllInclusiveIndicator>\n            <ram:CarrierAllInclusiveIndicator>false</ram:CarrierAllInclusiveIndicator>\n            <ram:MinimumChargeAmount currencyID=\"EUR\">85.00</ram:MinimumChargeAmount>\n            <ram:MaximumChargeAmount currencyID=\"EUR\">15000.00</ram:MaximumChargeAmount>\n            <ram:NormalChargeAmount currencyID=\"EUR\">2.45</ram:NormalChargeAmount>\n            <ram:NormalChargeUnitCode>KGM</ram:NormalChargeUnitCode>\n            <ram:BaseRateChargeAmount currencyID=\"EUR\">1.95</ram:BaseRateChargeAmount>\n            <ram:MinimumWeightMeasure unitCode=\"KGM\">45</ram:MinimumWeightMeasure>\n            <ram:MaximumWeightMeasure unitCode=\"KGM\">5000</ram:MaximumWeightMeasure>\n            <ram:RoundingFactorNumeric>0.5</ram:RoundingFactorNumeric>\n            <ram:DiscountPercent>15</ram:DiscountPercent>\n            <ram:AdditionalPercent>5</ram:AdditionalPercent>\n            <ram:PerPieceChargeAmount currencyID=\"EUR\">3.50</ram:PerPieceChargeAmount>\n            <ram:PerHouseAirWaybillChargeAmount currencyID=\"EUR\">25.00</ram:PerHouseAirWaybillChargeAmount>\n            <ram:PerAirWaybillChargeAmount currencyID=\"EUR\">35.00</ram:PerAirWaybillChargeAmount>\n            <ram:AdditionalDiscountPercent>2.5</ram:AdditionalDiscountPercent>\n            <ram:IncrementalIndicator>false</ram:IncrementalIndicator>\n            <ram:NonBusinessHourIndicator>false</ram:NonBusinessHourIndicator>\n            <ram:PricingTypeCode>380</ram:PricingTypeCode>\n            <ram:InternalRemark>Q500 rate applicable for general cargo FRA-JFK corridor</ram:InternalRemark>\n            <ram:ExternalRemark>Rate valid for general cargo shipments exceeding 500 kg</ram:ExternalRemark>\n            <ram:AssociatedReferenceDocument>\n                <ram:ID>TACT-RULES-2026-SEC4</ram:ID>\n                <ram:IssueDateTime>2026-01-01T00:00:00</ram:IssueDateTime>\n                <ram:TypeCode>380</ram:TypeCode>\n                <ram:Name>TACT Rules Section 4 - Rates</ram:Name>\n            </ram:AssociatedReferenceDocument>\n            <ram:ApplicableSectorTransportMovement>\n                <ram:DepartureSectorEvent>\n                    <ram:RelatedSectorLocation>\n                        <ram:ID>FRA</ram:ID>\n                        <ram:Name>Frankfurt am Main Airport</ram:Name>\n                        <ram:CountryID>DE</ram:CountryID>\n                        <ram:CountryName>Germany</ram:CountryName>\n                        <ram:ZoneID>TC2</ram:ZoneID>\n                        <ram:ZoneName>Traffic Conference Area 2</ram:ZoneName>\n                    </ram:RelatedSectorLocation>\n                </ram:DepartureSectorEvent>\n                <ram:ArrivalSectorEvent>\n                    <ram:RelatedSectorLocation>\n                        <ram:ID>JFK</ram:ID>\n                        <ram:Name>John F. Kennedy International Airport</ram:Name>\n                        <ram:CountryID>US</ram:CountryID>\n                        <ram:CountryName>United States</ram:CountryName>\n                        <ram:ZoneID>TC1</ram:ZoneID>\n                        <ram:ZoneName>Traffic Conference Area 1</ram:ZoneName>\n                    </ram:RelatedSectorLocation>\n                </ram:ArrivalSectorEvent>\n            </ram:ApplicableSectorTransportMovement>\n            <ram:ApplicableControlledTemperature>\n                <ram:MinimumValueMeasure unitCode=\"CEL\">2</ram:MinimumValueMeasure>\n                <ram:MaximumValueMeasure unitCode=\"CEL\">8</ram:MaximumValueMeasure>\n            </ram:ApplicableControlledTemperature>\n            <ram:ApplicableServiceProduct>\n                <ram:ID>SVC-GCR-001</ram:ID>\n                <ram:Name>General Cargo Rate</ram:Name>\n                <ram:TypeCode>GCR</ram:TypeCode>\n                <ram:ServiceTypeCode>P</ram:ServiceTypeCode>\n                <ram:CarrierAssignedID>LH-GCR</ram:CarrierAssignedID>\n            </ram:ApplicableServiceProduct>\n            <ram:ApplicablePriceGroup>\n                <ram:ID>PG-EMEA-NA-001</ram:ID>\n                <ram:Name>EMEA to North America</ram:Name>\n                <ram:TypeCode>INTL</ram:TypeCode>\n                <ram:CarrierAssignedID>LH-PG-TC2-TC1</ram:CarrierAssignedID>\n            </ram:ApplicablePriceGroup>\n            <ram:ApplicablePriceClassification>\n                <ram:ClassCode>Q</ram:ClassCode>\n                <ram:ClassName>Quantity Rate</ram:ClassName>\n                <ram:InclusiveIndicator>true</ram:InclusiveIndicator>\n            </ram:ApplicablePriceClassification>\n            <ram:ApplicableCommodityClassification>\n                <ram:ClassCode>0000</ram:ClassCode>\n                <ram:ClassName>General Cargo</ram:ClassName>\n            </ram:ApplicableCommodityClassification>\n            <ram:ApplicableUnitLoadTransportEquipment>\n                <ram:ID>AKE-12345-LH</ram:ID>\n                <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n                <ram:OwnerParty>\n                    <ram:PrimaryID>LH</ram:PrimaryID>\n                </ram:OwnerParty>\n            </ram:ApplicableUnitLoadTransportEquipment>\n            <ram:ApplicableTransitLocation>\n                <ram:ID>FRA</ram:ID>\n                <ram:Name>Frankfurt am Main Airport</ram:Name>\n            </ram:ApplicableTransitLocation>\n            <ram:ApplicableTransitCarrierParty>\n                <ram:PrimaryID>UA</ram:PrimaryID>\n                <ram:AdditionalID>016</ram:AdditionalID>\n                <ram:PrefixID>016</ram:PrefixID>\n                <ram:Name>United Airlines</ram:Name>\n            </ram:ApplicableTransitCarrierParty>\n            <ram:ApplicableSPHInstructions>\n                <ram:Description>Perishable goods requiring temperature control between 2-8 degrees Celsius</ram:Description>\n                <ram:DescriptionCode>PER</ram:DescriptionCode>\n                <ram:InclusiveIndicator>true</ram:InclusiveIndicator>\n            </ram:ApplicableSPHInstructions>\n            <ram:ApplicableSpaceAllotment>\n                <ram:ID>ALT-LH-FRAJFK-2026Q1</ram:ID>\n                <ram:Name>FRA-JFK Q1 2026 Allotment</ram:Name>\n                <ram:WeightMeasure unitCode=\"TNE\">5.0</ram:WeightMeasure>\n                <ram:VolumeMeasure unitCode=\"MTQ\">25.0</ram:VolumeMeasure>\n                <ram:ReleaseInformation>Release 48 hours prior to departure</ram:ReleaseInformation>\n                <ram:OtherInformation>Weekly allotment on LH400/LH404</ram:OtherInformation>\n            </ram:ApplicableSpaceAllotment>\n            <ram:ApplicableLocalServiceCharge>\n                <ram:ID>LSC-FRA-THC-001</ram:ID>\n                <ram:Description>Terminal Handling Charge - Frankfurt</ram:Description>\n                <ram:PayeePartyRoleCode>CA</ram:PayeePartyRoleCode>\n                <ram:CategoryCode>THC</ram:CategoryCode>\n            </ram:ApplicableLocalServiceCharge>\n            <ram:ApplicableFlightGroup>\n                <ram:ID>FG-LH-FRAJFK-001</ram:ID>\n                <ram:Name>FRA-JFK Daily Service</ram:Name>\n                <ram:Description>Daily widebody service Frankfurt to New York JFK</ram:Description>\n                <ram:ApplicableFlightGroupTransportMovement>\n                    <ram:ID>LH400</ram:ID>\n                    <ram:UsedFlightGroupTransportMeans>\n                        <ram:TypeCode>F</ram:TypeCode>\n                        <ram:BodyTypeCode>W</ram:BodyTypeCode>\n                        <ram:DeckTypeCode>M</ram:DeckTypeCode>\n                    </ram:UsedFlightGroupTransportMeans>\n                    <ram:DepartureFlightGroupEvent>\n                        <ram:OccurrenceDateTime>2026-02-15T13:30:00</ram:OccurrenceDateTime>\n                    </ram:DepartureFlightGroupEvent>\n                    <ram:ArrivalFlightGroupEvent>\n                        <ram:OccurrenceDateTime>2026-02-15T16:45:00</ram:OccurrenceDateTime>\n                    </ram:ArrivalFlightGroupEvent>\n                </ram:ApplicableFlightGroupTransportMovement>\n            </ram:ApplicableFlightGroup>\n            <ram:ApplicableAddOnServiceCharge>\n                <ram:ID>AOSC-FRA-FSC-001</ram:ID>\n                <ram:Description>Fuel Surcharge</ram:Description>\n                <ram:CarrierID>LH</ram:CarrierID>\n                <ram:AreaID>TC2</ram:AreaID>\n                <ram:LocationID>FRA</ram:LocationID>\n                <ram:ZoneID>EU</ram:ZoneID>\n                <ram:MinimumAppliedAmount currencyID=\"EUR\">0.15</ram:MinimumAppliedAmount>\n                <ram:MaximumAppliedAmount currencyID=\"EUR\">0.85</ram:MaximumAppliedAmount>\n                <ram:PerKgAppliedAmount currencyID=\"EUR\">0.45</ram:PerKgAppliedAmount>\n                <ram:AppliedEffectivePeriod>\n                    <ram:StartDateTime>2026-01-01T00:00:00</ram:StartDateTime>\n                    <ram:EndDateTime>2026-03-31T23:59:59</ram:EndDateTime>\n                </ram:AppliedEffectivePeriod>\n                <ram:ApplicablePieceBreakRate>\n                    <ram:SpecialHandlingTypeCode>GEN</ram:SpecialHandlingTypeCode>\n                    <ram:AppliedPercent>12.5</ram:AppliedPercent>\n                    <ram:NormalChargeAmount currencyID=\"EUR\">0.45</ram:NormalChargeAmount>\n                    <ram:PerAirWaybillChargeAmount currencyID=\"EUR\">15.00</ram:PerAirWaybillChargeAmount>\n                    <ram:MinimumWeightMeasure unitCode=\"KGM\">100</ram:MinimumWeightMeasure>\n                </ram:ApplicablePieceBreakRate>\n            </ram:ApplicableAddOnServiceCharge>\n            <ram:ApplicableWeightBreakRate>\n                <ram:BreakWeightMeasure unitCode=\"KGM\">500</ram:BreakWeightMeasure>\n                <ram:BreakChargeAmount currencyID=\"EUR\">1.85</ram:BreakChargeAmount>\n            </ram:ApplicableWeightBreakRate>\n            <ram:ApplicableTimeRate>\n                <ram:TimeMeasure unitCode=\"DAY\">3</ram:TimeMeasure>\n                <ram:TimeChargeAmount currencyID=\"EUR\">50.00</ram:TimeChargeAmount>\n            </ram:ApplicableTimeRate>\n            <ram:ApplicableUnitLoadRate>\n                <ram:PivotWeightMeasure unitCode=\"KGM\">1500</ram:PivotWeightMeasure>\n                <ram:PivotChargeAmount currencyID=\"EUR\">2250.00</ram:PivotChargeAmount>\n            </ram:ApplicableUnitLoadRate>\n        </ram:SpecifiedCargoTariffRate>\n    </rsm:CargoTariff>\n</rsm:RateInformation>","options":{"raw":{"language":"xml"}}},"url":"https://api.psw.gov.pk/api/v1/aci/xraf/xml/2.10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","aci","xraf","xml","2.10"],"host":["api","psw","gov","pk"],"query":[],"variable":[]}},"response":[],"_postman_id":"23230a07-928e-4a6d-8ff9-3beaee54aeb4"}],"id":"27142846-4722-47dd-a003-203a8aadfde5","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EQ.E3ACA.6</td>\n<td>e-Quote</td>\n</tr>\n<tr>\n<td>EQ.E6ACA.10</td>\n<td>e-Quote</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"27142846-4722-47dd-a003-203a8aadfde5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Mail Manifest","item":[{"name":"Create Mail Manifest","id":"b8245410-6ea9-42ce-9003-819ccc5a90b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"mailManifestNumber\": \"2109312345\",\r\n  \"airlineCode\": \"EK\",\r\n  \"flightNumber\": \"EK1001\",\r\n  \"origin\": \"KUL\",\r\n  \"departedAt\": \"2026-01-01T00:00:00Z\",\r\n  \"destination\": \"KHI\",\r\n  \"arrivedAt\": \"2026-01-01T04:00:00Z\",\r\n  \"airmailDispatchNumber\": \"1209432\",\r\n  \"mawbNumber\": \"176-12309824\",\r\n  \"pieces\": 12,\r\n  \"weight\": \"10\",\r\n  \"weightUnit\": \"KGM\",\r\n  \"volume\": \"100\",\r\n  \"volumeUnit\": \"CBM\",\r\n  \"natureOfGoods\": \"Printed books\",\r\n  \"inboundAirlineCode\": \"EK\",\r\n  \"inboundFlightNumber\": \"EK1001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p><strong>API Parameters</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Field type</th>\n<th>Field length</th>\n<th>Condition</th>\n<th>Field validation rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mailManifestNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Alphanumeric; unique identifier (e.g., 2109312345)</td>\n</tr>\n<tr>\n<td><code>airlineCode</code></td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td><code>flightNumber</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td><code>origin</code></td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td><code>departedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>destination</code></td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td><code>arrivedAt</code></td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td><code>airmailDispatchNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Alphanumeric; unique identifier for airmail dispatch (e.g., 1209432).</td>\n</tr>\n<tr>\n<td><code>mawbNumber</code></td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td><code>pieces</code></td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive integer (e.g., 12).</td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number (e.g., 10).</td>\n</tr>\n<tr>\n<td><code>weightUnit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be a positive number (e.g., 100).</td>\n</tr>\n<tr>\n<td><code>volumeUnit</code></td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec.20 unit of measure.</td>\n</tr>\n<tr>\n<td><code>natureOfGoods</code></td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Free text, valid description (e.g., Printed books).</td>\n</tr>\n<tr>\n<td><code>inboundAirlineCode</code></td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>IATA Airline and Company Designators code</td>\n</tr>\n<tr>\n<td><code>inboundFlightNumber</code></td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"b8245410-6ea9-42ce-9003-819ccc5a90b3"}],"id":"da2f9791-9d88-431e-b2be-077c5ff3a7fe","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.I4GHA.2</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I4P.4</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>EO.I5PAA.6</td>\n<td>e-Ops (Import)</td>\n</tr>\n<tr>\n<td>G.I4P.3</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>CL.I4P.5</td>\n<td>e-Clear</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"da2f9791-9d88-431e-b2be-077c5ff3a7fe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"File Upload","item":[{"name":"File Upload","id":"6ee460ad-89ad-486f-b6ff-7191b2fca165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files[0]","type":"file","uuid":"6c4341d0-f265-40d6-b05f-f632913230ab","value":null},{"key":"files[1]","type":"file","uuid":"d18df73b-1176-4b37-ada3-ea67674d140b","value":""}]},"url":"","description":"<p>A file upload API which accepts files, stores it in a file storage, and returns a file metadata for each uploaded file.</p>\n<p>The returned file metadata can then be used as a request payload in other APIs that accepts file metadata.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"0be298f7-73f8-4362-ab06-72a916ea8095","name":"File Upload","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files[0]","type":"file","uuid":"6c4341d0-f265-40d6-b05f-f632913230ab","value":""},{"key":"files[1]","type":"file","uuid":"d18df73b-1176-4b37-ada3-ea67674d140b","value":""}],"options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\r\n    \"name\": \"1.png\",\r\n    \"contentType\": \"image/png\",\r\n    \"size\": 26214400\r\n  },\r\n  {\r\n    \"id\": \"cd25c14e-aa7e-4440-aa02-25407936557e\",\r\n    \"name\": \"2.png\",\r\n    \"contentType\": \"image/png\",\r\n    \"size\": 26214400\r\n  },\r\n  {\r\n    \"id\": \"d13e4adb-dfb5-4d3d-88ce-7d62174c42ad\",\r\n    \"name\": \"3.png\",\r\n    \"contentType\": \"image/png\",\r\n    \"size\": 26214400\r\n  }\r\n]"}],"_postman_id":"6ee460ad-89ad-486f-b6ff-7191b2fca165"}],"id":"041911cb-181b-4b7c-b16a-6e07c9a20784","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EQ.E2AL.5</td>\n<td>e-Quote</td>\n</tr>\n<tr>\n<td>G.E22CGNR.33</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E22ACA.34</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E22GHA.35</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E26GHA.38</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E26CUS.39</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E27GHA.40</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E28GHA.41</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E28AL.42</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E32GHA.53</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E33AL.54</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.I13GHA.19</td>\n<td>GHA (Import)</td>\n</tr>\n<tr>\n<td>CM.E27GHA.6</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>G.E28GHA.41</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>G.E28AL.42</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CM.E32GHA.8</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CS.E28EPO.1</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CS.I2EPO.4</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>PF.I1CGNR.3</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I2AL.6</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I2P.7</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I3CGNR.9</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I2EPO.2</td>\n<td>e-Flight (EPO import)</td>\n</tr>\n<tr>\n<td>CL.I1CGNR.1</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5CNE.8</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I5ACA.9</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>CL.I6CNE.10</td>\n<td>e-Clear</td>\n</tr>\n<tr>\n<td>EPO.E4EPO.6</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E28EPO.27</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>P.I9P.4</td>\n<td>e-Post (Export)</td>\n</tr>\n<tr>\n<td>P.I9PSW.5</td>\n<td>e-Post (Export)</td>\n</tr>\n<tr>\n<td>P.I8CUS.6</td>\n<td>e-Post (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"041911cb-181b-4b7c-b16a-6e07c9a20784","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Advance Shipment Information (ASI)","item":[{"name":"Send ASI","id":"077fe5f0-8ad0-4075-8c71-751c64d2e7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"<p>JWT Bearer token for authentication</p>\n","type":"text"},{"key":"X-Request-ID","value":"e2afdee9-98e8-42ff-a3e8-a45d09bdc08b","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbDetails\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"pieces\": 10,\n            \"weight\": {\n                \"value\": 500,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Electronics - Mobile Phones\",\n            \"dimensions\": {\n                \"volume\": 5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234567-8\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234567-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"pieces\": 20,\n            \"weight\": {\n                \"value\": 1000,\n                \"unit\": \"KGM\"\n            },\n            \"commodity\": \"Textiles\",\n            \"dimensions\": {\n                \"volume\": 7.5,\n                \"unit\": \"MTQ\"\n            },\n            \"consignor\": {\n                \"name\": \"ABC Electronics Ltd\",\n                \"cnic\": \"12345-1234568-9\",\n                \"accountNumber\": \"ACC12345\",\n                \"address\": {\n                    \"street\": \"123 Industrial Area\",\n                    \"city\": \"Karachi\",\n                    \"countryCode\": \"PK\"\n                }\n            },\n            \"consignee\": {\n                \"name\": \"XYZ Trading LLC\",\n                \"cnic\": \"12345-1234667-9\",\n                \"accountNumber\": \"ACC67890\",\n                \"address\": {\n                    \"street\": \"456 Business Bay\",\n                    \"city\": \"Dubai\",\n                    \"countryCode\": \"AE\"\n                }\n            }\n        }\n    ],\n    \"shipmentDetails\": {\n        \"departureAirport\": \"KHI\",\n        \"destinationAirport\": \"DXB\",\n        \"consignor\": {\n            \"name\": \"ABC Electronics Ltd\",\n            \"cnic\": \"12345-1234568-9\",\n            \"accountNumber\": \"ACC12345\",\n            \"address\": {\n                \"street\": \"123 Industrial Area\",\n                \"city\": \"Karachi\",\n                \"countryCode\": \"PK\"\n            }\n        },\n        \"consignee\": {\n            \"name\": \"XYZ Trading LLC\",\n            \"cnic\": \"12345-1234667-9\",\n            \"accountNumber\": \"ACC67890\",\n            \"address\": {\n                \"street\": \"456 Business Bay\",\n                \"city\": \"Dubai\",\n                \"countryCode\": \"AE\"\n            }\n        },\n        \"aca\": {\n            \"name\": \"Consolidated Freight Services\",\n            \"iataNumber\": \"0010000893964\",\n            \"cassNumber\": \"81-4 7158/0072\"\n        },\n        \"numberOfPieces\": 30,\n        \"weight\": {\n            \"value\": 1500,\n            \"unit\": \"KGM\"\n        },\n        \"dimensions\": {\n            \"volume\": 12.5,\n            \"unit\": \"MTQ\"\n        },\n        \"hsCodes\": [],\n        \"commodity\": \"Electronics and Textiles\",\n        \"expectedArrivalAtAirport\": \"2025-11-24T14:00:00Z\"\n    },\n    \"flightDetails\": {\n        \"flightNumber\": \"PK300\",\n        \"flightDate\": \"2025-11-25\",\n        \"airline\": \"Pakistan International Airlines\",\n        \"scheduledDeparture\": \"2025-11-25T08:00:00Z\",\n        \"scheduledArrival\": \"2025-11-25T10:30:00Z\"\n    },\n    \"recipients\": [\n        {\n            \"type\": \"gha\",\n            \"id\": \"gha-khi-001\"\n        },\n        {\n            \"type\": \"consignor\",\n            \"id\": \"cgnr-abc-001\"\n        },\n        {\n            \"type\": \"airline\",\n            \"id\": \"al-pk-001\"\n        }\n    ],\n    \"broadcastAll\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/asi","description":"<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>pieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must be positive number</td>\n</tr>\n<tr>\n<td>weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec. 20 measurement code</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>dimensions</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include volume and unit</td>\n</tr>\n<tr>\n<td>dimensions.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Volume of the shipment</td>\n</tr>\n<tr>\n<td>dimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec. 20 measurement code</td>\n</tr>\n<tr>\n<td>consignor</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include accountNumber, address, cnic</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include accountNumber, address, cnic</td>\n</tr>\n<tr>\n<td>cnic</td>\n<td>String</td>\n<td>15</td>\n<td>M</td>\n<td>CNIC format (nnnnn-nnnnnnn-n)</td>\n</tr>\n<tr>\n<td>accountNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Account number of consignor/consignee</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of consignor/consignee</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include street, city, countryCode</td>\n</tr>\n<tr>\n<td>address.street</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Street address</td>\n</tr>\n<tr>\n<td>address.city</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>City name</td>\n</tr>\n<tr>\n<td>address.countryCode</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166 country code</td>\n</tr>\n<tr>\n<td>shipmentDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include departureAirport, destinationAirport, shipper, consignee, agent, numberOfPieces, weight, dimensions, commodity, expectedArrivalAtAirport</td>\n</tr>\n<tr>\n<td>shipmentDetails.departureAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>shipmentDetails.destinationAirport</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>shipmentDetails.aca</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>ACA details</td>\n</tr>\n<tr>\n<td>shipmentDetails.aca</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>ACA name; free text</td>\n</tr>\n<tr>\n<td>shipmentDetails.aca.iataNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if iataNumber is empty</td>\n</tr>\n<tr>\n<td>shipmentDetails.aca.cassNumber</td>\n<td>String</td>\n<td>255</td>\n<td>C</td>\n<td>Required if cassNumber is empty</td>\n</tr>\n<tr>\n<td>shipmentDetails.numberOfPieces</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total number of pieces</td>\n</tr>\n<tr>\n<td>shipmentDetails.weight</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include value and unit</td>\n</tr>\n<tr>\n<td>shipmentDetails.weight.value</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total weight of the shipment</td>\n</tr>\n<tr>\n<td>shipmentDetails.weight.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec. 20 measurement code</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include volume and unit</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.volume</td>\n<td>Number</td>\n<td>n/a</td>\n<td>M</td>\n<td>Total volume of the shipment</td>\n</tr>\n<tr>\n<td>shipmentDetails.dimensions.unit</td>\n<td>String</td>\n<td>3</td>\n<td>M</td>\n<td>UNECE Rec. 20 measurement code</td>\n</tr>\n<tr>\n<td>shipmentDetails.hsCodes</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Must be array of valid Harmonized System codes</td>\n</tr>\n<tr>\n<td>shipmentDetails.commodity</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the shipment's commodity</td>\n</tr>\n<tr>\n<td>shipmentDetails.expectedArrivalAtAirport</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>flightDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include flightNumber, flightDate, scheduledDeparture, scheduledArrival</td>\n</tr>\n<tr>\n<td>flightDetails.flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDetails.airline</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Airline name</td>\n</tr>\n<tr>\n<td>flightDetails.flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>flightDetails.scheduledDeparture</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>flightDetails.scheduledArrival</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include type and id</td>\n</tr>\n<tr>\n<td>recipients.type</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Type of recipient (gha, consignor, airline)</td>\n</tr>\n<tr>\n<td>recipients.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique recipient identifier</td>\n</tr>\n<tr>\n<td>broadcastAll</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Whether to broadcast to all</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","asi"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"077fe5f0-8ad0-4075-8c71-751c64d2e7a5"}],"id":"a7deffaf-eed8-41d8-a5da-5c3c8b709098","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.E9ACA.10</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E10CGNR.11</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E10CB.12</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E10GHA.13</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E10AL.14</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E10CUS.15</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E13GHA.24</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>G.E9ACA.3</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E10GHA.4</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E11CUS.5</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>EPO.E8EPO.10</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E10CUS.14</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E10GHA.15</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E10AL.16</td>\n<td>EPO (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a7deffaf-eed8-41d8-a5da-5c3c8b709098","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Risk Assessment","item":[{"name":"Submit Risk Assessment","id":"72277bb0-d627-45a2-a7d6-8b62459edd91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"<p>JWT Bearer token for authentication</p>\n","type":"text"},{"key":"X-Request-ID","value":"2fb146ac-d57e-490d-ac85-d57ad130246c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request </p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"gdNumber\": \"GD-EXP-2025-001234\",\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbAssessments\": [\n        {\n            \"hawbNumber\": \"176-12345689\",\n            \"riskClassification\": \"green\",\n            \"remarks\": \"No inspection required\"\n        },\n        {\n            \"hawbNumber\": \"176-12345700\",\n            \"riskClassification\": \"yellow\",\n            \"remarks\": \"Document check required\",\n            \"requiredDocuments\": [\n                \"Commercial Invoice\",\n                \"Packing List\"\n            ]\n        }\n    ],\n    \"overallClassification\": \"yellow\",\n    \"assessedBy\": \"customs-officer-001\",\n    \"assessedAt\": \"2025-11-21T14:00:00Z\",\n    \"validUntil\": \"2025-11-25T23:59:59Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/risk-assessment","description":"<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>gdNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format: GD-EXP--, e.g., GD-EXP-2025-001234</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbAssessments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of objects, each containing hawbNumber, riskClassification, remarks</td>\n</tr>\n<tr>\n<td>hawbAssessments.hawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbAssessments.riskClassification</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of: [\"green\", \"yellow\", \"red\"]</td>\n</tr>\n<tr>\n<td>hawbAssessments.remarks</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Remarks about the assessment</td>\n</tr>\n<tr>\n<td>hawbAssessments.requiredDocuments</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of documents required for inspection, e.g., [\"Commercial Invoice\", \"Packing List\"]</td>\n</tr>\n<tr>\n<td>overallClassification</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Must be one of: [\"green\", \"yellow\", \"red\"]</td>\n</tr>\n<tr>\n<td>assessedBy</td>\n<td>String</td>\n<td>50</td>\n<td>M</td>\n<td>Identifier of the person who made the assessment</td>\n</tr>\n<tr>\n<td>assessedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>validUntil</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"path":["api","v1","post","risk-assessment"],"host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"72277bb0-d627-45a2-a7d6-8b62459edd91"}],"id":"a99111ca-2a59-49ca-80a3-5feefddcadb8","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EO.E11CUS.17</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>EO.E11GHA.18</td>\n<td>e-Ops (Export)</td>\n</tr>\n<tr>\n<td>G.E11GHA.6</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E12GHA.7</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>EPO.E9CUS.12</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E10EPO.13</td>\n<td>EPO (Export)</td>\n</tr>\n<tr>\n<td>EPO.E11EPO.17</td>\n<td>EPO (Export)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Risk Classifications</strong>:</p>\n<ol>\n<li><p><strong>GREEN</strong> (Low Risk):</p>\n<ul>\n<li><p>Decision: LOAD (proceed with loading)</p>\n</li>\n<li><p>No additional checks required</p>\n</li>\n<li><p>Standard handling procedures</p>\n</li>\n<li><p>Fast-track clearance</p>\n</li>\n</ul>\n</li>\n<li><p><strong>YELLOW</strong> (Medium Risk):</p>\n<ul>\n<li><p>Decision: DOCUMENT_CHECK (document verification required)</p>\n</li>\n<li><p>Additional documentation may be requested</p>\n</li>\n<li><p>Review by customs officer</p>\n</li>\n<li><p>May require clarifications from shipper</p>\n</li>\n</ul>\n</li>\n<li><p><strong>RED</strong> (High Risk):</p>\n<ul>\n<li><p>Decision: PHYSICAL_INSPECTION or DO_NOT_LOAD</p>\n</li>\n<li><p>Physical examination required</p>\n</li>\n<li><p>X-ray scanning mandatory</p>\n</li>\n<li><p>Possible EDD (Explosive Detection Dog) or ETD (Explosive Trace Detection)</p>\n</li>\n<li><p>Cannot load without customs clearance</p>\n</li>\n</ul>\n</li>\n</ol>\n","_postman_id":"a99111ca-2a59-49ca-80a3-5feefddcadb8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"CSD","item":[{"name":"Submit e-CSD","id":"94856efb-10e2-4f35-93bb-c9f89f3e9ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"16c38d39-5768-498d-866b-ab9a9aabbdfb","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ecsdReference\": \"ECSD-GHA-KHI-20251127-001\",\n    \"issuerEntity\": {\n        \"category\": \"RA\",\n        \"identifier\": \"GHA-PK-12345\",\n        \"name\": \"Pakistan Cargo Terminal - GHA\"\n    },\n    \"mawbNumber\": \"176-12345678\",\n    \"hawbNumbers\": [\n        \"SAC-HAWB-001\",\n        \"SAC-HAWB-002\"\n    ],\n    \"origin\": \"KHI\",\n    \"destination\": \"DXB\",\n    \"transits\": [\n        \"JED\"\n    ],\n    \"securityStatus\": {\n        \"status\": \"PASSED\",\n        \"securityStatusReason\": \"\",\n        \"receivedFrom\": \"code1\",\n        \"screeningMethod\": \"code1\",\n        \"groundsForExemption\": \"code1\",\n        \"otherScreeningMethods\": [\n            \"code1\",\n            \"code2\"\n        ]\n    },\n    \"flightNumber\": \"EK-606\",\n    \"flightDate\": \"2025-11-28\",\n    \"recipientEntity\": {\n        \"category\": \"RA\",\n        \"identifier\": \"GHA-PK-67890\",\n        \"name\": \"Pakistan Cargo Terminal - GHA\"\n    },\n    \"commodityContent\": \"Mobile Phone Accessories - Electronic Goods\",\n    \"screeningDetails\": {\n        \"primaryScreeningMethod\": \"X-RAY\",\n        \"primaryScreeningRef\": \"XRAY-GHA-KHI-20251127-001\",\n        \"secondaryScreeningPerformed\": true,\n        \"secondaryScreeningMethod\": \"EDD\",\n        \"secondaryScreeningRef\": \"EDD-GHA-KHI-20251127-002\",\n        \"screeningResult\": \"CLEAR\",\n        \"screeningDateTime\": \"2025-11-27T13:00:00Z\"\n    },\n    \"personIssuingSecurity\": {\n        \"name\": \"Hassan Ali\",\n        \"designation\": \"Security Supervisor\",\n        \"certificationNumber\": \"SEC-SUPER-56789\",\n        \"certificationExpiry\": \"2026-12-31\",\n        \"signature\": \"base64-encoded-signature\"\n    },\n    \"issuedAt\": \"2025-11-27T14:30:00Z\",\n    \"placeOfIssuance\": \"Karachi - Jinnah International Airport\",\n    \"additionalSecurityInformation\": \"This is to certify that the consignment described above has been subjected to security controls that comply with ICAO Annex 17, Pakistan NCASP, and IATA security standards. The cargo has been screened using X-ray and Explosive Detection Dog methods. All screening results are CLEAR. The cargo has been maintained under secure chain of custody with tamper-proof seals applied. This consignment is safe for air transport.\",\n    \"distributionList\": [\n        \"AIRLINE\",\n        \"EPO\",\n        \"CUSTOMS\"\n    ],\n    \"submittedBy\": \"GHA - Pakistan Cargo Terminal\",\n    \"submittedAt\": \"2025-11-27T14:35:00Z\",\n    \"file\": {\n        \"id\": \"7ced6c4f-872d-43c4-9203-1423e2949c00\",\n        \"name\": \"1.pdf\",\n        \"contentType\": \"application/pdf\",\n        \"size\": 26214400\n    }\n}","options":{"raw":{"language":"json"}}},"description":"<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition (M/O/C)</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ecsdReference</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX)</td>\n</tr>\n<tr>\n<td>mawbNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>hawbNumbers</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn)</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>String</td>\n<td>3 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n<td>33 (IATA Airport Code) , 5 (UNLOCODE)</td>\n<td>M</td>\n<td>IATA location identifier or UNECE REC.16.</td>\n</tr>\n<tr>\n<td>transits</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of transit locations (e.g., [\"JED\"])</td>\n</tr>\n<tr>\n<td>securityStatus</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods</td>\n</tr>\n<tr>\n<td>securityStatus.status</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status of the security (e.g., \"PASSED\")</td>\n</tr>\n<tr>\n<td>securityStatus.securityStatusReason</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Reason for security status (if applicable)</td>\n</tr>\n<tr>\n<td>securityStatus.receivedFrom</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Received from entity code (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.screeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening method used (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.groundsForExemption</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Grounds for exemption (e.g., \"code1\")</td>\n</tr>\n<tr>\n<td>securityStatus.otherScreeningMethods</td>\n<td>Array</td>\n<td>n/a</td>\n<td>O</td>\n<td>Array of additional screening methods (e.g., [\"code1\", \"code2\"])</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Must be a valid flight number.</td>\n</tr>\n<tr>\n<td>flightDate</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g., YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>recipientEntity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include category, identifier, name</td>\n</tr>\n<tr>\n<td>recipientEntity.category</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>Category of the recipient entity (e.g., \"RA\")</td>\n</tr>\n<tr>\n<td>recipientEntity.identifier</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Identifier for the recipient entity</td>\n</tr>\n<tr>\n<td>recipientEntity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the recipient entity</td>\n</tr>\n<tr>\n<td>commodityContent</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Description of the commodity</td>\n</tr>\n<tr>\n<td>screeningDetails</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Primary screening method (e.g., \"X-RAY\")</td>\n</tr>\n<tr>\n<td>screeningDetails.primaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningPerformed</td>\n<td>Boolean</td>\n<td>n/a</td>\n<td>M</td>\n<td>Boolean value (true/false)</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningMethod</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Secondary screening method (e.g., \"EDD\")</td>\n</tr>\n<tr>\n<td>screeningDetails.secondaryScreeningRef</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningResult</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Screening result (e.g., \"CLEAR\", \"FLAGGED\")</td>\n</tr>\n<tr>\n<td>screeningDetails.screeningDateTime</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include name, designation, certificationNumber, certificationExpiry, signature</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.designation</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Designation of the person issuing the security declaration</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Certification number of the issuer</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.certificationExpiry</td>\n<td>Date</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601 date format (e.g.YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>personIssuingSecurity.signature</td>\n<td>String</td>\n<td>n/a</td>\n<td>M</td>\n<td>Base64-encoded signature</td>\n</tr>\n<tr>\n<td>issuedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>placeOfIssuance</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Place where the security declaration was issued</td>\n</tr>\n<tr>\n<td>additionalSecurityInformation</td>\n<td>String</td>\n<td>1024</td>\n<td>M</td>\n<td>Additional security information (max 1024 characters)</td>\n</tr>\n<tr>\n<td>distributionList</td>\n<td>Array</td>\n<td>n/a</td>\n<td>M</td>\n<td>Array of distribution list (e.g., [\"AIRLINE\", \"EPO\", \"CUSTOMS\"])</td>\n</tr>\n<tr>\n<td>submittedBy</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the entity that submitted the declaration</td>\n</tr>\n<tr>\n<td>submittedAt</td>\n<td>DateTime</td>\n<td>n/a</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS)</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>n/a</td>\n<td>M</td>\n<td>Must include id, name, contentType, size</td>\n</tr>\n<tr>\n<td>file.id</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Unique identifier for the file</td>\n</tr>\n<tr>\n<td>file.name</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Name of the file</td>\n</tr>\n<tr>\n<td>file.contentType</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>MIME type of the file (e.g., \"application/pdf\")</td>\n</tr>\n<tr>\n<td>file.size</td>\n<td>Integer</td>\n<td>n/a</td>\n<td>M</td>\n<td>Size of the file in bytes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"94856efb-10e2-4f35-93bb-c9f89f3e9ab7"}],"id":"6324c903-e62c-402d-ba54-0392c56f11ca","description":"<p>Requirement References:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>G.E28GHA.41</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>G.E28AL.42</td>\n<td>GHA (Export)</td>\n</tr>\n<tr>\n<td>CM.E28AL.7</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>CS.E28EPO.1</td>\n<td>e-Comply</td>\n</tr>\n<tr>\n<td>EPO.E28EPO.27</td>\n<td>EPO (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6324c903-e62c-402d-ba54-0392c56f11ca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"CARDIT - M48","item":[{"name":"Send CARDIT","id":"35f54fad-8b6e-4dea-bb6a-abe6c12606b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"daa34ad3-4e2b-43a0-9e10-fb545c856305","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<interchange\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns=\"m48\"\n  xmlns:psw=\"urn:pk:psw:postal:m48-ext\"\n  xsi:schemaLocation=\"m48 m48-placeholder.xsd\"\n>\n  <date>202603301930</date>\n  <intref>1</intref>\n  <sender_network_address>PK501</sender_network_address>\n  <recipient_network_address>ACS_PK</recipient_network_address>\n\n  <message>\n    <mesref>1</mesref>\n    <msgtype>\n      <code>CARDIT</code>\n      <version>2</version>\n      <release>1</release>\n      <usage_level>0</usage_level>\n    </msgtype>\n\n    <msgbody>\n      <cardit_2_1_0>\n        <consignment>\n          <psw:manifest_number>MF-20260330-001</psw:manifest_number>\n          <document_number>AMD-20260330-001</document_number>\n          <pawb_number>176-12345675</pawb_number>\n          <destination>AE</destination>\n          <origin>KHI</origin>\n          <route_ID>PK-KHI-DXB-20260330</route_ID>\n\n          <consignment_totals>\n            <number_of_receptacles>12</number_of_receptacles>\n            <weight_of_receptacles>245.500</weight_of_receptacles>\n            <mail_class_code>C</mail_class_code>\n          </consignment_totals>\n\n          <hand_over>\n            <origin_location_code>KHI</origin_location_code>\n            <origin_location_name>Karachi</origin_location_name>\n            <destination_location_code>DXB</destination_location_code>\n            <destination_location_name>Dubai</destination_location_name>\n          </hand_over>\n\n          <transport>\n            <stage_qualifier>1</stage_qualifier>\n            <mode>4</mode>\n            <carrier_code>PK</carrier_code>\n            <conveyance_reference>PK701</conveyance_reference>\n            <departure_location_code>KHI</departure_location_code>\n            <departure_location_name>Karachi</departure_location_name>\n            <departure_date_time>2026-03-30T10:30:00Z</departure_date_time>\n            <arrival_location_code>DXB</arrival_location_code>\n            <arrival_location_name>Dubai</arrival_location_name>\n            <arrival_date_time>2026-03-30T13:15:00Z</arrival_date_time>\n          </transport>\n\n          <transport>\n            <stage_qualifier>2</stage_qualifier>\n            <mode>4</mode>\n            <carrier_code>EK</carrier_code>\n            <conveyance_reference>EK607</conveyance_reference>\n            <departure_location_code>KHI</departure_location_code>\n            <departure_location_name>Karachi</departure_location_name>\n            <departure_date_time>2026-03-30T10:30:00Z</departure_date_time>\n            <arrival_location_code>DXB</arrival_location_code>\n            <arrival_location_name>Dubai</arrival_location_name>\n            <arrival_date_time>2026-03-30T13:15:00Z</arrival_date_time>\n          </transport>\n\n          <psw:mail_information>\n            <psw:weight_unit_of_measure>KGM</psw:weight_unit_of_measure>\n            <psw:volume>1.850</psw:volume>\n            <psw:nature_of_goods>Letter post and parcel mail</psw:nature_of_goods>\n          </psw:mail_information>\n        </consignment>\n      </cardit_2_1_0>\n    </msgbody>\n  </message>\n</interchange>\n","options":{"raw":{"language":"xml"}}},"description":"<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Field Length</th>\n<th>Condition</th>\n<th>Field Validation Rule</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailBagNumber</td>\n<td>String</td>\n<td>30</td>\n<td>M</td>\n<td>Mail bag identification number.</td>\n</tr>\n<tr>\n<td>clearanceStatus</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED.</td>\n</tr>\n<tr>\n<td>customsOfficerId</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Customs officer identifier.</td>\n</tr>\n<tr>\n<td>clearanceDateTime</td>\n<td>DateTime</td>\n<td>N/A</td>\n<td>M</td>\n<td>ISO 8601:2004 datetime when the status was recorded.</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>255</td>\n<td>O</td>\n<td>Additional remarks related to the current status.</td>\n</tr>\n<tr>\n<td>consignmentSummary</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Summary counts used by the postal consignments view tiles.</td>\n</tr>\n<tr>\n<td>consignmentSummary/consignmentsReceivedToday</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total consignments received today.</td>\n</tr>\n<tr>\n<td>consignmentSummary/consignmentsUnderExamination</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total consignments currently under examination.</td>\n</tr>\n<tr>\n<td>consignmentSummary/consignmentsUnderAssessment</td>\n<td>Integer</td>\n<td>N/A</td>\n<td>M</td>\n<td>Total consignments currently under assessment.</td>\n</tr>\n<tr>\n<td>consignments</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>List-view data for postal consignments.</td>\n</tr>\n<tr>\n<td>consignments/barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>S10-compliant postal item identifier.</td>\n</tr>\n<tr>\n<td>consignments/formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal declaration or form type. Example: CN23.</td>\n</tr>\n<tr>\n<td>consignments/consignmentType</td>\n<td>String</td>\n<td>35</td>\n<td>M</td>\n<td>Consignment category. Example: PARCEL.</td>\n</tr>\n<tr>\n<td>consignments/airWaybillOrDispatchNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number or dispatch number associated with the consignment.</td>\n</tr>\n<tr>\n<td>consignments/consignorCity</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignor city displayed in the consignments list.</td>\n</tr>\n<tr>\n<td>consignments/consigneeCity</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignee city displayed in the consignments list.</td>\n</tr>\n<tr>\n<td>consignments/psidAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>PSID amount in PKR for the consignment.</td>\n</tr>\n<tr>\n<td>consignments/psid</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Payment slip ID associated with the consignment.</td>\n</tr>\n<tr>\n<td>consignments/status</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Status shown in the consignments list.</td>\n</tr>\n<tr>\n<td>consignmentDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Detailed consignment data for the selected record.</td>\n</tr>\n<tr>\n<td>consignmentDetails/formType</td>\n<td>String</td>\n<td>10</td>\n<td>M</td>\n<td>Postal declaration or form type.</td>\n</tr>\n<tr>\n<td>consignmentDetails/content</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>High-level description of the consignment contents.</td>\n</tr>\n<tr>\n<td>consignmentDetails/barcodeNumber</td>\n<td>String</td>\n<td>13</td>\n<td>M</td>\n<td>S10-compliant postal item identifier.</td>\n</tr>\n<tr>\n<td>consignmentDetails/airWaybillOrDispatchNumber</td>\n<td>String</td>\n<td>70</td>\n<td>M</td>\n<td>Air waybill number or dispatch number for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/comments</td>\n<td>String</td>\n<td>256</td>\n<td>O</td>\n<td>Operational or customs comments for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/psid</td>\n<td>String</td>\n<td>70</td>\n<td>O</td>\n<td>Payment slip ID for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/psidAmountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Payment slip amount in PKR for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/licenseNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more license numbers related to the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/certificateNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more certificate numbers related to the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/invoiceNumbers</td>\n<td>Array[String]</td>\n<td>N/A</td>\n<td>O</td>\n<td>One or more invoice reference numbers related to the consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/sendersInstructions</td>\n<td>String</td>\n<td>256</td>\n<td>O</td>\n<td>Instructions provided by the sender.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignor details container.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignor name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/businessName</td>\n<td>String</td>\n<td>120</td>\n<td>M</td>\n<td>Consignor business or company name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/streetAddress</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Consignor street address.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/postcode</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignor postcode or ZIP code.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/telNo</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignor telephone number.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for the consignor.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consignorDetails/address/city</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignor city.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails</td>\n<td>Object</td>\n<td>N/A</td>\n<td>M</td>\n<td>Consignee details container.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/name</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignee name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/businessName</td>\n<td>String</td>\n<td>120</td>\n<td>M</td>\n<td>Consignee business or company name.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/streetAddress</td>\n<td>String</td>\n<td>255</td>\n<td>M</td>\n<td>Consignee street address.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/postcode</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignee postcode or ZIP code.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/telNo</td>\n<td>String</td>\n<td>20</td>\n<td>M</td>\n<td>Consignee telephone number.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/country</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for the consignee.</td>\n</tr>\n<tr>\n<td>consignmentDetails/consigneeDetails/address/city</td>\n<td>String</td>\n<td>100</td>\n<td>M</td>\n<td>Consignee city.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails</td>\n<td>Array</td>\n<td>N/A</td>\n<td>M</td>\n<td>Line-level item details for the selected consignment.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/serialNumber</td>\n<td>Integer</td>\n<td>1-3</td>\n<td>M</td>\n<td>Sequential line item number.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/quantityAndDescriptionOfGoods</td>\n<td>String</td>\n<td>256</td>\n<td>M</td>\n<td>Combined quantity and goods description text.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/quantity</td>\n<td>Number</td>\n<td>1-9</td>\n<td>M</td>\n<td>Declared number of units for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/netWeight</td>\n<td>Number</td>\n<td>1-7</td>\n<td>M</td>\n<td>Net weight for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/declaredValue</td>\n<td>Number</td>\n<td>1-12</td>\n<td>M</td>\n<td>Declared value for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/declaredHsCode</td>\n<td>String</td>\n<td>6-10</td>\n<td>M</td>\n<td>Declared HS code for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/assessedHsCode</td>\n<td>String</td>\n<td>6-10</td>\n<td>O</td>\n<td>HS code assessed by customs for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/countryOfOrigin</td>\n<td>String</td>\n<td>2</td>\n<td>M</td>\n<td>ISO 3166-1 alpha-2 country code for origin of goods.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxesFeesPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>O</td>\n<td>Total duties, taxes, and fees in PKR for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxes</td>\n<td>Array</td>\n<td>N/A</td>\n<td>O</td>\n<td>Breakdown of duties, taxes, and fees for the line item.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName</td>\n<td>String</td>\n<td>70</td>\n<td>C</td>\n<td>Name of the duty, tax, or fee. Required if dutiesTaxes is present.</td>\n</tr>\n<tr>\n<td>consignmentDetails/itemDetails/dutiesTaxes/amountPkr</td>\n<td>Number</td>\n<td>1-12</td>\n<td>C</td>\n<td>Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"35f54fad-8b6e-4dea-bb6a-abe6c12606b4"}],"id":"64823ceb-d839-44e0-a77b-940db59b9846","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PF.I1P.4</td>\n<td>e-Flight</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"64823ceb-d839-44e0-a77b-940db59b9846","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"CUSITM - M55","item":[{"name":"Send CUSITM","id":"f2f0ec98-936a-437d-b01c-538dc21c5030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"dc27adef-fd48-4a38-b81b-b1ef0b42d99c","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<interchange\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n  xmlns=\"m55\"\n  xsi:schemaLocation=\"m55 m55-1.xsd\"\n>\n    <date>201911221525</date>\n    <intref>7</intref>\n    <sender_network_address>CA501</sender_network_address>\n    <recipient_network_address>CUSTOMS_CA</recipient_network_address>\n    <message>\n        <mesref>1</mesref>\n        <msgtype>\n            <code>CUSITM</code>\n            <version>2</version>\n            <release>0</release>\n            <usage_level>0</usage_level>\n        </msgtype>\n        <msgbody>\n            <cusitm_2_0_0>\n                <mail_flow>I</mail_flow>\n                <!-- inbound -->\n                <item>\n                    <ID>\n                        <idtype>10</idtype>\n                        <!-- S10 compliant ID -->\n                        <value>CP000012342CH</value>\n                    </ID>\n                    <attributes>\n                        <info_provider>O</info_provider>\n                        <!-- information provided by orig post -->\n                        <upu_form>\n                            <addressee>\n                                <identification>\n                                    <name>John Smith</name>\n                                </identification>\n                                <postal_address>\n                                    <premises>Summer avenue</premises>\n                                    <locality>\n                                        <code>K1A 1M4</code>\n                                        <name>Ottawa</name>\n                                        <region>ON</region>\n                                    </locality>\n                                    <country_cd>CA</country_cd>\n                                </postal_address>\n                            </addressee>\n                            <measured_gross_weight>12.3</measured_gross_weight>\n                            <postage_paid>\n                                <currency>CHF</currency>\n                                <amount>12</amount>\n                            </postage_paid>\n                            <nature_of_transaction_code>31</nature_of_transaction_code>\n                            <!-- Gift -->\n                            <content_piece>\n                                <number>1</number>\n                                <description>Swiss chocolates</description>\n                                <declared_value>\n                                    <currency>CHF</currency>\n                                    <amount>20</amount>\n                                </declared_value>\n                            </content_piece>\n                            <content_piece>\n                                <number>2</number>\n                                <description>Plastic toy</description>\n                                <declared_value>\n                                    <currency>CHF</currency>\n                                    <amount>25</amount>\n                                </declared_value>\n                            </content_piece>\n                        </upu_form>\n                        <agreed_info>\n                            <origin_country_code>CH</origin_country_code>\n                            <mail_class>C</mail_class>\n                            <!-- this item is a parcel -->\n                            <handling_class>V</handling_class>\n                            <!--insured -->\n                            <arv_info>\n                                <transport_mode>4</transport_mode>\n                                <!-- air -->\n                                <date>20160415</date>\n                            </arv_info>\n                            <references>\n                                <customs_ref>\n                                    <identifier>12345</identifier>\n                                </customs_ref>\n                            </references>\n                        </agreed_info>\n                    </attributes>\n                </item>\n            </cusitm_2_0_0>\n        </msgbody>\n    </message>\n</interchange>","options":{"raw":{"language":"xml"}}},"description":"<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>upu_form/sender</code></td>\n<td><code>CT_m55_Party</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>, <code>maxOccurs=1</code>)</td>\n<td><strong>Consignor (Sender party)</strong> container, must be provided for R020 and 04A.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/identification/name</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Required if <code>sender</code> present</td>\n<td><strong>WCO R020</strong>: Consignor name. Must be a non-empty string of length 1–50 characters.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/identification/reference</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Optional</td>\n<td>Reference identifier for the consignor. Must be a non-empty string of length 1–50 characters.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/identification/additional_data</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Optional (1–4)</td>\n<td>Additional data for the consignor. Can have up to 4 entries of length 1–50 each.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/postal_address</code></td>\n<td><code>CT_m55_Address</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Required if <code>sender</code> present</td>\n<td><strong>WCO 04A</strong>: Consignor address.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/postal_address/premises</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Required (1–4)</td>\n<td>Premises address lines for consignor. Must be 1–4 lines, each up to 50 characters.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/postal_address/locality/code</code></td>\n<td><code>ST_String_x1_17</code></td>\n<td>17</td>\n<td>Optional</td>\n<td>Postal code for consignor. Length 1–17.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/postal_address/locality/name</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Required</td>\n<td>City/town name for consignor address. Length 1–50.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/postal_address/locality/region</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Optional</td>\n<td>State/region for consignor. Length 1–50.</td>\n</tr>\n<tr>\n<td><code>upu_form/sender/postal_address/country_cd</code></td>\n<td><code>ST_String_x2</code></td>\n<td>2</td>\n<td>Required</td>\n<td>ISO 2-character country code for consignor.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee</code></td>\n<td><code>CT_m55_Party</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>, <code>maxOccurs=1</code>)</td>\n<td><strong>Consignee (Addressee party)</strong> container, required for R014 and 04A.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/identification/name</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Required if <code>addressee</code> present</td>\n<td><strong>WCO R014</strong>: Consignee name.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/identification/reference</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Optional</td>\n<td>Reference identifier for consignee.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/identification/additional_data</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Optional (1–4)</td>\n<td>Additional data for the consignee.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/postal_address</code></td>\n<td><code>CT_m55_Address</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Required if <code>addressee</code> present</td>\n<td><strong>WCO 04A</strong>: Consignee address.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/postal_address/premises</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Required (1–4)</td>\n<td>Premises address lines for consignee.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/postal_address/locality/code</code></td>\n<td><code>ST_String_x1_17</code></td>\n<td>17</td>\n<td>Optional</td>\n<td>Postal code for consignee.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/postal_address/locality/name</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Required</td>\n<td>City/town for consignee.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/postal_address/locality/region</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Optional</td>\n<td>State/region for consignee.</td>\n</tr>\n<tr>\n<td><code>upu_form/addressee/postal_address/country_cd</code></td>\n<td><code>ST_String_x2</code></td>\n<td>2</td>\n<td>Required</td>\n<td>ISO 2-character country code for consignee.</td>\n</tr>\n<tr>\n<td><code>upu_form/declared_gross_weight</code></td>\n<td><code>ST_Decimal_1_6</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>)</td>\n<td>Candidate for <strong>WCO 131 total gross weight</strong>. Decimal value.</td>\n</tr>\n<tr>\n<td><code>upu_form/measured_gross_weight</code></td>\n<td><code>ST_Decimal_1_6</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>)</td>\n<td>Candidate for <strong>WCO 131 total gross weight</strong>. Decimal value.</td>\n</tr>\n<tr>\n<td><code>upu_form/observation</code></td>\n<td><code>ST_String_x1_512</code></td>\n<td>512</td>\n<td>Optional (<code>minOccurs=0</code>)</td>\n<td><strong>Equivalent to WCO 144 number of packages</strong> and/or <strong>WCO 131 unit qualifier</strong>. Up to 512 characters of free text.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece</code></td>\n<td>(complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional repeating (0–999)</td>\n<td><strong>WCO 138 brief cargo description</strong>. Contains information for each item in the cargo.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/number</code></td>\n<td><code>ST_String_n1_4</code></td>\n<td>4</td>\n<td>Required</td>\n<td>Item sequence number (e.g., 1, 2, etc.).</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/number_of_units</code></td>\n<td><code>ST_String_n1_6</code></td>\n<td>6</td>\n<td>Optional</td>\n<td>Number of units per item.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/description</code></td>\n<td><code>ST_String_x1_256</code></td>\n<td>256</td>\n<td>Required</td>\n<td><strong>WCO 138 brief cargo description</strong>. Plain language description of the cargo.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/declared_value</code></td>\n<td><code>CT_Value</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Required</td>\n<td>Value of the declared content.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/net_weight</code></td>\n<td><code>ST_Decimal_1_18</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Net weight of the item.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/origin_location_code</code></td>\n<td><code>ST_String_x2</code></td>\n<td>2</td>\n<td>Optional</td>\n<td>Origin country code for the content.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/tariff_heading</code></td>\n<td><code>ST_CustomsTariff</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Tariff heading, as per customs regulations.</td>\n</tr>\n<tr>\n<td><code>upu_form/content_piece/insured_value</code></td>\n<td><code>CT_Value</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Insured value of the content.</td>\n</tr>\n<tr>\n<td><code>upu_form/insured_value</code></td>\n<td><code>CT_Value</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Insured value for the entire shipment.</td>\n</tr>\n<tr>\n<td><code>upu_form/postage_paid</code></td>\n<td><code>CT_Value</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Postage paid amount and currency.</td>\n</tr>\n<tr>\n<td><code>upu_form/other_info</code></td>\n<td><code>CT_m55_Other_info</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>)</td>\n<td>Placeholder for other information (optional field).</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info</code></td>\n<td><code>CT_LocalInfo</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>, <code>maxOccurs=1</code>)</td>\n<td>Contains details like <strong>mail class</strong>, <strong>handling class</strong>, etc.</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/mail_class</code></td>\n<td><code>ST_String_x1</code></td>\n<td>1</td>\n<td>Optional</td>\n<td>Mail class for the item (e.g., standard, express).</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/handling_class</code></td>\n<td><code>ST_String_x1</code></td>\n<td>1</td>\n<td>Optional</td>\n<td>Handling class for the item (e.g., fragile, perishables).</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/arv_info</code></td>\n<td><code>CT_Arrival</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>, <code>maxOccurs=1</code>)</td>\n<td>Contains transport mode and arrival date.</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/arv_info/transport_mode</code></td>\n<td><code>ST_String_x1</code></td>\n<td>1</td>\n<td>Optional</td>\n<td>Transport mode for the shipment (e.g., air, sea).</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/arv_info/date</code></td>\n<td><code>ST_Daydate</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Arrival date.</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/references</code></td>\n<td><code>CT_m55_References</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (<code>minOccurs=0</code>, <code>maxOccurs=1</code>)</td>\n<td>Contains customs and postal references.</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/references/customs_ref</code></td>\n<td><code>CT_m55_Document</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Customs reference number(s).</td>\n</tr>\n<tr>\n<td><code>upu_form/agreed_info/references/postal_ref</code></td>\n<td><code>CT_m55_Document</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Postal reference number(s).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"3a55fb61-172a-4e31-9b0f-5a341f45c214","name":"PLACI compliant CUSITM","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"dc63cad3-c810-4080-8ecf-9e56ea5e870a","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<interchange\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n  xmlns=\"m55\"\n  xsi:schemaLocation=\"m55 m55-1.xsd\"\n>\n    <date>201911221525</date>\n    <intref>7</intref>\n    <sender_network_address>CA501</sender_network_address>\n    <recipient_network_address>CUSTOMS_CA</recipient_network_address>\n    <message>\n        <mesref>1</mesref>\n        <msgtype>\n            <code>CUSITM</code>\n            <version>2</version>\n            <release>0</release>\n            <usage_level>0</usage_level>\n        </msgtype>\n        <msgbody>\n            <cusitm_2_0_0>\n                <mail_flow>I</mail_flow>\n                <item>\n                    <ID>\n                        <idtype>10</idtype>\n                        <value>CP000012342CH</value>\n                    </ID>\n                    <attributes>\n                        <info_provider>O</info_provider>\n                        <upu_form>\n                            <!-- R020 + 04A: Consignor (sender) -->\n                            <sender>\n                                <identification>\n                                    <name>Swiss Post Export Center</name>\n                                    <reference>CH-EXPORT-001</reference>\n                                </identification>\n                                <postal_address>\n                                    <premises>Hauptstrasse 10</premises>\n                                    <locality>\n                                        <code>8000</code>\n                                        <name>Zürich</name>\n                                        <region>ZH</region>\n                                    </locality>\n                                    <country_cd>CH</country_cd>\n                                </postal_address>\n                                <contact>\n                                    <email>export@swisspost.example</email>\n                                    <telephone>+41 44 000 0000</telephone>\n                                </contact>\n                            </sender>\n                            <!-- R014 + 04A: Consignee (addressee) -->\n                            <addressee>\n                                <identification>\n                                    <name>John Smith</name>\n                                </identification>\n                                <postal_address>\n                                    <premises>Summer avenue</premises>\n                                    <locality>\n                                        <code>K1A 1M4</code>\n                                        <name>Ottawa</name>\n                                        <region>ON</region>\n                                    </locality>\n                                    <country_cd>CA</country_cd>\n                                </postal_address>\n                            </addressee>\n                            <!-- 131: Total gross weight (unit qualifier equivalent noted in observation) -->\n                            <declared_gross_weight>12.3</declared_gross_weight>\n                            <measured_gross_weight>12.3</measured_gross_weight>\n                            <postage_paid>\n                                <currency>CHF</currency>\n                                <amount>12</amount>\n                            </postage_paid>\n                            <nature_of_transaction_code>31</nature_of_transaction_code>\n                            <!-- 144 equivalent + 131 unit qualifier equivalent -->\n                            <observation>\n                Number of packages (equivalent): 1; Gross weight\n                unit (equivalent): KGM\n              </observation>\n                            <!-- 138: Brief cargo description at line level -->\n                            <content_piece>\n                                <number>1</number>\n                                <number_of_units>1</number_of_units>\n                                <description>Swiss chocolates</description>\n                                <declared_value>\n                                    <currency>CHF</currency>\n                                    <amount>20</amount>\n                                </declared_value>\n                                <net_weight>5.0</net_weight>\n                                <origin_location_code>CH</origin_location_code>\n                            </content_piece>\n                            <content_piece>\n                                <number>2</number>\n                                <number_of_units>1</number_of_units>\n                                <description>Plastic toy</description>\n                                <declared_value>\n                                    <currency>CHF</currency>\n                                    <amount>25</amount>\n                                </declared_value>\n                                <net_weight>7.0</net_weight>\n                                <origin_location_code>CH</origin_location_code>\n                            </content_piece>\n                        </upu_form>\n                        <agreed_info>\n                            <origin_country_code>CH</origin_country_code>\n                            <mail_class>C</mail_class>\n                            <handling_class>V</handling_class>\n                            <arv_info>\n                                <transport_mode>4</transport_mode>\n                                <date>20160415</date>\n                            </arv_info>\n                            <references>\n                                <customs_ref>\n                                    <identifier>12345</identifier>\n                                </customs_ref>\n                            </references>\n                        </agreed_info>\n                    </attributes>\n                </item>\n            </cusitm_2_0_0>\n        </msgbody>\n    </message>\n</interchange>","options":{"raw":{"language":"xml"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f2f0ec98-936a-437d-b01c-538dc21c5030"}],"id":"ae792c72-641f-4f31-bef2-d8fa627db6d7","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PF.I1P.4</td>\n<td>e-Flight</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ae792c72-641f-4f31-bef2-d8fa627db6d7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"CUSRSP - M56","item":[{"name":"Send CUSRSP","id":"aee3f039-3cf4-4424-90e0-28dce1bda8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d1603861-df90-4594-b856-de2694e8d042","description":"<p>Unique identifier for request tracing</p>\n","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"<p>Identifier of the system making the request</p>\n","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"<p>ISO 8601 timestamp of the request</p>\n","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<interchange\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n  xmlns=\"m56\"\n  xsi:schemaLocation=\"m56 m56-1.xsd\"\n>\n  <date>202603301545</date>\n  <intref>9001</intref>\n  <sender_network_address>CUSTOMS_PK</sender_network_address>\n  <recipient_network_address>PK501</recipient_network_address>\n  <message>\n    <mesref>1</mesref>\n    <msgtype>\n      <code>CUSRSP</code>\n      <version>2</version>\n      <release>0</release>\n      <usage_level>0</usage_level>\n    </msgtype>\n    <msgbody>\n      <cusrsp_2_0_0>\n        <mail_flow>I</mail_flow>\n\n        <item>\n          <ID>CP123456789PK</ID>\n          <attributes>\n            <decision_code>03</decision_code>\n            <decision_reason_code>01</decision_reason_code>\n            <decision_reason_name>Released after customs assessment</decision_reason_name>\n            <dutiable_ind>Y</dutiable_ind>\n            <date_clearance>20260330</date_clearance>\n            <total_fees>\n              <currency>USD</currency>\n              <amount>18.50</amount>\n            </total_fees>\n            <total_taxes>\n              <rate>5.0</rate>\n              <type>DT</type>\n              <tax_amount>\n                <currency>USD</currency>\n                <amount>7.50</amount>\n              </tax_amount>\n            </total_taxes>\n            <total_taxes>\n              <rate>10.0</rate>\n              <type>VT</type>\n              <tax_amount>\n                <currency>USD</currency>\n                <amount>11.00</amount>\n              </tax_amount>\n            </total_taxes>\n            <content_piece>\n              <number>1</number>\n              <description>Electronic control module</description>\n              <number_of_units>2</number_of_units>\n              <weight>2.300</weight>\n              <value>\n                <currency>USD</currency>\n                <amount>150.00</amount>\n              </value>\n              <tariff_heading>853710</tariff_heading>\n              <Taxes>\n                <rate>5.0</rate>\n                <type>DT</type>\n                <tax_amount>\n                  <currency>USD</currency>\n                  <amount>5.00</amount>\n                </tax_amount>\n              </Taxes>\n              <Taxes>\n                <rate>10.0</rate>\n                <type>VT</type>\n                <tax_amount>\n                  <currency>USD</currency>\n                  <amount>7.50</amount>\n                </tax_amount>\n              </Taxes>\n            </content_piece>\n            <content_piece>\n              <number>2</number>\n              <description>Adapter set</description>\n              <number_of_units>1</number_of_units>\n              <weight>0.200</weight>\n              <value>\n                <currency>USD</currency>\n                <amount>25.00</amount>\n              </value>\n              <tariff_heading>850440</tariff_heading>\n              <Taxes>\n                <rate>5.0</rate>\n                <type>DT</type>\n                <tax_amount>\n                  <currency>USD</currency>\n                  <amount>1.25</amount>\n                </tax_amount>\n              </Taxes>\n            </content_piece>\n          </attributes>\n          <references>\n            <customs_ref>\n              <type>CustomsDeclaration</type>\n              <name>Import Clearance Reference</name>\n              <identifier>CUS-2026-000123</identifier>\n            </customs_ref>\n            <customs_ref>\n              <type>Assessment</type>\n              <name>Duty Assessment Reference</name>\n              <identifier>ASM-2026-7788</identifier>\n            </customs_ref>\n            <postal_ref>\n              <type>PostalItem</type>\n              <name>S10 Identifier</name>\n              <identifier>CP123456789PK</identifier>\n            </postal_ref>\n            <postal_ref>\n              <type>BagReference</type>\n              <name>Mail Bag Number</name>\n              <identifier>PKPOST202603300001</identifier>\n            </postal_ref>\n          </references>\n          <other_info/>\n          <referral>\n            <referral_reference>REF-2026-ALERT-009</referral_reference>\n            <referral_code>RFS</referral_code>\n            <referral_reason>\n              <reason_code>VCK</reason_code>\n              <reason_text>Visual check required</reason_text>\n            </referral_reason>\n            <referral_reason>\n              <reason_code>XRY</reason_code>\n              <reason_text>X-ray review required</reason_text>\n            </referral_reason>\n          </referral>\n        </item>\n\n        <item>\n          <ID>CP001020301AU</ID>\n          <referral>\n            <referral_code>ASC</referral_code>\n          </referral>\n        </item>\n\n        <item>\n          <ID>CP001020201AU</ID>\n          <referral>\n            <referral_reference>FMD1234KZ343</referral_reference>\n            <referral_code>RFS</referral_code>\n            <referral_reason>\n              <reason_code>VCK</reason_code>\n              <reason_text>Visual check</reason_text>\n            </referral_reason>\n          </referral>\n        </item>\n      </cusrsp_2_0_0>\n    </msgbody>\n  </message>\n</interchange>\n","options":{"raw":{"language":"xml"}}},"description":"<p><strong>API Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Type</strong></th>\n<th><strong>Field Length</strong></th>\n<th><strong>Condition</strong></th>\n<th><strong>Field Validation Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cusrsp_2_0_0/mail_flow</code></td>\n<td><code>ST_Mailflow</code></td>\n<td><strong>n/a</strong></td>\n<td>Required</td>\n<td>Defines the mail flow direction. Typically, 'I' for inbound.</td>\n</tr>\n<tr>\n<td><code>item</code></td>\n<td><code>CT_Item</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Required</td>\n<td>Represents the shipment item, containing multiple sub-elements.</td>\n</tr>\n<tr>\n<td><code>item/ID</code></td>\n<td><code>ST_String_x1_35</code></td>\n<td>35</td>\n<td>Required</td>\n<td>A unique identifier for the item (e.g., CP00000001XCH).</td>\n</tr>\n<tr>\n<td><code>item/attributes</code></td>\n<td><code>CT_attributes</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Contains customs-related attributes for the item, including decision code, fees, and clearance details.</td>\n</tr>\n<tr>\n<td><code>item/attributes/decision_code</code></td>\n<td><code>ST_Decision</code></td>\n<td>2</td>\n<td>Optional</td>\n<td><strong>Status code</strong> representing the decision made by customs (e.g., \"03\" for cleared).</td>\n</tr>\n<tr>\n<td><code>item/attributes/decision_reason_code</code></td>\n<td><code>ST_Reason_code</code></td>\n<td>2</td>\n<td>Optional</td>\n<td>Reason code for the decision made by customs.</td>\n</tr>\n<tr>\n<td><code>item/attributes/decision_reason_name</code></td>\n<td><code>ST_String_x1_50</code></td>\n<td>50</td>\n<td>Optional</td>\n<td>Name of the reason for the decision, if available.</td>\n</tr>\n<tr>\n<td><code>item/attributes/dutiable_ind</code></td>\n<td><code>ST_Indicator</code></td>\n<td>1</td>\n<td>Optional</td>\n<td>Indicator whether the item is dutiable (yes/no).</td>\n</tr>\n<tr>\n<td><code>item/attributes/date_clearance</code></td>\n<td><code>ST_Date</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>The date when customs clearance was granted.</td>\n</tr>\n<tr>\n<td><code>item/attributes/total_fees</code></td>\n<td><code>CT_Value</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Total fees charged for the clearance. Includes currency and amount.</td>\n</tr>\n<tr>\n<td><code>item/attributes/total_taxes</code></td>\n<td><code>CT_Tax</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (up to 3)</td>\n<td>Taxes applied to the item, can include multiple entries (up to 3).</td>\n</tr>\n<tr>\n<td><code>item/references</code></td>\n<td><code>CT_References</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Contains customs and postal reference details.</td>\n</tr>\n<tr>\n<td><code>item/references/customs_ref</code></td>\n<td><code>CT_Document</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (up to 3)</td>\n<td>Customs reference document for the item.</td>\n</tr>\n<tr>\n<td><code>item/references/postal_ref</code></td>\n<td><code>CT_Document</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (up to 3)</td>\n<td>Postal reference for the item.</td>\n</tr>\n<tr>\n<td><code>item/other_info</code></td>\n<td><code>CT_m56_Other_info</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Placeholder for other information, can be used for additional custom data.</td>\n</tr>\n<tr>\n<td><code>item/referral</code></td>\n<td><code>CT_Referral</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Contains details for a referral if the item is flagged for further inspection or action.</td>\n</tr>\n<tr>\n<td><code>item/referral/referral_reference</code></td>\n<td><code>ST_String_x1_35</code></td>\n<td>35</td>\n<td>Optional</td>\n<td>Reference identifier for the referral.</td>\n</tr>\n<tr>\n<td><code>item/referral/referral_code</code></td>\n<td><code>ST_String_x1_3</code></td>\n<td>3</td>\n<td>Optional</td>\n<td>Code identifying the reason for the referral.</td>\n</tr>\n<tr>\n<td><code>item/referral/referral_reason</code></td>\n<td><code>CT_Referral_Reason</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (up to 19)</td>\n<td>Contains the reason for the referral, can be multiple reasons.</td>\n</tr>\n<tr>\n<td><code>item/referral/referral_reason/reason_code</code></td>\n<td><code>ST_String_x1_3</code></td>\n<td>3</td>\n<td>Optional</td>\n<td>Reason code for the referral.</td>\n</tr>\n<tr>\n<td><code>item/referral/referral_reason/reason_text</code></td>\n<td><code>ST_String_x1_512</code></td>\n<td>512</td>\n<td>Optional</td>\n<td>Text description of the referral reason.</td>\n</tr>\n<tr>\n<td><code>item/content_piece</code></td>\n<td><code>CT_Content_Piece</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (up to 999)</td>\n<td>Represents individual cargo items within the shipment.</td>\n</tr>\n<tr>\n<td><code>item/content_piece/number</code></td>\n<td><code>ST_Count</code></td>\n<td>3</td>\n<td>Required</td>\n<td>Item number (sequence) for each cargo piece in the shipment.</td>\n</tr>\n<tr>\n<td><code>item/content_piece/description</code></td>\n<td><code>ST_String_x1_256</code></td>\n<td>256</td>\n<td>Optional</td>\n<td><strong>WCO 138</strong>: Brief cargo description.</td>\n</tr>\n<tr>\n<td><code>item/content_piece/number_of_units</code></td>\n<td><code>ST_Count</code></td>\n<td>3</td>\n<td>Optional</td>\n<td>Number of units for the cargo piece (could be used to approximate number of packages).</td>\n</tr>\n<tr>\n<td><code>item/content_piece/weight</code></td>\n<td><code>ST_Decimal_1_6</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Weight of the individual content piece.</td>\n</tr>\n<tr>\n<td><code>item/content_piece/value</code></td>\n<td><code>CT_Value</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Value of the content piece.</td>\n</tr>\n<tr>\n<td><code>item/content_piece/tariff_heading</code></td>\n<td><code>ST_CustomsTariff</code></td>\n<td><strong>n/a</strong></td>\n<td>Optional</td>\n<td>Tariff heading for the content piece.</td>\n</tr>\n<tr>\n<td><code>item/content_piece/Taxes</code></td>\n<td><code>CT_Tax</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Optional (up to 3)</td>\n<td>Taxes applied to the content piece.</td>\n</tr>\n<tr>\n<td><code>CT_Tax/rate</code></td>\n<td><code>xs:float</code></td>\n<td><strong>n/a</strong></td>\n<td>Required</td>\n<td>The rate applied to the content piece or total fees.</td>\n</tr>\n<tr>\n<td><code>CT_Tax/type</code></td>\n<td><code>ST_RateType</code></td>\n<td>2</td>\n<td>Required</td>\n<td>Type of tax rate (e.g., VAT, import duty).</td>\n</tr>\n<tr>\n<td><code>CT_Tax/tax_amount</code></td>\n<td><code>CT_Value</code> (complex)</td>\n<td><strong>n/a</strong></td>\n<td>Required</td>\n<td>Amount of tax for the item, includes currency and value.</td>\n</tr>\n<tr>\n<td><code>CT_m56_Other_info</code></td>\n<td><code>ST_String_x1_512</code></td>\n<td>512</td>\n<td>Optional</td>\n<td>Free text for any other additional information related to the item.</td>\n</tr>\n<tr>\n<td><code>CT_References/customs_ref/identifier</code></td>\n<td><code>ST_String_x1_80</code></td>\n<td>80</td>\n<td>Optional</td>\n<td>Identifier for the customs reference document.</td>\n</tr>\n<tr>\n<td><code>CT_References/postal_ref/identifier</code></td>\n<td><code>ST_String_x1_80</code></td>\n<td>80</td>\n<td>Optional</td>\n<td>Identifier for the postal reference document.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c55514ce-f120-4260-8c3e-a89442864f2b","name":"Item cleared by customs","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b518af12-a772-4636-acd3-4e99ee0565d4","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-04-04T12:07:21.409Z","description":"ISO 8601 timestamp of the request","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<interchange\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\n  xmlns=\"m56\"\n  xsi:schemaLocation=\"m56 m56-1.xsd\"\n>\n    <date>202004140220</date>\n    <intref>7</intref>\n    <sender_network_address>CUSTOMS_CH</sender_network_address>\n    <recipient_network_address>CH501</recipient_network_address>\n    <message>\n        <mesref>1</mesref>\n        <msgtype>\n            <code>CUSRSP</code>\n            <version>2</version>\n            <release>0</release>\n            <usage_level>0</usage_level>\n        </msgtype>\n        <msgbody>\n            <cusrsp_2_0_0>\n                <mail_flow>I</mail_flow>\n                <!-- inbound -->\n                <item>\n                    <ID>CP00000001XCH</ID>\n                    <attributes>\n                        <decision_code>03</decision_code>\n                        <!-- item now cleared, after being checked by customs -->\n                        <date_clearance>20200414</date_clearance>\n                        <total_fees>\n                            <currency>CHF</currency>\n                            <amount>4.50</amount>\n                        </total_fees>\n                    </attributes>\n                    <references>\n                        <customs_ref>\n                            <identifier>12345</identifier>\n                        </customs_ref>\n                    </references>\n                </item>\n            </cusrsp_2_0_0>\n        </msgbody>\n    </message>\n</interchange>","options":{"raw":{"language":"xml"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"aee3f039-3cf4-4424-90e0-28dce1bda8ab"}],"id":"999dd67f-6cd2-4fd5-a353-021218346edb","description":"<p><strong>Requirement References:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Module</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PF.I2CUS.5</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I2AL.6</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>PF.I2P.7</td>\n<td>e-Flight</td>\n</tr>\n<tr>\n<td>P.E22CUS.8</td>\n<td>e-Post (Export)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"999dd67f-6cd2-4fd5-a353-021218346edb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}},{"name":"Code Lists","item":[],"id":"5ac60e70-98a3-46bf-8401-ba4e2670b5b5","description":"<h1 id=\"code-lists--cargo-xml-manual-and-toolkit\">Code Lists — Cargo-XML Manual and Toolkit</h1>\n<h3 id=\"11-charge-codes\">1.1 Charge Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All Charges Collect</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>All Charges Collect by Credit Card</td>\n<td>CZ</td>\n</tr>\n<tr>\n<td>All Charges Collect by GBL</td>\n<td>CG</td>\n</tr>\n<tr>\n<td>All Charges Prepaid Cash</td>\n<td>PP</td>\n</tr>\n<tr>\n<td>All Charges Prepaid Credit</td>\n<td>PX</td>\n</tr>\n<tr>\n<td>All Charges Prepaid by Credit Card</td>\n<td>PZ</td>\n</tr>\n<tr>\n<td>All Charges Prepaid by GBL</td>\n<td>PG</td>\n</tr>\n<tr>\n<td>Destination Collect Cash</td>\n<td>CP</td>\n</tr>\n<tr>\n<td>Destination Collect Credit</td>\n<td>CX</td>\n</tr>\n<tr>\n<td>Destination Collect by MCO</td>\n<td>CM</td>\n</tr>\n<tr>\n<td>No Charge</td>\n<td>NC</td>\n</tr>\n<tr>\n<td>No Weight Charge — Other Charges Collect</td>\n<td>NT</td>\n</tr>\n<tr>\n<td>No Weight Charge — Other Charges Prepaid by Credit Card</td>\n<td>NZ</td>\n</tr>\n<tr>\n<td>No Weight Charge — Other Charges Prepaid by GBL</td>\n<td>NG</td>\n</tr>\n<tr>\n<td>No Weight Charge — Other Charges Prepaid Cash</td>\n<td>NP</td>\n</tr>\n<tr>\n<td>No Weight Charge — Other Charges Prepaid Credit</td>\n<td>NX</td>\n</tr>\n<tr>\n<td>Partial Collect Credit — Partial Prepaid Cash</td>\n<td>CA</td>\n</tr>\n<tr>\n<td>Partial Collect Credit — Partial Prepaid Credit</td>\n<td>CB</td>\n</tr>\n<tr>\n<td>Partial Collect Credit Card — Partial Prepaid Cash</td>\n<td>CE</td>\n</tr>\n<tr>\n<td>Partial Collect Credit Card — Partial Prepaid Credit</td>\n<td>CH</td>\n</tr>\n<tr>\n<td>Partial Prepaid Cash — Partial Collect Cash</td>\n<td>PC</td>\n</tr>\n<tr>\n<td>Partial Prepaid Credit — Partial Collect Cash</td>\n<td>PD</td>\n</tr>\n<tr>\n<td>Partial Prepaid Credit Card — Partial Collect Cash</td>\n<td>PE</td>\n</tr>\n<tr>\n<td>Partial Prepaid Credit Card — Partial Collect Credit</td>\n<td>PH</td>\n</tr>\n<tr>\n<td>Partial Prepaid Credit Card — Partial Collect Credit Card</td>\n<td>PF</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: CSC Resolutions Manual, 25th Edition, Resolution 600a. </p>\n</blockquote>\n<h3 id=\"12-other-charge-codes\">1.2 Other Charge Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Adjusting of improperly loaded ULD</td>\n<td>UC</td>\n</tr>\n<tr>\n<td>Advances and/or guarantees</td>\n<td>BA</td>\n</tr>\n<tr>\n<td>Airport arrival</td>\n<td>FA</td>\n</tr>\n<tr>\n<td>Appraisal Service</td>\n<td>BB</td>\n</tr>\n<tr>\n<td>AWB Cancellation</td>\n<td>DG</td>\n</tr>\n<tr>\n<td>AWB Charges Correction Advice</td>\n<td>DH</td>\n</tr>\n<tr>\n<td>AWB Copy</td>\n<td>BC</td>\n</tr>\n<tr>\n<td>Air Waybill Fee</td>\n<td>AW</td>\n</tr>\n<tr>\n<td>AWB Re-waybilling</td>\n<td>DI</td>\n</tr>\n<tr>\n<td>Animal Container</td>\n<td>AC</td>\n</tr>\n<tr>\n<td>Assembly Service Fee</td>\n<td>AS</td>\n</tr>\n<tr>\n<td>Attendant</td>\n<td>AT</td>\n</tr>\n<tr>\n<td>Bank Release</td>\n<td>BR</td>\n</tr>\n<tr>\n<td>Blacklist Certificate</td>\n<td>BL</td>\n</tr>\n<tr>\n<td>Bonding</td>\n<td>CA</td>\n</tr>\n<tr>\n<td>Certificate of Origin</td>\n<td>DC</td>\n</tr>\n<tr>\n<td>Charges Collect Fee</td>\n<td>FC</td>\n</tr>\n<tr>\n<td>Cleaning</td>\n<td>LC</td>\n</tr>\n<tr>\n<td>Cleaning of stalls/pens</td>\n<td>LI</td>\n</tr>\n<tr>\n<td>Clearance and Handling — Destination</td>\n<td>CD</td>\n</tr>\n<tr>\n<td>Clearance and Handling — Origin</td>\n<td>CH</td>\n</tr>\n<tr>\n<td>Clearance, General</td>\n<td>JA</td>\n</tr>\n<tr>\n<td>Collection of funds</td>\n<td>BE</td>\n</tr>\n<tr>\n<td>Completion/preparation of documents</td>\n<td>CB</td>\n</tr>\n<tr>\n<td>Cool/Cold room, freezer (Perishables)</td>\n<td>PB</td>\n</tr>\n<tr>\n<td>Cool/Cold room, freezer (Storage)</td>\n<td>ZC</td>\n</tr>\n<tr>\n<td>Copies of documents</td>\n<td>BF</td>\n</tr>\n<tr>\n<td>Dangerous Goods Fee</td>\n<td>RA</td>\n</tr>\n<tr>\n<td>Delivery</td>\n<td>SA</td>\n</tr>\n<tr>\n<td>Delivery notification</td>\n<td>SB</td>\n</tr>\n<tr>\n<td>Delivery Order</td>\n<td>SF</td>\n</tr>\n<tr>\n<td>Demurrage</td>\n<td>UD</td>\n</tr>\n<tr>\n<td>Diplomatic consignment</td>\n<td>GA</td>\n</tr>\n<tr>\n<td>Disassembly</td>\n<td>UB</td>\n</tr>\n<tr>\n<td>Disbursement Fee</td>\n<td>DB</td>\n</tr>\n<tr>\n<td>Distribution Service Fee</td>\n<td>DF</td>\n</tr>\n<tr>\n<td>Domestic shipments</td>\n<td>FB</td>\n</tr>\n<tr>\n<td>Electronic processing or transmission of data for customs purposes</td>\n<td>CG</td>\n</tr>\n<tr>\n<td>Export/Import warrant</td>\n<td>CE</td>\n</tr>\n<tr>\n<td>Fuel Surcharge — Due Issuing Carrier</td>\n<td>MY</td>\n</tr>\n<tr>\n<td>General (Handling)</td>\n<td>FE</td>\n</tr>\n<tr>\n<td>General (Storage)</td>\n<td>ZB</td>\n</tr>\n<tr>\n<td>General Taxes</td>\n<td>TX</td>\n</tr>\n<tr>\n<td>Government Tax</td>\n<td>GT</td>\n</tr>\n<tr>\n<td>Handling (Express)</td>\n<td>EA</td>\n</tr>\n<tr>\n<td>Handling (Heavy/Bulky cargo)</td>\n<td>KA</td>\n</tr>\n<tr>\n<td>Handling (Perishables)</td>\n<td>PA</td>\n</tr>\n<tr>\n<td>Handling (Unit Load Device)</td>\n<td>UH</td>\n</tr>\n<tr>\n<td>Handling (Valuable Cargo)</td>\n<td>VA</td>\n</tr>\n<tr>\n<td>Handling (Vulnerable cargo)</td>\n<td>WA</td>\n</tr>\n<tr>\n<td>Hotel</td>\n<td>LE</td>\n</tr>\n<tr>\n<td>Human Remains</td>\n<td>HR</td>\n</tr>\n<tr>\n<td>Import/export documents processing</td>\n<td>BI</td>\n</tr>\n<tr>\n<td>Inventory and/or inspection</td>\n<td>CF</td>\n</tr>\n<tr>\n<td>Insurance Premium</td>\n<td>IN</td>\n</tr>\n<tr>\n<td>Leasing</td>\n<td>UE</td>\n</tr>\n<tr>\n<td>Loading/unloading</td>\n<td>FF</td>\n</tr>\n<tr>\n<td>Loading/unloading equipment (forklift etc.)</td>\n<td>KB</td>\n</tr>\n<tr>\n<td>Live Animals</td>\n<td>LA</td>\n</tr>\n<tr>\n<td>Manual data entry for customs purposes</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>Messenger service</td>\n<td>BH</td>\n</tr>\n<tr>\n<td>Miscellaneous — Due Agent (see Note 1)</td>\n<td>MA</td>\n</tr>\n<tr>\n<td>Miscellaneous — Due Carrier (see Note 3)</td>\n<td>MC</td>\n</tr>\n<tr>\n<td>Miscellaneous — Due Issuing Carrier</td>\n<td>MO to MX</td>\n</tr>\n<tr>\n<td>Miscellaneous — Due Issuing Carrier</td>\n<td>MZ</td>\n</tr>\n<tr>\n<td>Miscellaneous — Due Last Carrier</td>\n<td>MD to MN</td>\n</tr>\n<tr>\n<td>Miscellaneous — Unassigned (see Note 2)</td>\n<td>MB</td>\n</tr>\n<tr>\n<td>Mortuary</td>\n<td>HB</td>\n</tr>\n<tr>\n<td>Navigation Surcharge — Due Issuing Carrier</td>\n<td>NS</td>\n</tr>\n<tr>\n<td>Overtime and Other Customs Imposed Charges</td>\n<td>CI</td>\n</tr>\n<tr>\n<td>Packing/Repacking</td>\n<td>PK</td>\n</tr>\n<tr>\n<td>Pick-Up</td>\n<td>PU</td>\n</tr>\n<tr>\n<td>Postal Tax</td>\n<td>TA</td>\n</tr>\n<tr>\n<td>Preparation of Cargo manifest</td>\n<td>DD</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>FD</td>\n</tr>\n<tr>\n<td>Proof of delivery (documentation)</td>\n<td>DJ</td>\n</tr>\n<tr>\n<td>Proof of delivery (pickup and delivery)</td>\n<td>SE</td>\n</tr>\n<tr>\n<td>Quarantine</td>\n<td>LF</td>\n</tr>\n<tr>\n<td>Radio-active room</td>\n<td>RD</td>\n</tr>\n<tr>\n<td>Recontouring</td>\n<td>UF</td>\n</tr>\n<tr>\n<td>Referral of Charge</td>\n<td>RC</td>\n</tr>\n<tr>\n<td>Rejection</td>\n<td>RB</td>\n</tr>\n<tr>\n<td>Release order</td>\n<td>DK</td>\n</tr>\n<tr>\n<td>Remit Following Collection Fee</td>\n<td>RF</td>\n</tr>\n<tr>\n<td>Removal (carrier warehouse to warehouse)</td>\n<td>CJ</td>\n</tr>\n<tr>\n<td>Rental of Stalls/pens</td>\n<td>LJ</td>\n</tr>\n<tr>\n<td>Re-warehousing</td>\n<td>ZA</td>\n</tr>\n<tr>\n<td>Sales Tax</td>\n<td>TB</td>\n</tr>\n<tr>\n<td>Security (armed guard/escort) handling</td>\n<td>VB</td>\n</tr>\n<tr>\n<td>Security Charge</td>\n<td>SC</td>\n</tr>\n<tr>\n<td>Security (Surcharge/premiums)</td>\n<td>XB</td>\n</tr>\n<tr>\n<td>Separate Early Release</td>\n<td>SP</td>\n</tr>\n<tr>\n<td>Signature Service</td>\n<td>SS</td>\n</tr>\n<tr>\n<td>Stamp Tax</td>\n<td>TC</td>\n</tr>\n<tr>\n<td>State Sales Tax</td>\n<td>ST</td>\n</tr>\n<tr>\n<td>State Tax</td>\n<td>TD</td>\n</tr>\n<tr>\n<td>Statistical Tax</td>\n<td>TE</td>\n</tr>\n<tr>\n<td>Stop in Transit</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>Storage — Destination</td>\n<td>SR</td>\n</tr>\n<tr>\n<td>Storage (Live animals)</td>\n<td>LH</td>\n</tr>\n<tr>\n<td>Storage — Origin</td>\n<td>SO</td>\n</tr>\n<tr>\n<td>Strongroom</td>\n<td>VC</td>\n</tr>\n<tr>\n<td>Surface Charge — Destination</td>\n<td>SD</td>\n</tr>\n<tr>\n<td>Surface Charge — Origin</td>\n<td>SU</td>\n</tr>\n<tr>\n<td>Time</td>\n<td>XC</td>\n</tr>\n<tr>\n<td>Transit</td>\n<td>TR</td>\n</tr>\n<tr>\n<td>Unloading (Unit Load Device)</td>\n<td>UG</td>\n</tr>\n<tr>\n<td>Value Added Tax (General or for Export)</td>\n<td>TV</td>\n</tr>\n<tr>\n<td>Value Added Tax (For Import only)</td>\n<td>TI</td>\n</tr>\n<tr>\n<td>Very important cargo (VIC)</td>\n<td>IA</td>\n</tr>\n<tr>\n<td>Veterinary and/or Phytosanitary purposes</td>\n<td>DV</td>\n</tr>\n<tr>\n<td>Veterinary inspection</td>\n<td>LG</td>\n</tr>\n<tr>\n<td>War risk</td>\n<td>XD</td>\n</tr>\n<tr>\n<td>Weighing</td>\n<td>FI</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>XE</td>\n</tr>\n<tr>\n<td>Withdrawal of shipment after clearance</td>\n<td>BM</td>\n</tr>\n<tr>\n<td>Sustainability Contribution towards Sustainable Aviation Fuel (SAF)</td>\n<td>ZD</td>\n</tr>\n<tr>\n<td>Sustainability Contribution towards reduction of CO2 emissions</td>\n<td>ZE</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: CSC Resolutions Manual, 44th Edition, Resolution 600a. </p>\n</blockquote>\n<p><strong>Notes:</strong></p>\n<ul>\n<li><p>1.MA code is used if the miscellaneous charge is due agent but cannot be further identified.</p>\n</li>\n<li><p>2.MB code is used if the miscellaneous charge cannot be determined as being due agent or due carrier.</p>\n</li>\n<li><p>3.MC code is used if the miscellaneous charge is due carrier but cannot be further identified.</p>\n</li>\n<li><p>4.Some discrepancies have been identified between the Code List 1.2 and CSC Resolutions Manual where Code List 1.2 has more codes available</p>\n</li>\n</ul>\n<h3 id=\"13-entitlement-codes\">1.3 Entitlement Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Other Charges due Agent</td>\n<td>A</td>\n</tr>\n<tr>\n<td>Other Charges due Carrier</td>\n<td>C</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: CSC Resolutions Manual, 25th Edition, Resolution 600a. </p>\n</blockquote>\n<h3 id=\"14-rate-class-codes\">1.4 Rate Class Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Basic Charge</td>\n<td>B</td>\n</tr>\n<tr>\n<td>Class Rate Reduction</td>\n<td>R</td>\n</tr>\n<tr>\n<td>Class Rate Surcharge</td>\n<td>S</td>\n</tr>\n<tr>\n<td>International Priority Service Rate</td>\n<td>P</td>\n</tr>\n<tr>\n<td>Minimum Charge</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Normal Rate</td>\n<td>N</td>\n</tr>\n<tr>\n<td>Quantity Rate</td>\n<td>Q</td>\n</tr>\n<tr>\n<td>Rate per Kilogram</td>\n<td>K</td>\n</tr>\n<tr>\n<td>Specific Commodity Rate</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Unit Load Device Additional Information</td>\n<td>X</td>\n</tr>\n<tr>\n<td>Unit Load Device Additional Rate</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Unit Load Device Basic Charge or Rate</td>\n<td>U</td>\n</tr>\n<tr>\n<td>Unit Load Device Discount</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>Weight Increase</td>\n<td>W</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: CSC Resolutions Manual, 25th Edition, Resolution 600a. </p>\n</blockquote>\n<h3 id=\"15-prepaidcollect-indicators\">1.5 Prepaid/Collect Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Collect Indicator</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Prepaid Indicator</td>\n<td>P</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"16-main-deck-only-indicator\">1.6 Main Deck Only Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Main Deck Only Indicator</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"17-space-allocation-codes\">1.7 Space Allocation Codes</h3>\n<p><strong>Action Codes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cancel Any Previous Space Allocation</td>\n<td>XX</td>\n</tr>\n<tr>\n<td>Reporting Sale</td>\n<td>SS</td>\n</tr>\n<tr>\n<td>Requesting Space Allocation, if Not Available Will Accept Alternative</td>\n<td>NA</td>\n</tr>\n<tr>\n<td>Requesting Space Allocation, for Wait List</td>\n<td>NL</td>\n</tr>\n<tr>\n<td>Requesting Space Allocation, Will Not Accept Alternative</td>\n<td>NN</td>\n</tr>\n<tr>\n<td>Selling Space Allocation Against Allotment</td>\n<td>CA</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Advice Codes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cancellation Noted</td>\n<td>CN</td>\n</tr>\n<tr>\n<td>Confirming</td>\n<td>KK</td>\n</tr>\n<tr>\n<td>Unable</td>\n<td>UU</td>\n</tr>\n<tr>\n<td>Unable, Flight Does Not Operate</td>\n<td>UN</td>\n</tr>\n<tr>\n<td>Wait List</td>\n<td>LL</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status Codes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Have Requested Space Allocation</td>\n<td>HN</td>\n</tr>\n<tr>\n<td>Holding Confirmed</td>\n<td>HK</td>\n</tr>\n<tr>\n<td>Holding Wait List</td>\n<td>HL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"18-discrepancy-codes\">1.8 Discrepancy Codes</h3>\n<p><strong>Cargo</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Found Air Waybill</td>\n<td>FDAW</td>\n</tr>\n<tr>\n<td>Found Cargo</td>\n<td>FDCA</td>\n</tr>\n<tr>\n<td>Missing Air Waybill</td>\n<td>MSAW</td>\n</tr>\n<tr>\n<td>Missing Cargo</td>\n<td>MSCA</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Mail</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Found Mail Document</td>\n<td>FDAV</td>\n</tr>\n<tr>\n<td>Found Mailbag</td>\n<td>FDMB</td>\n</tr>\n<tr>\n<td>Missing Mail Document</td>\n<td>MSAV</td>\n</tr>\n<tr>\n<td>Missing Mailbag</td>\n<td>MSMB</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Miscellaneous</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Definitely Loaded</td>\n<td>DFLD</td>\n</tr>\n<tr>\n<td>Offloaded</td>\n<td>OFLD</td>\n</tr>\n<tr>\n<td>Overcarried</td>\n<td>OVCD</td>\n</tr>\n<tr>\n<td>Shortshipped</td>\n<td>SSPD</td>\n</tr>\n<tr>\n<td>Exception Handling Codes Procedure (Cargo iQ)</td>\n<td>EHCP</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />For EHCP refer to Cargo iQ standard, for other codes refer to Recommended Practice 1600q</p>\n<h3 id=\"19-end-of-message-codes\">1.9 End of Message Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>End of Total Message</td>\n<td>LAST</td>\n</tr>\n<tr>\n<td>End of Part Message</td>\n<td>CONT</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"110-change-codes\">1.10 Change Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Add</td>\n<td>AD</td>\n</tr>\n<tr>\n<td>Change</td>\n<td>CH</td>\n</tr>\n<tr>\n<td>Delete</td>\n<td>DL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"111-months\">1.11 Months</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>January</td>\n<td>JAN</td>\n</tr>\n<tr>\n<td>February</td>\n<td>FEB</td>\n</tr>\n<tr>\n<td>March</td>\n<td>MAR</td>\n</tr>\n<tr>\n<td>April</td>\n<td>APR</td>\n</tr>\n<tr>\n<td>May</td>\n<td>MAY</td>\n</tr>\n<tr>\n<td>June</td>\n<td>JUN</td>\n</tr>\n<tr>\n<td>July</td>\n<td>JUL</td>\n</tr>\n<tr>\n<td>August</td>\n<td>AUG</td>\n</tr>\n<tr>\n<td>September</td>\n<td>SEP</td>\n</tr>\n<tr>\n<td>October</td>\n<td>OCT</td>\n</tr>\n<tr>\n<td>November</td>\n<td>NOV</td>\n</tr>\n<tr>\n<td>December</td>\n<td>DEC</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"112-movement-priority-codes\">1.12 Movement Priority Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Consignment Under Bond</td>\n<td>B</td>\n</tr>\n<tr>\n<td>Express Parcel Shipment</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Express Shipments</td>\n<td>X</td>\n</tr>\n<tr>\n<td>High Priority</td>\n<td>H</td>\n</tr>\n<tr>\n<td>Low Priority</td>\n<td>L</td>\n</tr>\n<tr>\n<td>Service Shipment</td>\n<td>S</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"113-nil-cargo-code\">1.13 Nil Cargo Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No Cargo</td>\n<td>NIL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"114-dangerous-goods-codes\">1.14 Dangerous Goods Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cargo Aircraft Only</td>\n<td>CAO</td>\n</tr>\n<tr>\n<td>Lithium Ion Batteries otherwise excepted from the IATA DGR</td>\n<td>ELI</td>\n</tr>\n<tr>\n<td>Lithium Metal Batteries otherwise excepted from the IATA DGR</td>\n<td>ELM</td>\n</tr>\n<tr>\n<td>Corrosive</td>\n<td>RCM</td>\n</tr>\n<tr>\n<td>Cryogenic Liquids</td>\n<td>RCL</td>\n</tr>\n<tr>\n<td>Dangerous When Wet</td>\n<td>RFW</td>\n</tr>\n<tr>\n<td>Dry Ice</td>\n<td>ICE</td>\n</tr>\n<tr>\n<td>To be reserved for normally forbidden Explosives, Divisions 1.1, 1.2, 1.3, 1.4F, 1.5 and 1.6</td>\n<td>REX</td>\n</tr>\n<tr>\n<td>Explosives 1.3C</td>\n<td>RCX</td>\n</tr>\n<tr>\n<td>Explosives 1.3G</td>\n<td>RGX</td>\n</tr>\n<tr>\n<td>Fully Regulated Lithium Ion Batteries (Class 9)</td>\n<td>RLI</td>\n</tr>\n<tr>\n<td>Fully Regulated Lithium Metal Batteries (Class 9)</td>\n<td>RLM</td>\n</tr>\n<tr>\n<td>Fully regulated lithium ion batteries (Class 9, UN 3480) as per Section IA and IB of PI 965</td>\n<td>RBI</td>\n</tr>\n<tr>\n<td>Fully regulated lithium metal batteries (Class 9, UN 3090) as per Section IA and IB of PI 968</td>\n<td>RBM</td>\n</tr>\n<tr>\n<td>Explosives 1.4B</td>\n<td>RXB</td>\n</tr>\n<tr>\n<td>Explosives 1.4C</td>\n<td>RXC</td>\n</tr>\n<tr>\n<td>Explosives 1.4D</td>\n<td>RXD</td>\n</tr>\n<tr>\n<td>Explosives 1.4E</td>\n<td>RXE</td>\n</tr>\n<tr>\n<td>Explosives 1.4G</td>\n<td>RXG</td>\n</tr>\n<tr>\n<td>Explosives 1.4S</td>\n<td>RXS</td>\n</tr>\n<tr>\n<td>Flammable Gas</td>\n<td>RFG</td>\n</tr>\n<tr>\n<td>Flammable Liquid</td>\n<td>RFL</td>\n</tr>\n<tr>\n<td>Flammable Solid</td>\n<td>RFS</td>\n</tr>\n<tr>\n<td>Infectious Substance</td>\n<td>RIS</td>\n</tr>\n<tr>\n<td>Lithium ion batteries excepted as per Section II of PI 965</td>\n<td>EBI</td>\n</tr>\n<tr>\n<td>Lithium metal batteries excepted as per Section II of PI 968</td>\n<td>EBM</td>\n</tr>\n<tr>\n<td>Magnetized Material</td>\n<td>MAG</td>\n</tr>\n<tr>\n<td>Miscellaneous Dangerous Goods</td>\n<td>RMD</td>\n</tr>\n<tr>\n<td>Non-Flammable Non-Toxic Gas</td>\n<td>RNG</td>\n</tr>\n<tr>\n<td>Organic Peroxide</td>\n<td>ROP</td>\n</tr>\n<tr>\n<td>Oxidizer</td>\n<td>ROX</td>\n</tr>\n<tr>\n<td>Toxic Substance</td>\n<td>RPB</td>\n</tr>\n<tr>\n<td>Toxic Gas</td>\n<td>RPG</td>\n</tr>\n<tr>\n<td>Polymeric Beads</td>\n<td>RSB</td>\n</tr>\n<tr>\n<td>Radioactive Material Category I-White</td>\n<td>RRW</td>\n</tr>\n<tr>\n<td>Radioactive Material Categories II-Yellow and III-Yellow</td>\n<td>RRY</td>\n</tr>\n<tr>\n<td>Spontaneously Combustible</td>\n<td>RSC</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: Dangerous Goods Regulations, 46th Edition. </p>\n</blockquote>\n<h3 id=\"115-shipment-description-codes\">1.15 Shipment Description Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Divided Consignment</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Part Consignment</td>\n<td>P</td>\n</tr>\n<tr>\n<td>Split Consignment</td>\n<td>S</td>\n</tr>\n<tr>\n<td>Total Consignment</td>\n<td>T</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />For the purpose of these Codes:<br />Total Consignment = total number of pieces of complete shipment.<br />Part Consignment = those pieces less than the total consignment carried on one flight.<br />Split Consignment = those pieces of a total consignment carried in more than one ULD(s) and/or bulk on the same flight.<br />Divided Consignment = those pieces of a part consignment in more than one ULD(s) and/or bulk on the same flight.</p>\n<h3 id=\"116-special-handling-codes\">1.16 Special Handling Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Active Temperature Controlled System</td>\n<td>ACT</td>\n</tr>\n<tr>\n<td>Aircraft on Ground</td>\n<td>AOG</td>\n</tr>\n<tr>\n<td>Animal products for non-human consumption</td>\n<td>PEB</td>\n</tr>\n<tr>\n<td>Bulk Unitization Programme, Shipper/Consignee Handled Unit</td>\n<td>BUP</td>\n</tr>\n<tr>\n<td>Cargo Aircraft Only</td>\n<td>CAO</td>\n</tr>\n<tr>\n<td>Cargo Attendant Accompanying Shipment</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Cargo Has Not Been Secured Yet for Passenger or All-Cargo Aircraft</td>\n<td>NSC</td>\n</tr>\n<tr>\n<td>Secure for Passenger, All-Cargo and All-Mail Aircraft in Accordance with High Risk Requirements</td>\n<td>SHR</td>\n</tr>\n<tr>\n<td>Cargo may be loaded in the passenger cabin</td>\n<td>CIC</td>\n</tr>\n<tr>\n<td>Company Mail</td>\n<td>COM</td>\n</tr>\n<tr>\n<td>Consignment established with a paper air waybill contract being printed under an e-AWB agreement</td>\n<td>ECP</td>\n</tr>\n<tr>\n<td>Consignment established with an electronically concluded cargo contract with no accompanying paper airwaybill</td>\n<td>ECC</td>\n</tr>\n<tr>\n<td>Control Room Temperature +15°C to +25°C</td>\n<td>CRT</td>\n</tr>\n<tr>\n<td>Cool Goods</td>\n<td>COL</td>\n</tr>\n<tr>\n<td>Diagnostic Specimens</td>\n<td>RDS</td>\n</tr>\n<tr>\n<td>Diplomatic Mail</td>\n<td>DIP</td>\n</tr>\n<tr>\n<td>e-freight Consignment with Accompanying Paper Documents</td>\n<td>EAP</td>\n</tr>\n<tr>\n<td>e-freight Consignment with No Accompanying Paper Documents</td>\n<td>EAW</td>\n</tr>\n<tr>\n<td>Electronic Monitoring Devices on/in Cargo/Container</td>\n<td>EMD</td>\n</tr>\n<tr>\n<td>Excepted Quantities of Dangerous Goods</td>\n<td>REQ</td>\n</tr>\n<tr>\n<td>Excepted Quantities of Radioactive Material</td>\n<td>RRE</td>\n</tr>\n<tr>\n<td>Extended Room Temperature +2°C to +25°C</td>\n<td>ERT</td>\n</tr>\n<tr>\n<td>Fish/Seafood</td>\n<td>PES</td>\n</tr>\n<tr>\n<td>Flowers</td>\n<td>PEF</td>\n</tr>\n<tr>\n<td>Foodstuffs</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Frozen Goods Subject to Veterinary/Phytosanitary Inspections</td>\n<td>FRI</td>\n</tr>\n<tr>\n<td>Frozen Goods</td>\n<td>FRO</td>\n</tr>\n<tr>\n<td>Fruits and Vegetables</td>\n<td>PEP</td>\n</tr>\n<tr>\n<td>Goods Attached to Air Waybill</td>\n<td>ATT</td>\n</tr>\n<tr>\n<td>Goods subject to phytosanitary inspections</td>\n<td>PHY</td>\n</tr>\n<tr>\n<td>Hanging Garments</td>\n<td>GOH</td>\n</tr>\n<tr>\n<td>Hatching Eggs</td>\n<td>HEG</td>\n</tr>\n<tr>\n<td>Heavy Cargo/150 kilograms and over per piece</td>\n<td>HEA</td>\n</tr>\n<tr>\n<td>Human Remains in Coffin</td>\n<td>HUM</td>\n</tr>\n<tr>\n<td>Hunting trophies, skin, hide and all articles made from or containing parts of species listed in the CITES (Convention on International Trade in Endangered Species) appendices</td>\n<td>PEA</td>\n</tr>\n<tr>\n<td>Cargo Secure forAll-Cargo Aircraft Only</td>\n<td>SCO</td>\n</tr>\n<tr>\n<td>Laboratory Animals</td>\n<td>SPF</td>\n</tr>\n<tr>\n<td>Cargo Secure for Passenger and All-Cargo Aircraft</td>\n<td>SPX</td>\n</tr>\n<tr>\n<td>License Required</td>\n<td>LIC</td>\n</tr>\n<tr>\n<td>Live Animal</td>\n<td>AVI</td>\n</tr>\n<tr>\n<td>Living Human Organs/Blood</td>\n<td>LHO</td>\n</tr>\n<tr>\n<td>Mail</td>\n<td>MAL</td>\n</tr>\n<tr>\n<td>Meat</td>\n<td>PEM</td>\n</tr>\n<tr>\n<td>Munitions of War</td>\n<td>MUW</td>\n</tr>\n<tr>\n<td>Newspapers, Magazines</td>\n<td>NWP</td>\n</tr>\n<tr>\n<td>Non Stackable Cargo</td>\n<td>NST</td>\n</tr>\n<tr>\n<td>Obnoxious Cargo</td>\n<td>OBX</td>\n</tr>\n<tr>\n<td>Outsized</td>\n<td>BIG</td>\n</tr>\n<tr>\n<td>Overhang Item</td>\n<td>OHG</td>\n</tr>\n<tr>\n<td>Passenger and Cargo</td>\n<td>PAC</td>\n</tr>\n<tr>\n<td>Passive Insulated Packaging</td>\n<td>PIP</td>\n</tr>\n<tr>\n<td>Perishable Cargo</td>\n<td>PER</td>\n</tr>\n<tr>\n<td>Pharmaceuticals</td>\n<td>PIL</td>\n</tr>\n<tr>\n<td>Priority Small Package</td>\n<td>XPS</td>\n</tr>\n<tr>\n<td>Quick Ramp Transfer</td>\n<td>QRT</td>\n</tr>\n<tr>\n<td>Reserved Air Cargo</td>\n<td>RAC</td>\n</tr>\n<tr>\n<td>Save Human Life</td>\n<td>SHL</td>\n</tr>\n<tr>\n<td>Shipments of Wet Material not Packed in Watertight Containers</td>\n<td>WET</td>\n</tr>\n<tr>\n<td>Sporting Weapons</td>\n<td>SWP</td>\n</tr>\n<tr>\n<td>Surface Transportation</td>\n<td>SUR</td>\n</tr>\n<tr>\n<td>Undeveloped/Unexposed Film</td>\n<td>FIL</td>\n</tr>\n<tr>\n<td>Valuable Cargo</td>\n<td>VAL</td>\n</tr>\n<tr>\n<td>Very Important Cargo</td>\n<td>VIC</td>\n</tr>\n<tr>\n<td>Volume</td>\n<td>VOL</td>\n</tr>\n<tr>\n<td>Vulnerable Cargo</td>\n<td>VUN</td>\n</tr>\n<tr>\n<td>Human Limbs</td>\n<td>HUL</td>\n</tr>\n<tr>\n<td>Human Remains in Urns</td>\n<td>HUU</td>\n</tr>\n<tr>\n<td>Animal Remains (Not Cremated)</td>\n<td>ROA</td>\n</tr>\n<tr>\n<td>Animal Remains (Cremated)</td>\n<td>ROC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />Dangerous Goods codes described in 1.14 are also used as Special Handling Codes.</p>\n<h3 id=\"117-standard-message-identifiers\">1.17 Standard Message Identifiers</h3>\n<p><strong>Cargo-IMP Manual</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Adjustment Request</td>\n<td>FAR</td>\n</tr>\n<tr>\n<td>Advice of Discrepancy</td>\n<td>FAD</td>\n</tr>\n<tr>\n<td>Air Waybill Charges Collect</td>\n<td>FWC</td>\n</tr>\n<tr>\n<td>Air Waybill Data</td>\n<td>FWB</td>\n</tr>\n<tr>\n<td>Air Waybill Data Request</td>\n<td>FWR</td>\n</tr>\n<tr>\n<td>Airline Confirmation</td>\n<td>FAC</td>\n</tr>\n<tr>\n<td>Airline Flight Manifest</td>\n<td>FFM</td>\n</tr>\n<tr>\n<td>Allotment Information Request</td>\n<td>FOR</td>\n</tr>\n<tr>\n<td>Allotment Information Answer</td>\n<td>FOA</td>\n</tr>\n<tr>\n<td>AWB Space Allocation Answer</td>\n<td>FFA</td>\n</tr>\n<tr>\n<td>AWB Space Allocation Change</td>\n<td>FFC</td>\n</tr>\n<tr>\n<td>AWB Space Allocation Request</td>\n<td>FFR</td>\n</tr>\n<tr>\n<td>Cancellation</td>\n<td>FXX</td>\n</tr>\n<tr>\n<td>Cancellation of Embargo</td>\n<td>FMX</td>\n</tr>\n<tr>\n<td>CASS Advice of Correction</td>\n<td>CAC</td>\n</tr>\n<tr>\n<td>CASS Debit/Credit Memorandum</td>\n<td>DCM</td>\n</tr>\n<tr>\n<td>CASS Invoice</td>\n<td>FCI</td>\n</tr>\n<tr>\n<td>CASS Remittance</td>\n<td>FCR</td>\n</tr>\n<tr>\n<td>CASS Void/Cancel Air Waybill</td>\n<td>FCV</td>\n</tr>\n<tr>\n<td>CCS Free Text</td>\n<td>FYT</td>\n</tr>\n<tr>\n<td>Change of Embargo</td>\n<td>FMC</td>\n</tr>\n<tr>\n<td>Charges Correction Acknowledgement</td>\n<td>FCA</td>\n</tr>\n<tr>\n<td>Charges Correction Request</td>\n<td>FCC</td>\n</tr>\n<tr>\n<td>Consolidation List</td>\n<td>FHL</td>\n</tr>\n<tr>\n<td>Courier Baggage Voucher</td>\n<td>FBV</td>\n</tr>\n<tr>\n<td>Customs Inventory Report</td>\n<td>CIR</td>\n</tr>\n<tr>\n<td>Customs Supplementary Information</td>\n<td>CSI</td>\n</tr>\n<tr>\n<td>Customs Status Notification</td>\n<td>CSN</td>\n</tr>\n<tr>\n<td>Declaration for Dangerous Goods Data</td>\n<td>FDD</td>\n</tr>\n<tr>\n<td>Discrepancy Answer</td>\n<td>FDA</td>\n</tr>\n<tr>\n<td>Error</td>\n<td>FNA</td>\n</tr>\n<tr>\n<td>Freight Agent Information</td>\n<td>FAI</td>\n</tr>\n<tr>\n<td>Freight Agent Supplementary Information</td>\n<td>FAS</td>\n</tr>\n<tr>\n<td>Freight Booked List</td>\n<td>FBL</td>\n</tr>\n<tr>\n<td>Freight Booked List Request</td>\n<td>FBR</td>\n</tr>\n<tr>\n<td>Freight CASS Billing</td>\n<td>FCB</td>\n</tr>\n<tr>\n<td>Freight Transaction</td>\n<td>FFT</td>\n</tr>\n<tr>\n<td>General Status Request</td>\n<td>STR</td>\n</tr>\n<tr>\n<td>General Status Answer</td>\n<td>STA</td>\n</tr>\n<tr>\n<td>House Waybill Data</td>\n<td>FZB</td>\n</tr>\n<tr>\n<td>House Waybill Data Request</td>\n<td>FZA</td>\n</tr>\n<tr>\n<td>House Waybill Data Answer</td>\n<td>FZD</td>\n</tr>\n<tr>\n<td>House Waybill Status Request</td>\n<td>FZC</td>\n</tr>\n<tr>\n<td>House Waybill Status Update</td>\n<td>FZE</td>\n</tr>\n<tr>\n<td>Irregularity Report</td>\n<td>FRP</td>\n</tr>\n<tr>\n<td>Mail Advisory</td>\n<td>MAM</td>\n</tr>\n<tr>\n<td>Mail Label Data</td>\n<td>MLD</td>\n</tr>\n<tr>\n<td>Message Acknowledgement</td>\n<td>FMA</td>\n</tr>\n<tr>\n<td>Multiple Status Update List</td>\n<td>FSL</td>\n</tr>\n<tr>\n<td>Notification of Embargo</td>\n<td>FMB</td>\n</tr>\n<tr>\n<td>Piece Manifest</td>\n<td>FPM</td>\n</tr>\n<tr>\n<td>Piece Manifest Request</td>\n<td>FMR</td>\n</tr>\n<tr>\n<td>Piece Status Answer</td>\n<td>FPA</td>\n</tr>\n<tr>\n<td>Piece Status Request</td>\n<td>FPR</td>\n</tr>\n<tr>\n<td>Piece Status Update</td>\n<td>FPU</td>\n</tr>\n<tr>\n<td>Rate Information Answer</td>\n<td>FTA</td>\n</tr>\n<tr>\n<td>Rate Information Request</td>\n<td>FTR</td>\n</tr>\n<tr>\n<td>Schedule and Availability Information Answer</td>\n<td>FVA</td>\n</tr>\n<tr>\n<td>Schedule and Availability Information Request</td>\n<td>FVR</td>\n</tr>\n<tr>\n<td>Shipment Charge Calculation Answer</td>\n<td>FQA</td>\n</tr>\n<tr>\n<td>Shipment Charge Calculation Request</td>\n<td>FQR</td>\n</tr>\n<tr>\n<td>Status Answer</td>\n<td>FSA</td>\n</tr>\n<tr>\n<td>Status Request</td>\n<td>FSR</td>\n</tr>\n<tr>\n<td>Status Update</td>\n<td>FSU</td>\n</tr>\n<tr>\n<td>Substitute Air Waybill Data</td>\n<td>FSB</td>\n</tr>\n<tr>\n<td>Supplementary Rate Information Answer</td>\n<td>FRA</td>\n</tr>\n<tr>\n<td>Supplementary Rate Information Request</td>\n<td>FRR</td>\n</tr>\n<tr>\n<td>Surface Transportation Booking Answer</td>\n<td>SBA</td>\n</tr>\n<tr>\n<td>Surface Transportation Booking Request</td>\n<td>SBR</td>\n</tr>\n<tr>\n<td>Surface Transportation Charges Information</td>\n<td>SCI</td>\n</tr>\n<tr>\n<td>Surface Transportation Movement</td>\n<td>STM</td>\n</tr>\n<tr>\n<td>Surface Transportation Planning Answer</td>\n<td>SPA</td>\n</tr>\n<tr>\n<td>Surface Transportation Planning Cancellation</td>\n<td>SPX</td>\n</tr>\n<tr>\n<td>Surface Transportation Planning Request</td>\n<td>SPR</td>\n</tr>\n<tr>\n<td>Surface Transportation Status Update</td>\n<td>SSU</td>\n</tr>\n<tr>\n<td>Unit Load Device Manifest</td>\n<td>FUM</td>\n</tr>\n<tr>\n<td>ULD Space Allocation Answer</td>\n<td>FUA</td>\n</tr>\n<tr>\n<td>ULD Space Allocation Request</td>\n<td>FUR</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ULD Control Manual</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Multilateral ULD Control</td>\n<td>MUC</td>\n</tr>\n<tr>\n<td>ULD Exchange Control</td>\n<td>LUC</td>\n</tr>\n<tr>\n<td>ULD Transaction Rejection</td>\n<td>UTR</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: ULD Control Manual, 7th Edition. </p>\n</blockquote>\n<p><strong>Airport Handling Manual</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ULD Control</td>\n<td>UCM</td>\n</tr>\n<tr>\n<td>ULD Stock Check</td>\n<td>SCM</td>\n</tr>\n<tr>\n<td>ULD/Bulk Load Weight Signal</td>\n<td>UWS</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: Airport Handling Manual, 24th Edition, (AHM 510). </p>\n</blockquote>\n<p><strong>Systems and Communications Reference Manual</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Correction to Previous Message</td>\n<td>COR</td>\n</tr>\n<tr>\n<td>Possible Duplicate Message</td>\n<td>PDM</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: Systems and Communications Reference Manual, Volume 0. </p>\n</blockquote>\n<h3 id=\"118-status-codes\">1.18 Status Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>An apparent error has occurred, on this date at this location, with the handling of the consignment or its documentation, which is further clarified by the accompanying discrepancy code</td>\n<td>DIS</td>\n</tr>\n<tr>\n<td>The arrival documentation has been physically delivered to the consignee or the consignee’s agent on this date at this location</td>\n<td>AWD</td>\n</tr>\n<tr>\n<td>The arrival documentation has been physically received from a scheduled flight at this location</td>\n<td>AWR</td>\n</tr>\n<tr>\n<td>The consignee or the consignee’s agent has been notified, on this date at this location, of the arrival of the consignment</td>\n<td>NFD</td>\n</tr>\n<tr>\n<td>The consignment has arrived on a scheduled flight at this location</td>\n<td>ARR</td>\n</tr>\n<tr>\n<td>The consignment has been booked for transport between these locations on this scheduled date and this flight</td>\n<td>BKD</td>\n</tr>\n<tr>\n<td>The consignment has been cleared by the Customs authorities on this date at this location</td>\n<td>CCD</td>\n</tr>\n<tr>\n<td>The consignment has been manifested and/or will be physically transferred to this carrier at this location</td>\n<td>TRM</td>\n</tr>\n<tr>\n<td>The consignment has been manifested for this flight on this scheduled date for transport between these locations</td>\n<td>MAN</td>\n</tr>\n<tr>\n<td>The consignment has been physically delivered to the consignee or the Consignee’s agent on this date at this location</td>\n<td>DLV</td>\n</tr>\n<tr>\n<td>The consignment has been physically delivered to the consignee’s door on this date at this location</td>\n<td>DDL</td>\n</tr>\n<tr>\n<td>The consignment has been physically picked up from the shipper’s door on this date at this location</td>\n<td>DPU</td>\n</tr>\n<tr>\n<td>The consignment has been physically received from a given flight or surface transport of the given airline</td>\n<td>RCF</td>\n</tr>\n<tr>\n<td>The consignment has been physically received from the shipper or the shipper’s agent and is considered by the carrier as ready for carriage on this date at this location</td>\n<td>RCS</td>\n</tr>\n<tr>\n<td>The consignment has been physically received from this carrier on this date at this location</td>\n<td>RCT</td>\n</tr>\n<tr>\n<td>The consignment has been physically transferred to this carrier on this date at this location</td>\n<td>TFD</td>\n</tr>\n<tr>\n<td>The consignment has been prepared for loading on this flight for transport between these locations on this scheduled date</td>\n<td>PRE</td>\n</tr>\n<tr>\n<td>The consignment has been reported to the Customs authorities on this date at this location</td>\n<td>CRC</td>\n</tr>\n<tr>\n<td>The consignment has been transferred to Customs/Government control</td>\n<td>TGC</td>\n</tr>\n<tr>\n<td>The consignment has physically departed this location on this scheduled date and flight for transport to the arrival location</td>\n<td>DEP</td>\n</tr>\n<tr>\n<td>The consignment is on hand on this date at this location pending “ready for carriage” determination</td>\n<td>FOH</td>\n</tr>\n<tr>\n<td>Documents Received by Handling Party</td>\n<td>DOC</td>\n</tr>\n<tr>\n<td>Freight Into Warehouse Control</td>\n<td>FIW</td>\n</tr>\n<tr>\n<td>Freight Out of Warehouse Control</td>\n<td>FOW</td>\n</tr>\n<tr>\n<td>Other Customs, Security and Regulatory Control Information</td>\n<td>OCI</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong></p>\n<p><strong>Applicable to Cargo-XML Messages only</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Other Service Information</td>\n<td>OSI</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />Applicable to Cargo-XML Messages only</p>\n<blockquote>\n<p>Source: To be used only in FAI/FASs Messages. </p>\n</blockquote>\n<h3 id=\"119-line-identifiers\">1.19 Line Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Accounting Information</td>\n<td>ACC</td>\n</tr>\n<tr>\n<td>Agent</td>\n<td>AGT</td>\n</tr>\n<tr>\n<td>Agent Reference Data</td>\n<td>ARD</td>\n</tr>\n<tr>\n<td>Air Waybill Piece Information</td>\n<td>API</td>\n</tr>\n<tr>\n<td>Airline Header</td>\n<td>AIR</td>\n</tr>\n<tr>\n<td>Allotment Availability Information</td>\n<td>ALA</td>\n</tr>\n<tr>\n<td>Allotment Information</td>\n<td>ALI</td>\n</tr>\n<tr>\n<td>Allotment Remaining</td>\n<td>ALR</td>\n</tr>\n<tr>\n<td>Allotment Total</td>\n<td>ALT</td>\n</tr>\n<tr>\n<td>Allotment Used Details</td>\n<td>AUD</td>\n</tr>\n<tr>\n<td>Also Notify</td>\n<td>NFY</td>\n</tr>\n<tr>\n<td>Amendment Identification</td>\n<td>AMD</td>\n</tr>\n<tr>\n<td>Arrival Information Details</td>\n<td>AID</td>\n</tr>\n<tr>\n<td>Authorisation</td>\n<td>ATH</td>\n</tr>\n<tr>\n<td>Availability Supplementary Details</td>\n<td>AVS</td>\n</tr>\n<tr>\n<td>AWB Amount Detail Information</td>\n<td>ABI</td>\n</tr>\n<tr>\n<td>AWB Charge Summary</td>\n<td>ACS</td>\n</tr>\n<tr>\n<td>AWB Consignment Details</td>\n<td>ACD</td>\n</tr>\n<tr>\n<td>AWB Content Certification</td>\n<td>CER</td>\n</tr>\n<tr>\n<td>AWB Issue Details</td>\n<td>ISU</td>\n</tr>\n<tr>\n<td>AWB Recapitulation Information</td>\n<td>ARI</td>\n</tr>\n<tr>\n<td>AWB Supplementary Information</td>\n<td>ABS</td>\n</tr>\n<tr>\n<td>AWB Total Amount Information</td>\n<td>ABT</td>\n</tr>\n<tr>\n<td>AWB Total Weight Summary</td>\n<td>ATW</td>\n</tr>\n<tr>\n<td>Baggage Detail Information</td>\n<td>BGD</td>\n</tr>\n<tr>\n<td>Baggage Tag Identification</td>\n<td>BGT</td>\n</tr>\n<tr>\n<td>Booking References</td>\n<td>REF</td>\n</tr>\n<tr>\n<td>Broker</td>\n<td>BRK</td>\n</tr>\n<tr>\n<td>Cargo Control Location</td>\n<td>CCL</td>\n</tr>\n<tr>\n<td>Carrier Reference Data</td>\n<td>CRD</td>\n</tr>\n<tr>\n<td>CASS AWB Information</td>\n<td>CWI</td>\n</tr>\n<tr>\n<td>CASS Billing Details</td>\n<td>CBD</td>\n</tr>\n<tr>\n<td>CASS Billing Information</td>\n<td>CBI</td>\n</tr>\n<tr>\n<td>CASS Billing Period</td>\n<td>CBP</td>\n</tr>\n<tr>\n<td>CASS Identification Number</td>\n<td>CIN</td>\n</tr>\n<tr>\n<td>CASS Invoice Header Details</td>\n<td>CIH</td>\n</tr>\n<tr>\n<td>CC Charges in Destination Currency</td>\n<td>CDC</td>\n</tr>\n<tr>\n<td>CCA/Adjustment Information</td>\n<td>CAI</td>\n</tr>\n<tr>\n<td>CCA/Adjustment Supplementary Information</td>\n<td>CAS</td>\n</tr>\n<tr>\n<td>CCA/Adjustment Total Information</td>\n<td>CTI</td>\n</tr>\n<tr>\n<td>CCA/Adjustment Total Weight Summary</td>\n<td>CTW</td>\n</tr>\n<tr>\n<td>Charge Calculation Answer Details</td>\n<td>RQD</td>\n</tr>\n<tr>\n<td>Charge Calculation Answer Totals</td>\n<td>RQT</td>\n</tr>\n<tr>\n<td>Charge Calculation Request Header</td>\n<td>RQH</td>\n</tr>\n<tr>\n<td>Charge Calculation Request — ULD</td>\n<td>RQU</td>\n</tr>\n<tr>\n<td>Charge Calculation Request — Volume</td>\n<td>RQV</td>\n</tr>\n<tr>\n<td>Charge Declarations</td>\n<td>CDI</td>\n</tr>\n<tr>\n<td>Charge Declarations</td>\n<td>CVD</td>\n</tr>\n<tr>\n<td>Collect Charge Summary</td>\n<td>COL</td>\n</tr>\n<tr>\n<td>Commission Information</td>\n<td>COI</td>\n</tr>\n<tr>\n<td>Consignee</td>\n<td>CNE</td>\n</tr>\n<tr>\n<td>Consignee Name and Address</td>\n<td>CNE</td>\n</tr>\n<tr>\n<td>Consignment Control Details</td>\n<td>CCD</td>\n</tr>\n<tr>\n<td>Consignment Onward Movement Information</td>\n<td>CMI</td>\n</tr>\n<tr>\n<td>Correction Identification</td>\n<td>CID</td>\n</tr>\n<tr>\n<td>Courier Baggage Receiver</td>\n<td>CBR</td>\n</tr>\n<tr>\n<td>Courier Baggage Sender</td>\n<td>CBS</td>\n</tr>\n<tr>\n<td>Courier Baggage Voucher Identification</td>\n<td>CBV</td>\n</tr>\n<tr>\n<td>Currency Details</td>\n<td>CUR</td>\n</tr>\n<tr>\n<td>Customer Identification</td>\n<td>CUS</td>\n</tr>\n<tr>\n<td>Customs Action Notification</td>\n<td>CAN</td>\n</tr>\n<tr>\n<td>Customs Notification Details</td>\n<td>CND</td>\n</tr>\n<tr>\n<td>Customs Origin</td>\n<td>COR</td>\n</tr>\n<tr>\n<td>Date/Time of Notification</td>\n<td>DTN</td>\n</tr>\n<tr>\n<td>Declarant</td>\n<td>DCL</td>\n</tr>\n<tr>\n<td>Despatch Information</td>\n<td>DES</td>\n</tr>\n<tr>\n<td>DGD Additional Handling Information</td>\n<td>DAI</td>\n</tr>\n<tr>\n<td>DGD “All Packed in One” Indication</td>\n<td>DAP</td>\n</tr>\n<tr>\n<td>DGD “All Packed in One” Total</td>\n<td>DAT</td>\n</tr>\n<tr>\n<td>DGD Emergency Contact Information</td>\n<td>DCI</td>\n</tr>\n<tr>\n<td>DGD Header Details</td>\n<td>DHD</td>\n</tr>\n<tr>\n<td>DGD Item Authorisation</td>\n<td>DAU</td>\n</tr>\n<tr>\n<td>DGD Item Information</td>\n<td>DII</td>\n</tr>\n<tr>\n<td>DGD Item Number</td>\n<td>DNR</td>\n</tr>\n<tr>\n<td>DGD Item Packing Group and Instructions</td>\n<td>DPI</td>\n</tr>\n<tr>\n<td>DGD Item Quantity and Type of Packing</td>\n<td>DQP</td>\n</tr>\n<tr>\n<td>DGD Item Shipping Name</td>\n<td>DSN</td>\n</tr>\n<tr>\n<td>DGD Item Technical Name</td>\n<td>DTN</td>\n</tr>\n<tr>\n<td>DGD Overpack Summary</td>\n<td>DOS</td>\n</tr>\n<tr>\n<td>DGD Radioactive Activity Information</td>\n<td>DRA</td>\n</tr>\n<tr>\n<td>DGD Radioactive Consignment Information</td>\n<td>DRC</td>\n</tr>\n<tr>\n<td>DGD Radioactive Packing Instructions</td>\n<td>DRP</td>\n</tr>\n<tr>\n<td>DGD Signatory Details</td>\n<td>DSU</td>\n</tr>\n<tr>\n<td>Dimensions Information</td>\n<td>DIM</td>\n</tr>\n<tr>\n<td>Documentation Identification</td>\n<td>DOC</td>\n</tr>\n<tr>\n<td>Embargo Carriage Restrictions</td>\n<td>CRR</td>\n</tr>\n<tr>\n<td>Embargoed Commodities</td>\n<td>COM</td>\n</tr>\n<tr>\n<td>Embargo Justification</td>\n<td>JST</td>\n</tr>\n<tr>\n<td>Embargo Routes/Areas</td>\n<td>RTS</td>\n</tr>\n<tr>\n<td>Empty Equipment in Compartment Information</td>\n<td>EIC</td>\n</tr>\n<tr>\n<td>Export</td>\n<td>EXP</td>\n</tr>\n<tr>\n<td>Flight Booking</td>\n<td>FLT</td>\n</tr>\n<tr>\n<td>Flight Information</td>\n<td>FLT</td>\n</tr>\n<tr>\n<td>Free Text Description</td>\n<td>TXT</td>\n</tr>\n<tr>\n<td>Grand AWB Recapitulation Information</td>\n<td>GRI</td>\n</tr>\n<tr>\n<td>Grand Total Information</td>\n<td>GTI</td>\n</tr>\n<tr>\n<td>Handling Details</td>\n<td>HDL</td>\n</tr>\n<tr>\n<td>Harmonised Tariff Schedule Information</td>\n<td>HTS</td>\n</tr>\n<tr>\n<td>House Waybill</td>\n<td>HWB</td>\n</tr>\n<tr>\n<td>House Waybill Piece Information</td>\n<td>HPI</td>\n</tr>\n<tr>\n<td>HWB Agent’s Head Office</td>\n<td>HAH</td>\n</tr>\n<tr>\n<td>HWB Consignment Details</td>\n<td>HCD</td>\n</tr>\n<tr>\n<td>HWB Letter of Credit Details</td>\n<td>HLC</td>\n</tr>\n<tr>\n<td>House Waybill Summary Details</td>\n<td>HBS</td>\n</tr>\n<tr>\n<td>Import</td>\n<td>IMP</td>\n</tr>\n<tr>\n<td>Invoice Total Amount Information</td>\n<td>ITA</td>\n</tr>\n<tr>\n<td>Invoice Total Weight Summary</td>\n<td>ITW</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>LOC</td>\n</tr>\n<tr>\n<td>Mail</td>\n<td>MAL</td>\n</tr>\n<tr>\n<td>Mail Consignment Header</td>\n<td>MCH</td>\n</tr>\n<tr>\n<td>Mail Consignment Total</td>\n<td>MCT</td>\n</tr>\n<tr>\n<td>Mail Inbound Data</td>\n<td>MID</td>\n</tr>\n<tr>\n<td>Mail Label Identification</td>\n<td>MLI</td>\n</tr>\n<tr>\n<td>Mail Outbound Data</td>\n<td>MOD</td>\n</tr>\n<tr>\n<td>Mail Status Details</td>\n<td>MSD</td>\n</tr>\n<tr>\n<td>Mail ULD Information</td>\n<td>MUD</td>\n</tr>\n<tr>\n<td>Master Waybill Identification</td>\n<td>MBI</td>\n</tr>\n<tr>\n<td>Message Sequence and ULD Origin</td>\n<td>MSU</td>\n</tr>\n<tr>\n<td>Message Advice Type</td>\n<td>MAT</td>\n</tr>\n<tr>\n<td>Movement Priority Information</td>\n<td>MPI</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>NAM</td>\n</tr>\n<tr>\n<td>Net Billing Information</td>\n<td>NBI</td>\n</tr>\n<tr>\n<td>Net/Net Sales</td>\n<td>NNS</td>\n</tr>\n<tr>\n<td>New Information</td>\n<td>NEW</td>\n</tr>\n<tr>\n<td>Nominated Agent</td>\n<td>AGT</td>\n</tr>\n<tr>\n<td>Nominated Agent Coded</td>\n<td>AGT</td>\n</tr>\n<tr>\n<td>Nominated Agent/Consignee</td>\n<td>AGT</td>\n</tr>\n<tr>\n<td>Nominated Handling Party</td>\n<td>NOM</td>\n</tr>\n<tr>\n<td>Notify Name and Address</td>\n<td>NFY</td>\n</tr>\n<tr>\n<td>Original Information</td>\n<td>OLD</td>\n</tr>\n<tr>\n<td>Other Charges</td>\n<td>OTH</td>\n</tr>\n<tr>\n<td>Other Customs, Security and Regulatory Control Information</td>\n<td>OCI</td>\n</tr>\n<tr>\n<td>Other Participant Information</td>\n<td>OPI</td>\n</tr>\n<tr>\n<td>Other Service Information</td>\n<td>OSI</td>\n</tr>\n<tr>\n<td>Passenger Information</td>\n<td>PAS</td>\n</tr>\n<tr>\n<td>Prepaid Charge Summary</td>\n<td>PPD</td>\n</tr>\n<tr>\n<td>Planning Request Details</td>\n<td>PRD</td>\n</tr>\n<tr>\n<td>Product Information</td>\n<td>PID</td>\n</tr>\n<tr>\n<td>Rate Description</td>\n<td>RTD</td>\n</tr>\n<tr>\n<td>Rate Information Answer Details</td>\n<td>RID</td>\n</tr>\n<tr>\n<td>Rate Information Answer Header</td>\n<td>RIH</td>\n</tr>\n<tr>\n<td>Rate Information Request Details</td>\n<td>RIR</td>\n</tr>\n<tr>\n<td>Reason for Acknowledgement</td>\n<td>ACK</td>\n</tr>\n<tr>\n<td>Recapitulation Amount Information</td>\n<td>RCI</td>\n</tr>\n<tr>\n<td>Recapitulation Total Information</td>\n<td>RTI</td>\n</tr>\n<tr>\n<td>Receptacle Information</td>\n<td>REC</td>\n</tr>\n<tr>\n<td>Request Reference</td>\n<td>REF</td>\n</tr>\n<tr>\n<td>Routing</td>\n<td>RTG</td>\n</tr>\n<tr>\n<td>Sales Incentive Information</td>\n<td>SII</td>\n</tr>\n<tr>\n<td>Schedule and Availability Information Request Details</td>\n<td>SAR</td>\n</tr>\n<tr>\n<td>Schedule and Availability Information Answer Details</td>\n<td>SAA</td>\n</tr>\n<tr>\n<td>Schedule Information Answer Header</td>\n<td>SKH</td>\n</tr>\n<tr>\n<td>Sender Reference</td>\n<td>REF</td>\n</tr>\n<tr>\n<td>Shipment Reference Information</td>\n<td>SRI</td>\n</tr>\n<tr>\n<td>Shipper</td>\n<td>SHP</td>\n</tr>\n<tr>\n<td>Shipper Name and Address</td>\n<td>SHP</td>\n</tr>\n<tr>\n<td>Special Customs Information</td>\n<td>SCI</td>\n</tr>\n<tr>\n<td>Special Handling Details</td>\n<td>SPH</td>\n</tr>\n<tr>\n<td>Special Service Request</td>\n<td>SSR</td>\n</tr>\n<tr>\n<td>Status Details</td>\n<td>STS</td>\n</tr>\n<tr>\n<td>Status List Criteria</td>\n<td>SLC</td>\n</tr>\n<tr>\n<td>Storage Information</td>\n<td>STI</td>\n</tr>\n<tr>\n<td>Street Address</td>\n<td>ADR</td>\n</tr>\n<tr>\n<td>Supplementary Rate Information Answer Details</td>\n<td>SRA</td>\n</tr>\n<tr>\n<td>Supplementary Rate Information Request Details</td>\n<td>SRR</td>\n</tr>\n<tr>\n<td>Supplementary Status Information</td>\n<td>SSI</td>\n</tr>\n<tr>\n<td>Surface Charge Summary</td>\n<td>SCS</td>\n</tr>\n<tr>\n<td>Surface Delivery Information</td>\n<td>SDI</td>\n</tr>\n<tr>\n<td>Surface Pickup Information</td>\n<td>SPI</td>\n</tr>\n<tr>\n<td>Surface Vehicle Arrival Information</td>\n<td>SVA</td>\n</tr>\n<tr>\n<td>Surface Vehicle Delay Information</td>\n<td>SVL</td>\n</tr>\n<tr>\n<td>Surface Vehicle Departure Information</td>\n<td>SVD</td>\n</tr>\n<tr>\n<td>Surface Vehicle Next Information</td>\n<td>SVN</td>\n</tr>\n<tr>\n<td>Tax Summary</td>\n<td>TXS</td>\n</tr>\n<tr>\n<td>Terminal Identification</td>\n<td>TID</td>\n</tr>\n<tr>\n<td>The Regulated Agent Accepting the Security Status for a Consignment Issued by Another Regulated Agent</td>\n<td>OSS</td>\n</tr>\n<tr>\n<td>The Regulated Agent Issuing the Security Status for a Consignment</td>\n<td>ISS</td>\n</tr>\n<tr>\n<td>Total Amount</td>\n<td>TOT</td>\n</tr>\n<tr>\n<td>Total AWB Recapitulation Information</td>\n<td>TAR</td>\n</tr>\n<tr>\n<td>Total Collect Charges</td>\n<td>TCC</td>\n</tr>\n<tr>\n<td>Transfer/Transit Information</td>\n<td>TRN</td>\n</tr>\n<tr>\n<td>Transit</td>\n<td>TRA</td>\n</tr>\n<tr>\n<td>ULD Connection Information</td>\n<td>UCI</td>\n</tr>\n<tr>\n<td>ULD Description</td>\n<td>ULD</td>\n</tr>\n<tr>\n<td>ULD Destination Information</td>\n<td>UDI</td>\n</tr>\n<tr>\n<td>ULD Inclusion Information</td>\n<td>UII</td>\n</tr>\n<tr>\n<td>ULD Movement Information</td>\n<td>UMI</td>\n</tr>\n<tr>\n<td>Unique Piece Information</td>\n<td>UPI</td>\n</tr>\n<tr>\n<td>Vehicle Operator Details</td>\n<td>VOD</td>\n</tr>\n<tr>\n<td>Void/Cancel Details</td>\n<td>VCD</td>\n</tr>\n<tr>\n<td>Waybill Details</td>\n<td>WBD</td>\n</tr>\n<tr>\n<td>Waybill Details</td>\n<td>WBL</td>\n</tr>\n<tr>\n<td>Waybill Header Details</td>\n<td>WBH</td>\n</tr>\n<tr>\n<td>Waybill Identification</td>\n<td>WBI</td>\n</tr>\n<tr>\n<td>Waybill Information</td>\n<td>WBI</td>\n</tr>\n<tr>\n<td>Used to identify any ACI filing e.g. ICS2 ENS F22</td>\n<td>ACI</td>\n</tr>\n<tr>\n<td>Used to identify any PLACI filing e.g. ICS2 PLACI F24</td>\n<td>PLC</td>\n</tr>\n<tr>\n<td>– Used to identify any Temporary Storage (TS) Declaration / filing e.g. EU Temporary Storage</td>\n<td>TSD</td>\n</tr>\n<tr>\n<td>Used to identify any stand alone Presentation Notification e.g. EU Temporary Storage</td>\n<td>PRN</td>\n</tr>\n<tr>\n<td>Used to identify any combined TS Declaration and Presentation Notification e.g. EU Temporary Storage</td>\n<td>TSP</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"120-uld-volume-available-codes\">1.20 ULD Volume Available Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No Volume Available</td>\n<td>0</td>\n</tr>\n<tr>\n<td>More Than One Quarter Volume Available</td>\n<td>1</td>\n</tr>\n<tr>\n<td>More Than One Half Volume Available</td>\n<td>2</td>\n</tr>\n<tr>\n<td>More Than Three Quarters Volume Available</td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: Airport Handling Manual, 24th Edition, (AHM 510). </p>\n</blockquote>\n<h3 id=\"121-uld-condition-codes\">1.21 ULD Condition Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Damaged But Still Serviceable</td>\n<td>DAM</td>\n</tr>\n<tr>\n<td>Serviceable</td>\n<td>SER</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: CSC Resolutions Manual, 25th Edition, Recommended Practice 1654. </p>\n</blockquote>\n<h3 id=\"122-volume-codes\">1.22 Volume Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cubic Centimetres</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>Cubic Feet</td>\n<td>CF</td>\n</tr>\n<tr>\n<td>Cubic Inches</td>\n<td>CI</td>\n</tr>\n<tr>\n<td>Cubic Metres</td>\n<td>MC</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"123-density-group-indicator\">1.23 Density Group Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Density Group</td>\n<td>DG</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"124-weight-codes\">1.24 Weight Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Kilos</td>\n<td>K</td>\n</tr>\n<tr>\n<td>Pounds</td>\n<td>L</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"126-uld-loading-codes\">1.26 ULD Loading Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Nose Cargo Door — ULD</td>\n<td>NCD</td>\n</tr>\n<tr>\n<td>Pallet with Extensions (Wings)</td>\n<td>PWG</td>\n</tr>\n<tr>\n<td>Side Cargo Door — ULD</td>\n<td>SCD</td>\n</tr>\n<tr>\n<td>ULD Loaded on the main deck which will also fit into a lower deck position</td>\n<td>PLD</td>\n</tr>\n<tr>\n<td>ULD Loaded on the main deck which will not fit into a lower deck position</td>\n<td>PMD</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: Airport Handling Manual, 24th Edition, (AHM 510). </p>\n</blockquote>\n<h3 id=\"127-quantity-identifiers\">1.27 Quantity Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Boarded Quantity</td>\n<td>B</td>\n</tr>\n<tr>\n<td>Received Quantity</td>\n<td>R</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"128-goods-data-identifiers\">1.28 Goods Data Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Consolidation</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Country of Origin of Goods</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Dimensions</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Goods Description</td>\n<td>G</td>\n</tr>\n<tr>\n<td>Harmonised Commodity Code</td>\n<td>H</td>\n</tr>\n<tr>\n<td>Shipper’s Load and Count</td>\n<td>S</td>\n</tr>\n<tr>\n<td>ULD Number</td>\n<td>U</td>\n</tr>\n<tr>\n<td>Volume</td>\n<td>V</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"129-handling-detail-identifiers\">1.29 Handling Detail Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Also Notify Instructions</td>\n<td>NFY</td>\n</tr>\n<tr>\n<td>Special Handling Details</td>\n<td>SPH</td>\n</tr>\n<tr>\n<td>Special Service Request</td>\n<td>SSR</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"130-accounting-information-identifiers\">1.30 Accounting Information Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credit Card Number (see Note 1)</td>\n<td>CRN</td>\n</tr>\n<tr>\n<td>Credit Card Expiry Date</td>\n<td>CRD</td>\n</tr>\n<tr>\n<td>Credit Card Issuance Name (Name Shown on the Credit Card)</td>\n<td>CRI</td>\n</tr>\n<tr>\n<td>General Information</td>\n<td>GEN</td>\n</tr>\n<tr>\n<td>Government Bill of Lading</td>\n<td>GBL</td>\n</tr>\n<tr>\n<td>Miscellaneous Charge Order</td>\n<td>MCO</td>\n</tr>\n<tr>\n<td>Mode of Settlement</td>\n<td>STL</td>\n</tr>\n<tr>\n<td>Return to Origin</td>\n<td>RET</td>\n</tr>\n<tr>\n<td>Shipper’s Reference Number</td>\n<td>SRN</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Notes:</strong></p>\n<ul>\n<li>1.Masking shall be applicable to the credit card number display, a maximum of the first six and last four digits (1234 56XX XXXX 7890) can be displayed.</li>\n</ul>\n<h3 id=\"131-no-value-codes\">1.31 No Value Codes</h3>\n<p><strong>Carriage</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No Value Declared</td>\n<td>NVD</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Customs</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No Customs Value</td>\n<td>NCV</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Insurance</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No Value</td>\n<td>XXX</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"132-awb-column-identifiers\">1.32 AWB Column Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Charge/Rate Details</td>\n<td>R</td>\n</tr>\n<tr>\n<td>Chargeable Weight Details</td>\n<td>W</td>\n</tr>\n<tr>\n<td>Item (Line) Charge Total Details</td>\n<td>T</td>\n</tr>\n<tr>\n<td>Nature of Goods Details</td>\n<td>N</td>\n</tr>\n<tr>\n<td>Number of Pieces/RCP Details</td>\n<td>P</td>\n</tr>\n<tr>\n<td>Rate Class Details</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Secondary Rate Info (Commodity) Details</td>\n<td>S</td>\n</tr>\n<tr>\n<td>Weight Details</td>\n<td>K or L</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"133-charge-identifiers\">1.33 Charge Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CASS Invoice Amount</td>\n<td>NI</td>\n</tr>\n<tr>\n<td>CASS Net Amount</td>\n<td>CN</td>\n</tr>\n<tr>\n<td>Charge Summary Total</td>\n<td>CT</td>\n</tr>\n<tr>\n<td>Commission</td>\n<td>CO</td>\n</tr>\n<tr>\n<td>Insurance</td>\n<td>IN</td>\n</tr>\n<tr>\n<td>Sales Incentive</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>Taxes</td>\n<td>TX</td>\n</tr>\n<tr>\n<td>Total Other Charges Due Agent</td>\n<td>OA</td>\n</tr>\n<tr>\n<td>Total Other Charges Due Carrier</td>\n<td>OC</td>\n</tr>\n<tr>\n<td>Total Weight Charge</td>\n<td>WT</td>\n</tr>\n<tr>\n<td>Valuation Charge</td>\n<td>VC</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"134-office-function-designators\">1.34 Office Function Designators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Freight/Cargo Handling — General Function</td>\n<td>FF</td>\n</tr>\n<tr>\n<td>Freight/Cargo Reservations — General Function</td>\n<td>FR</td>\n</tr>\n<tr>\n<td>Freight/Cargo Systems Address</td>\n<td>FM</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: Systems and Communications Reference Manual, Volume 0. </p>\n</blockquote>\n<p><strong>Note:</strong><br />Other Office Function Designators besides these listed may be included in Cargo-IMP messages.</p>\n<h3 id=\"135-master-awb-indicator\">1.35 Master AWB Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Master AWB Indicator</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"136-participant-identifiers\">1.36 Participant Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Airline</td>\n<td>AIR</td>\n</tr>\n<tr>\n<td>Airport Authority</td>\n<td>APT</td>\n</tr>\n<tr>\n<td>Agent</td>\n<td>AGT</td>\n</tr>\n<tr>\n<td>Broker</td>\n<td>BRK</td>\n</tr>\n<tr>\n<td>Commissionable Agent</td>\n<td>CAG</td>\n</tr>\n<tr>\n<td>Consignee</td>\n<td>CNE</td>\n</tr>\n<tr>\n<td>Customs</td>\n<td>CTM</td>\n</tr>\n<tr>\n<td>Declarant</td>\n<td>DCL</td>\n</tr>\n<tr>\n<td>Deconsolidator</td>\n<td>DEC</td>\n</tr>\n<tr>\n<td>Freight Forwarder</td>\n<td>FFW</td>\n</tr>\n<tr>\n<td>Ground Handling Agent</td>\n<td>GHA</td>\n</tr>\n<tr>\n<td>Post Office</td>\n<td>PTT</td>\n</tr>\n<tr>\n<td>Shipper</td>\n<td>SHP</td>\n</tr>\n<tr>\n<td>Trucker</td>\n<td>TRK</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"137-domesticinternational-indicators\">1.37 Domestic/International Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Domestic Indicator</td>\n<td>D</td>\n</tr>\n<tr>\n<td>International Indicator</td>\n<td>I</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"138-service-codes\">1.38 Service Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Airport-to-Airport</td>\n<td>A</td>\n</tr>\n<tr>\n<td>Airport-to-Door</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Charter</td>\n<td>T</td>\n</tr>\n<tr>\n<td>Company Mail</td>\n<td>H</td>\n</tr>\n<tr>\n<td>Company Material</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Diplomatic Mail</td>\n<td>I</td>\n</tr>\n<tr>\n<td>Door-to-Airport</td>\n<td>G</td>\n</tr>\n<tr>\n<td>Door-to-Door Service</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Express Shipments</td>\n<td>X</td>\n</tr>\n<tr>\n<td>Flight Specific</td>\n<td>F</td>\n</tr>\n<tr>\n<td>Priority Service</td>\n<td>J</td>\n</tr>\n<tr>\n<td>Service Shipment</td>\n<td>B</td>\n</tr>\n<tr>\n<td>Small Package Service</td>\n<td>P</td>\n</tr>\n<tr>\n<td>Substitute Truck</td>\n<td>S</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: CSC Resolutions Manual, 25th Edition, Recommended Practice 1600d. </p>\n</blockquote>\n<p><strong>Note:</strong><br />Service codes besides these listed may be used on a proprietary basis within Cargo-IMP messages.</p>\n<h3 id=\"139-contact-identifiers\">1.39 Contact Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Telefax</td>\n<td>FX</td>\n</tr>\n<tr>\n<td>Telephone</td>\n<td>TE</td>\n</tr>\n<tr>\n<td>Telex</td>\n<td>TL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"140-days-of-the-week\">1.40 Days of the Week</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Monday</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Tuesday</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Wednesday</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Thursday</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Friday</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Saturday</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Sunday</td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"141-day-change-indicators\">1.41 Day Change Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Day -1 (Previous)</td>\n<td>P</td>\n</tr>\n<tr>\n<td>Day +1 (Next)</td>\n<td>N</td>\n</tr>\n<tr>\n<td>Day +2 (Second)</td>\n<td>S</td>\n</tr>\n<tr>\n<td>Day +3 (Third)</td>\n<td>T</td>\n</tr>\n<tr>\n<td>Day +4</td>\n<td>A</td>\n</tr>\n<tr>\n<td>Day +5</td>\n<td>B</td>\n</tr>\n<tr>\n<td>Day +6</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Day +7</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Day +8</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Day +9</td>\n<td>F</td>\n</tr>\n<tr>\n<td>Day +10</td>\n<td>G</td>\n</tr>\n<tr>\n<td>Day +11</td>\n<td>H</td>\n</tr>\n<tr>\n<td>Day +12</td>\n<td>I</td>\n</tr>\n<tr>\n<td>Day +13</td>\n<td>J</td>\n</tr>\n<tr>\n<td>Day +14</td>\n<td>K</td>\n</tr>\n<tr>\n<td>Day +15</td>\n<td>L</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"142-connection-restriction-indicators\">1.42 Connection Restriction Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Excluding such Connection</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Limited to such Connection</td>\n<td>L</td>\n</tr>\n<tr>\n<td>No Connection</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"143-rate-type-codes\">1.43 Rate Type Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All Rates</td>\n<td>ALL</td>\n</tr>\n<tr>\n<td>General Commodity Rate</td>\n<td>GCR</td>\n</tr>\n<tr>\n<td>Specific Commodity Rate</td>\n<td>SCR</td>\n</tr>\n<tr>\n<td>ULD Rate</td>\n<td>ULD</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"144-uld-charge-codes\">1.44 ULD Charge Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>First Minimum Charge — minimum weight</td>\n<td>B</td>\n</tr>\n<tr>\n<td>First over pivot rate per kilogram</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Flat Charge — maximum weight</td>\n<td>I</td>\n</tr>\n<tr>\n<td>Flat Charge — (without weight or with minimum weight)</td>\n<td>H</td>\n</tr>\n<tr>\n<td>Pivot Rate per kilogram</td>\n<td>A</td>\n</tr>\n<tr>\n<td>Second Minimum Charge — minimum weight</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Second over pivot rate per kilogram</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Third Minimum Charge — minimum weight</td>\n<td>F</td>\n</tr>\n<tr>\n<td>Third over pivot rate per kilogram</td>\n<td>G</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: CTCC Documentation. </p>\n</blockquote>\n<h3 id=\"145-rate-information-types\">1.45 Rate Information Types</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Commodity Item Number</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Rate Note</td>\n<td>N</td>\n</tr>\n<tr>\n<td>ULD Charge Code</td>\n<td>U</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"146-aircraft-possibility-codes\">1.46 Aircraft Possibility Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Mixed configuration (Combi) aircraft carrying Loose Load Cargo on the passenger deck</td>\n<td>BBQ</td>\n</tr>\n<tr>\n<td>Mixed configuration (Combi) aircraft carrying Containerized Cargo (ULDs) on the passenger deck</td>\n<td>LLQ</td>\n</tr>\n<tr>\n<td>Mixed configuration (Combi) aircraft carrying Containerized (ULDs)/Palletized Cargo on the passenger deck</td>\n<td>LPQ</td>\n</tr>\n<tr>\n<td>Mixed configuration aircraft carrying Palletized Cargo on the passenger deck</td>\n<td>PPQ</td>\n</tr>\n<tr>\n<td>Passenger flight operated by wide-bodied aircraft carrying Palletized Cargo</td>\n<td>PPJ</td>\n</tr>\n<tr>\n<td>Passenger flight operated by wide-bodied aircraft carrying Containerized (ULDs)</td>\n<td>LLJ</td>\n</tr>\n<tr>\n<td>Passenger flight operated by wide-bodied aircraft carrying Containerized (ULDs)/ Palletized Cargo</td>\n<td>LPJ</td>\n</tr>\n<tr>\n<td>Pure freighter flight carrying Containerized Cargo (ULDs)</td>\n<td>LLF</td>\n</tr>\n<tr>\n<td>Pure freighter flight carrying Containerized (ULDs)/Palletized Cargo</td>\n<td>LPF</td>\n</tr>\n<tr>\n<td>Pure freighter flight carrying Loose Load Cargo</td>\n<td>BBF</td>\n</tr>\n<tr>\n<td>Pure freighter flight carrying Palletized Cargo</td>\n<td>PPF</td>\n</tr>\n<tr>\n<td>Truck carrying Containerized Cargo (ULDs)</td>\n<td>LLV</td>\n</tr>\n<tr>\n<td>Truck carrying Containerized (ULDs)/Palletized Cargo</td>\n<td>LPV</td>\n</tr>\n<tr>\n<td>Truck carrying Loose Load Cargo</td>\n<td>BBV</td>\n</tr>\n<tr>\n<td>Truck carrying Palletized Cargo</td>\n<td>PPV</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"147-uld-loading-indicators\">1.47 ULD Loading Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Main Deck Loading only</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Nose Door Loading only</td>\n<td>N</td>\n</tr>\n<tr>\n<td>ULD Height below 160 centimetres</td>\n<td>L</td>\n</tr>\n<tr>\n<td>ULD Height between 160 centimetres and 244 centimetres</td>\n<td>U</td>\n</tr>\n<tr>\n<td>ULD Height above 244 centimetres</td>\n<td>R</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"148-measurement-unit-code\">1.48 Measurement Unit Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Becquerel</td>\n<td>BQL</td>\n</tr>\n<tr>\n<td>Centigram</td>\n<td>CGM</td>\n</tr>\n<tr>\n<td>Centilitre</td>\n<td>CLT</td>\n</tr>\n<tr>\n<td>Centimetre</td>\n<td>CMT</td>\n</tr>\n<tr>\n<td>Curie</td>\n<td>CUR</td>\n</tr>\n<tr>\n<td>Decilitre</td>\n<td>DLT</td>\n</tr>\n<tr>\n<td>Decimetre</td>\n<td>DMT</td>\n</tr>\n<tr>\n<td>Fluid Ounce (28.413 CM3)</td>\n<td>OZI</td>\n</tr>\n<tr>\n<td>Fluid Ounce (29.5795 CM3)</td>\n<td>OZA</td>\n</tr>\n<tr>\n<td>Foot</td>\n<td>FOT</td>\n</tr>\n<tr>\n<td>Gallon (4.546092 DM3)</td>\n<td>GLI</td>\n</tr>\n<tr>\n<td>Gigabecquerel GBQ Gill (0.142065 DM3)</td>\n<td>GII</td>\n</tr>\n<tr>\n<td>Gill (11.8294 CM3)</td>\n<td>GIA</td>\n</tr>\n<tr>\n<td>Gram</td>\n<td>GRM</td>\n</tr>\n<tr>\n<td>Inch</td>\n<td>INH</td>\n</tr>\n<tr>\n<td>Kilobecquerel</td>\n<td>KBQ</td>\n</tr>\n<tr>\n<td>Kilogram</td>\n<td>KGM</td>\n</tr>\n<tr>\n<td>Liquid Gallon (3.78541 DM3)</td>\n<td>GLL</td>\n</tr>\n<tr>\n<td>Liquid Pint (0.473176 DM3)</td>\n<td>PTL</td>\n</tr>\n<tr>\n<td>Liquid Quart (0.946353 DM3)</td>\n<td>QTL</td>\n</tr>\n<tr>\n<td>Litre (1 DM3)</td>\n<td>LTR</td>\n</tr>\n<tr>\n<td>Megabecquerel</td>\n<td>MBQ</td>\n</tr>\n<tr>\n<td>Metre</td>\n<td>MTR</td>\n</tr>\n<tr>\n<td>Milligram MGM Millilitre</td>\n<td>MLT</td>\n</tr>\n<tr>\n<td>Millimetre</td>\n<td>MMT</td>\n</tr>\n<tr>\n<td>No Dimensions Available</td>\n<td>NDA</td>\n</tr>\n<tr>\n<td>Ounce UK, US (28.949523 GRM)</td>\n<td>ONZ</td>\n</tr>\n<tr>\n<td>Pint (0.568262 DM3)</td>\n<td>PTI</td>\n</tr>\n<tr>\n<td>Pound UK, US (0.45359237 KGM)</td>\n<td>LBR</td>\n</tr>\n<tr>\n<td>Quart (1.136523 DM3)</td>\n<td>QTI</td>\n</tr>\n<tr>\n<td>Terabecquerel</td>\n<td>TBQ</td>\n</tr>\n<tr>\n<td>Yard (0.9144 MTR)</td>\n<td>YRD</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Source: United Nations Trade Data Elements Directory (UNTDED). </p>\n</blockquote>\n<p><strong>Note:</strong><br />Other than NDA, these codes are extracted or derived from those listed in UN/ECE Recommendation 20.</p>\n<h3 id=\"149-customs-origin-codes\">1.49 Customs Origin Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>List to be provided by local customs authorities</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"150-miscellaneous-codes-coding\">1.50 Miscellaneous Codes (Coding)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Acknowledge</td>\n<td>ACK</td>\n</tr>\n<tr>\n<td>Action Identifier used in lieu of airline code</td>\n<td>YY or YYY</td>\n</tr>\n<tr>\n<td>Add (ed) (ing)</td>\n<td>AD</td>\n</tr>\n<tr>\n<td>Advise (ed) (ing)</td>\n<td>ADV</td>\n</tr>\n<tr>\n<td>Advise Acceptance</td>\n<td>ADAC</td>\n</tr>\n<tr>\n<td>Advise Air Waybill Number</td>\n<td>ADAW</td>\n</tr>\n<tr>\n<td>Advise if Not Correct</td>\n<td>ADNO</td>\n</tr>\n<tr>\n<td>Air Mail</td>\n<td>MAIL</td>\n</tr>\n<tr>\n<td>Air Parcel Post</td>\n<td>APPO</td>\n</tr>\n<tr>\n<td>Air Waybill</td>\n<td>AWB</td>\n</tr>\n<tr>\n<td>Air Waybill Later</td>\n<td>AWBL</td>\n</tr>\n<tr>\n<td>Arrival Not Known</td>\n<td>ARNK</td>\n</tr>\n<tr>\n<td>Arrive(s) (ed) (ing)</td>\n<td>ARR</td>\n</tr>\n<tr>\n<td>Authority (isation) (ised)</td>\n<td>AUTH</td>\n</tr>\n<tr>\n<td>Ballast</td>\n<td>BAL</td>\n</tr>\n<tr>\n<td>Believe</td>\n<td>BLV</td>\n</tr>\n<tr>\n<td>Cancel (lation)</td>\n<td>QTA</td>\n</tr>\n<tr>\n<td>Cargo</td>\n<td>CGO</td>\n</tr>\n<tr>\n<td>Cargo Charges Correction Advice</td>\n<td>CCA</td>\n</tr>\n<tr>\n<td>Change Weight</td>\n<td>CHWT</td>\n</tr>\n<tr>\n<td>Charter</td>\n<td>CHTR</td>\n</tr>\n<tr>\n<td>Clarify — Your Message Not Understood</td>\n<td>CFY</td>\n</tr>\n<tr>\n<td>Commercial Invoice</td>\n<td>COMI</td>\n</tr>\n<tr>\n<td>Confirm (ed) (ation)</td>\n<td>CFM</td>\n</tr>\n<tr>\n<td>Connection</td>\n<td>CONX</td>\n</tr>\n<tr>\n<td>Consignee</td>\n<td>CNEE</td>\n</tr>\n<tr>\n<td>Consignee Notified</td>\n<td>CNAD</td>\n</tr>\n<tr>\n<td>Consignment/Shipment</td>\n<td>SHPT</td>\n</tr>\n<tr>\n<td>Contact (ed) (ing)</td>\n<td>CTC</td>\n</tr>\n<tr>\n<td>Delay Account of</td>\n<td>DDUE</td>\n</tr>\n<tr>\n<td>Dimensions</td>\n<td>DIMS</td>\n</tr>\n<tr>\n<td>Disposition</td>\n<td>DISP</td>\n</tr>\n<tr>\n<td>Do All Possible</td>\n<td>DAPO</td>\n</tr>\n<tr>\n<td>Document (s) (ation)</td>\n<td>DOCS</td>\n</tr>\n<tr>\n<td>Estimated Time of Arrival</td>\n<td>ETA</td>\n</tr>\n<tr>\n<td>Estimated Time of Departure</td>\n<td>ETD</td>\n</tr>\n<tr>\n<td>Express Waybill</td>\n<td>EWB</td>\n</tr>\n<tr>\n<td>First Available</td>\n<td>FRAV</td>\n</tr>\n<tr>\n<td>Flight</td>\n<td>FLT</td>\n</tr>\n<tr>\n<td>Forward (ed) (ing)</td>\n<td>FWD</td>\n</tr>\n<tr>\n<td>Government Bill of Lading</td>\n<td>GBL</td>\n</tr>\n<tr>\n<td>House Waybill</td>\n<td>HWB</td>\n</tr>\n<tr>\n<td>Identification</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>If Unable To</td>\n<td>IFUN</td>\n</tr>\n<tr>\n<td>Import License</td>\n<td>IMLI</td>\n</tr>\n<tr>\n<td>Insurance</td>\n<td>IN</td>\n</tr>\n<tr>\n<td>Invalid</td>\n<td>INVLD</td>\n</tr>\n<tr>\n<td>Irregularity Report/Notice of Non-Delivery</td>\n<td>IRP</td>\n</tr>\n<tr>\n<td>Master Air Waybill</td>\n<td>MWB</td>\n</tr>\n<tr>\n<td>Miscellaneous Charges Order</td>\n<td>MCO</td>\n</tr>\n<tr>\n<td>Missed Connection</td>\n<td>MSCONX</td>\n</tr>\n<tr>\n<td>My Letter (Memorandum etc.)</td>\n<td>ML</td>\n</tr>\n<tr>\n<td>My Telegram (Cable, Message, Telex, Wire)</td>\n<td>MT</td>\n</tr>\n<tr>\n<td>Neutral Air Waybill</td>\n<td>NWB</td>\n</tr>\n<tr>\n<td>No Connection</td>\n<td>NOCONX</td>\n</tr>\n<tr>\n<td>No Operation</td>\n<td>NOOP</td>\n</tr>\n<tr>\n<td>No Recognition/Record</td>\n<td>NOREC</td>\n</tr>\n<tr>\n<td>Notice of Non-Delivery/Irregularity Report</td>\n<td>IRP</td>\n</tr>\n<tr>\n<td>Not Yet Delivered</td>\n<td>ND</td>\n</tr>\n<tr>\n<td>Piece(s)</td>\n<td>PC</td>\n</tr>\n<tr>\n<td>Rate Combination Point</td>\n<td>RCP</td>\n</tr>\n<tr>\n<td>Repeat (ed) (ing)</td>\n<td>RPT</td>\n</tr>\n<tr>\n<td>Request (ed) (ing)</td>\n<td>REQ</td>\n</tr>\n<tr>\n<td>Request for date and flight of arrival or, if available, date of delivery or transfer, or advice that shipment is undelivered</td>\n<td>TRAD</td>\n</tr>\n<tr>\n<td>Sequence</td>\n<td>SEQ</td>\n</tr>\n<tr>\n<td>Shipment/Consignment</td>\n<td>SHPT</td>\n</tr>\n<tr>\n<td>Shipper</td>\n<td>SHPR</td>\n</tr>\n<tr>\n<td>Shipper’s Declaration for Dangerous Goods</td>\n<td>DGD</td>\n</tr>\n<tr>\n<td>Shipper’s Letter of Instruction</td>\n<td>SLI</td>\n</tr>\n<tr>\n<td>Shipper Load and Count</td>\n<td>SLAC</td>\n</tr>\n<tr>\n<td>Soon as Possible</td>\n<td>SASPO</td>\n</tr>\n<tr>\n<td>Standard Message Identifier</td>\n<td>SMI</td>\n</tr>\n<tr>\n<td>Substitute Air Waybill</td>\n<td>SWB</td>\n</tr>\n<tr>\n<td>Surface Transportation</td>\n<td>SUR</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>TTL</td>\n</tr>\n<tr>\n<td>Unaccompanied Baggage</td>\n<td>UBAG</td>\n</tr>\n<tr>\n<td>Unit Load Device</td>\n<td>ULD</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>WT</td>\n</tr>\n<tr>\n<td>Your Letter (Memorandum etc.)</td>\n<td>YL</td>\n</tr>\n<tr>\n<td>Your Telegram (Cable, Message, Telex, Wire)</td>\n<td>YT</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"151-type-of-time-indicators\">1.51 Type of Time Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Actual Time</td>\n<td>A</td>\n</tr>\n<tr>\n<td>Estimated Time</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Scheduled Time</td>\n<td>S</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"160-ccs-system-identifiers\">1.60 CCS System Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AVFinity</td>\n<td>AVF</td>\n</tr>\n<tr>\n<td>Aviation Exchange</td>\n<td>AVX</td>\n</tr>\n<tr>\n<td>Brucargo Community System</td>\n<td>BCS</td>\n</tr>\n<tr>\n<td>Cargo Community Systems Australasia Pty. Ltd.</td>\n<td>CCS</td>\n</tr>\n<tr>\n<td>Cargo Community System Austria</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Cargo Community System Carat U.S.A.</td>\n<td>CUS</td>\n</tr>\n<tr>\n<td>Cargo Community System Israel</td>\n<td>CIL</td>\n</tr>\n<tr>\n<td>Cargo Start</td>\n<td>CCI</td>\n</tr>\n<tr>\n<td>Cargo Community System Singapore</td>\n<td>CSG</td>\n</tr>\n<tr>\n<td>Cargo Community System Switzerland</td>\n<td>CCH</td>\n</tr>\n<tr>\n<td>Cargonaut B.V. The Netherlands</td>\n<td>CGN</td>\n</tr>\n<tr>\n<td>Community System United Kingdom</td>\n<td>CUK</td>\n</tr>\n<tr>\n<td>Equation</td>\n<td>CGU</td>\n</tr>\n<tr>\n<td>Global Logistic System America</td>\n<td>RUS</td>\n</tr>\n<tr>\n<td>Global Logistic System Asia</td>\n<td>RAS</td>\n</tr>\n<tr>\n<td>Global Logistic System Europe</td>\n<td>REU</td>\n</tr>\n<tr>\n<td>Global Logistic System Hong Kong</td>\n<td>RHK</td>\n</tr>\n<tr>\n<td>Global Logistic System Worldwide</td>\n<td>GLS</td>\n</tr>\n<tr>\n<td>INTIS — Port of Rotterdam, The Netherlands</td>\n<td>INT</td>\n</tr>\n<tr>\n<td>Irish Community Air Cargo Realtime Users Systems</td>\n<td>ICU</td>\n</tr>\n<tr>\n<td>Trade-Van Taiwan</td>\n<td>TVN</td>\n</tr>\n<tr>\n<td>Descartes Systems Group</td>\n<td>TDV</td>\n</tr>\n<tr>\n<td>U.S.A Cargo Community System</td>\n<td>USC</td>\n</tr>\n<tr>\n<td>Wisetech Global</td>\n<td>WTG</td>\n</tr>\n<tr>\n<td>logistics.cloud</td>\n<td>LOG</td>\n</tr>\n<tr>\n<td>ZA Cargo Community System South Africa</td>\n<td>ZAC</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"161-ccs-code-types\">1.61 CCS Code Types</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Agent Name or Code</td>\n<td>03</td>\n</tr>\n<tr>\n<td>Company Designator</td>\n<td>09</td>\n</tr>\n<tr>\n<td>General Electric (GEIS)</td>\n<td>06</td>\n</tr>\n<tr>\n<td>IATA Cargo Agent Numeric Code</td>\n<td>02</td>\n</tr>\n<tr>\n<td>IATA Cargo Agent Numeric Code and IATA Cargo Agent CASS Address</td>\n<td>10</td>\n</tr>\n<tr>\n<td>IATA Teletype Address</td>\n<td>01</td>\n</tr>\n<tr>\n<td>IBM IN</td>\n<td>07</td>\n</tr>\n<tr>\n<td>ICAO Carrier Code</td>\n<td>08</td>\n</tr>\n<tr>\n<td>International X25 NUA</td>\n<td>04</td>\n</tr>\n<tr>\n<td>X400 Address</td>\n<td>05</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />CCS Code Types 80-99 reserved for CCS local use.</p>\n<h3 id=\"162-ccs-id-code-qualifiers\">1.62 CCS ID Code Qualifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IATA Cargo</td>\n<td>Z1</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"163-ccs-group-codes\">1.63 CCS Group Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CCS Central Facility</td>\n<td>SYS</td>\n</tr>\n<tr>\n<td>Unknown CCS Group Code</td>\n<td>XXX</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />Participant Identifiers described in 1.36 are also used as CCS Group Codes.</p>\n<h3 id=\"170-mail-category-codes\">1.70 Mail Category Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Air Mail/Priority Mail</td>\n<td>A</td>\n</tr>\n<tr>\n<td>SAL Mail/non-Priority Mail</td>\n<td>B</td>\n</tr>\n<tr>\n<td>Surface Mail/non-Priority Mail</td>\n<td>C</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"171-mail-class-codes\">1.71 Mail Class Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EMS</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Empty Bags</td>\n<td>T</td>\n</tr>\n<tr>\n<td>Letters (LC and AO)</td>\n<td>U</td>\n</tr>\n<tr>\n<td>Parcels (CP)</td>\n<td>C</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"172-receptacle-type-codes\">1.72 Receptacle Type Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bag</td>\n<td>BG</td>\n</tr>\n<tr>\n<td>Container</td>\n<td>CN</td>\n</tr>\n<tr>\n<td>Parcel out of Bag</td>\n<td>PC</td>\n</tr>\n<tr>\n<td>Tray</td>\n<td>PU</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"173-mail-dangerous-goods-indicator\">1.73 Mail Dangerous Goods Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Mail Consignment Comprising Dangerous Goods</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"174-mail-handling-class-codes\">1.74 Mail Handling Class Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Insured</td>\n<td>V</td>\n</tr>\n<tr>\n<td>Normal</td>\n<td>N</td>\n</tr>\n<tr>\n<td>Registered</td>\n<td>R</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"175-mail-uld-type-codes\">1.75 Mail ULD Type Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>List to be provided by UPU</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"176-mail-sub-class-codes\">1.76 Mail Sub-Class Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>List to be provided by UPU</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"177-text-subject-qualifiers\">1.77 Text Subject Qualifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>General Information</td>\n<td>ING</td>\n</tr>\n<tr>\n<td>Mail</td>\n<td>MAL</td>\n</tr>\n<tr>\n<td>Specific Information</td>\n<td>INS</td>\n</tr>\n<tr>\n<td>Trucker Manifest</td>\n<td>TKM</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"178-credit-amount-indicators\">1.78 Credit Amount Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credit Amount</td>\n<td>CR</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"179-tax-identification-codes\">1.79 Tax Identification Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Goods and Service Tax (GST)</td>\n<td>GS</td>\n</tr>\n<tr>\n<td>Quebec Sales Tax (QST)</td>\n<td>QS</td>\n</tr>\n<tr>\n<td>Tax on Commission</td>\n<td>TC</td>\n</tr>\n<tr>\n<td>Value Added Tax</td>\n<td>VA</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"180-cass-indicators\">1.80 CASS Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AWB as Invoice</td>\n<td>I</td>\n</tr>\n<tr>\n<td>Cancel AWB</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Charges Correction Advice</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>Debit or Credit Memorandum</td>\n<td>DC</td>\n</tr>\n<tr>\n<td>Identification</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>Late Reporting Waybills</td>\n<td>L</td>\n</tr>\n<tr>\n<td>No Commission or Negative Sales Incentive</td>\n<td>N</td>\n</tr>\n<tr>\n<td>Original Data</td>\n<td>DL</td>\n</tr>\n<tr>\n<td>Revised (adjusted) Data</td>\n<td>AD</td>\n</tr>\n<tr>\n<td>Service AWB</td>\n<td>S</td>\n</tr>\n<tr>\n<td>Tax Calculation Required</td>\n<td>T</td>\n</tr>\n<tr>\n<td>Void AWB</td>\n<td>V</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"181-hwb-as-agreed\">1.81 HWB As Agreed</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HWB As Agreed</td>\n<td>A</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"182-dg-un-or-id-prefix\">1.82 DG UN or ID Prefix</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Identification</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>United Nations</td>\n<td>UN</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"183-overpack-indicator\">1.83 Overpack Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Overpack Indicator</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"184-category-colour\">1.84 Category Colour</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>White</td>\n<td>W</td>\n</tr>\n<tr>\n<td>Yellow</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"185-fissile-excepted-indicator\">1.85 Fissile Excepted Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Fissile Excepted</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"186-lsasco-indication\">1.86 LSA/SCO Indication</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Low Specific Activity</td>\n<td>LSA</td>\n</tr>\n<tr>\n<td>Surface Contaminated Object</td>\n<td>SCO</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"187-allotment-status-code\">1.87 Allotment Status Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Closed</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Deleted</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Full</td>\n<td>F</td>\n</tr>\n<tr>\n<td>Open</td>\n<td>O</td>\n</tr>\n<tr>\n<td>Pending</td>\n<td>P</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"188-type-of-information-indicator\">1.88 Type of Information Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>History of Statuses</td>\n<td>H</td>\n</tr>\n<tr>\n<td>List of Allotments</td>\n<td>L</td>\n</tr>\n<tr>\n<td>Status of Allotment(s)</td>\n<td>S</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"189-surface-charge-identifiers\">1.89 Surface Charge Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Convention Material</td>\n<td>CM</td>\n</tr>\n<tr>\n<td>Collect Charges Fee</td>\n<td>FC</td>\n</tr>\n<tr>\n<td>Inside Pickup/Delivery</td>\n<td>IS</td>\n</tr>\n<tr>\n<td>Location Charge</td>\n<td>LC</td>\n</tr>\n<tr>\n<td>Lift Gate Charge</td>\n<td>LG</td>\n</tr>\n<tr>\n<td>Outbound Document Fee</td>\n<td>OB</td>\n</tr>\n<tr>\n<td>Personal Effects</td>\n<td>PE</td>\n</tr>\n<tr>\n<td>Special Surcharge</td>\n<td>SL</td>\n</tr>\n<tr>\n<td>Waiting Time</td>\n<td>WT</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"190-deliverypickup-indicators\">1.90 Delivery/Pickup Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Delivery</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Pickup</td>\n<td>P</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"191-loading-order-indicators\">1.91 Loading Order Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Loading Order Indicators</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"192-movement-indicators\">1.92 Movement Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Actual Arrival (Touchdown)</td>\n<td>AA</td>\n</tr>\n<tr>\n<td>Actual Departure (Take off)</td>\n<td>AD</td>\n</tr>\n<tr>\n<td>Estimated Arrival (Touchdown)</td>\n<td>EA</td>\n</tr>\n<tr>\n<td>Estimated Departure (Take off)</td>\n<td>ED</td>\n</tr>\n<tr>\n<td>Delayed</td>\n<td>DL</td>\n</tr>\n<tr>\n<td>Next Information</td>\n<td>NI</td>\n</tr>\n<tr>\n<td>Scheduled Arrival</td>\n<td>SA</td>\n</tr>\n<tr>\n<td>Scheduled Departure</td>\n<td>SD</td>\n</tr>\n<tr>\n<td>Actual Off-block</td>\n<td>AO</td>\n</tr>\n<tr>\n<td>Estimated Off-block</td>\n<td>EO</td>\n</tr>\n<tr>\n<td>Actual On-block</td>\n<td>AB</td>\n</tr>\n<tr>\n<td>Estimated On-block</td>\n<td>EB</td>\n</tr>\n<tr>\n<td>Cancellation</td>\n<td>CN</td>\n</tr>\n<tr>\n<td>Diversion</td>\n<td>DV</td>\n</tr>\n<tr>\n<td>Doc Arrival</td>\n<td>DA</td>\n</tr>\n<tr>\n<td>Force Return</td>\n<td>FR</td>\n</tr>\n<tr>\n<td>Return to RAMP</td>\n<td>RR</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong></p>\n<p><strong>The following movement indicators are to be used to reflect RFS operations</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Scheduled earliest driver reporting time for collection and/or delivery</td>\n<td>SS</td>\n</tr>\n<tr>\n<td>Scheduled latest driver reporting time for collection and/or delivery</td>\n<td>SR</td>\n</tr>\n<tr>\n<td>Estimated driver reporting time</td>\n<td>ER</td>\n</tr>\n<tr>\n<td>Actual driver reporting time</td>\n<td>AR</td>\n</tr>\n<tr>\n<td>Scheduled end of loading time</td>\n<td>SL</td>\n</tr>\n<tr>\n<td>Scheduled end of unloading time</td>\n<td>SK</td>\n</tr>\n<tr>\n<td>Estimated end of loading time</td>\n<td>EL</td>\n</tr>\n<tr>\n<td>Estimated end of unloading time</td>\n<td>EK</td>\n</tr>\n<tr>\n<td>Actual end of loading time</td>\n<td>AL</td>\n</tr>\n<tr>\n<td>Actual end of unloading time</td>\n<td>AK</td>\n</tr>\n<tr>\n<td>Actual gate in time - Relates to gate passing of trucks</td>\n<td>AG</td>\n</tr>\n<tr>\n<td>Actual gate out time - Relates t gate passing of trucks</td>\n<td>AH</td>\n</tr>\n<tr>\n<td>Pre-announcement of the truck - to enable to pre-announce data (driver name, license plates, etc.) to GHA at departure station</td>\n<td>PA</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"193-bar-code-types\">1.93 Bar Code Types</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Receptacle</td>\n<td>R</td>\n</tr>\n<tr>\n<td>Unit Load Device</td>\n<td>U</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"194-expected-indicators\">1.94 Expected Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Expected</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>Not Expected</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"195-mail-status-event-codes\">1.95 Mail Status Event Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Allocated</td>\n<td>ALL</td>\n</tr>\n<tr>\n<td>Delivered to Office of Destination</td>\n<td>DLV</td>\n</tr>\n<tr>\n<td>Handed Over to Handler</td>\n<td>HND</td>\n</tr>\n<tr>\n<td>Received</td>\n<td>REC</td>\n</tr>\n<tr>\n<td>Uplifted</td>\n<td>UPL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"196-mail-mode\">1.96 Mail Mode</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Handler/Carrier</td>\n<td>H</td>\n</tr>\n<tr>\n<td>Government Post Office</td>\n<td>G</td>\n</tr>\n<tr>\n<td>Flight</td>\n<td>F</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"197-piece-identification-indicators\">1.97 Piece Identification Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Assigned and included</td>\n<td>I</td>\n</tr>\n<tr>\n<td>Assigned and available but not included</td>\n<td>A</td>\n</tr>\n<tr>\n<td>Not assigned or available</td>\n<td>N</td>\n</tr>\n<tr>\n<td>Required</td>\n<td>R</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"198-customs-duty-indicators\">1.98 Customs Duty Indicators</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dutiable</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>Non-Dutiable</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"199-uld-contour-codes\">1.99 ULD Contour Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10FT, Height &lt; 160CM and no wing</td>\n<td>PLD</td>\n</tr>\n<tr>\n<td>10FT, Height &lt; 160CM and winged</td>\n<td>PWG</td>\n</tr>\n<tr>\n<td>10FT, Height &lt; 160CM, half width and winged on one side only (Half PWG)</td>\n<td>PHW</td>\n</tr>\n<tr>\n<td>10FT, Height &gt; 160CM but &lt; 240CM</td>\n<td>Q6</td>\n</tr>\n<tr>\n<td>10FT, Height &gt; 160CM but &lt; 240CM and contoured for A1 (F) position</td>\n<td>A1</td>\n</tr>\n<tr>\n<td>10FT, Height &gt; 160CM but &lt; 240CM and contoured for A2 (A) position</td>\n<td>A2</td>\n</tr>\n<tr>\n<td>10FT, Height &gt; 240CM but &lt; 300CM</td>\n<td>Q7</td>\n</tr>\n<tr>\n<td>16 or 20FT, Height &gt; 160CM but &lt; 240CM</td>\n<td>S6</td>\n</tr>\n<tr>\n<td>16 or 20FT, Height &gt; 240CM but &lt; 300CM</td>\n<td>S7</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"1100-customs-security-and-regulatory-control-information-identifiers\">1.100 Customs, Security and Regulatory Control Information Identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Account Consignor (consignor for all cargo aircraft only)</td>\n<td>AC</td>\n</tr>\n<tr>\n<td>Air Cargo Carriers Operating from 3rd Counties</td>\n<td>ACC3</td>\n</tr>\n<tr>\n<td>Authorised Economic Operator</td>\n<td>E</td>\n</tr>\n<tr>\n<td>Automated Broker Interface (ABI) Filer Code</td>\n<td>A</td>\n</tr>\n<tr>\n<td>Certificate Number</td>\n<td>C</td>\n</tr>\n<tr>\n<td>Customs Security Block identifying a stop for additional procedures</td>\n<td>CB</td>\n</tr>\n<tr>\n<td>Customs Security Hold – Do Not Load</td>\n<td>CD</td>\n</tr>\n<tr>\n<td>Customs release/OK</td>\n<td>CO</td>\n</tr>\n<tr>\n<td>Contact Person</td>\n<td>CP</td>\n</tr>\n<tr>\n<td>Contact Telephone Number</td>\n<td>CT</td>\n</tr>\n<tr>\n<td>Dangerous Goods</td>\n<td>D</td>\n</tr>\n<tr>\n<td>Exemption Legend</td>\n<td>L</td>\n</tr>\n<tr>\n<td>Invoice Number</td>\n<td>V</td>\n</tr>\n<tr>\n<td>Item Number</td>\n<td>I</td>\n</tr>\n<tr>\n<td>Facilities Information and Resource Management Systems (FIRMS) Code</td>\n<td>F</td>\n</tr>\n<tr>\n<td>Known Consignor (consignor for both passenger and all cargo aircraft only)</td>\n<td>KC</td>\n</tr>\n<tr>\n<td>Movement Reference Number</td>\n<td>M</td>\n</tr>\n<tr>\n<td>Packing List Number</td>\n<td>P</td>\n</tr>\n<tr>\n<td>Request for Information</td>\n<td>RI</td>\n</tr>\n<tr>\n<td>Request for Screening</td>\n<td>RS</td>\n</tr>\n<tr>\n<td>Regulated Agent</td>\n<td>RA</td>\n</tr>\n<tr>\n<td>Regulated Carrier</td>\n<td>RC</td>\n</tr>\n<tr>\n<td>Security Filing Not Received</td>\n<td>FN</td>\n</tr>\n<tr>\n<td>License Identification (e.g. export licenses, Kimberly licenses)</td>\n<td>LI</td>\n</tr>\n<tr>\n<td>Declaration Identification (e.g. letter for lithium batteries)</td>\n<td>DI</td>\n</tr>\n<tr>\n<td>Screening Method</td>\n<td>SM</td>\n</tr>\n<tr>\n<td>Security Status Date and Time</td>\n<td>SD</td>\n</tr>\n<tr>\n<td>Security Status Name of Issuer</td>\n<td>SN</td>\n</tr>\n<tr>\n<td>Security Status</td>\n<td>SS</td>\n</tr>\n<tr>\n<td>Security Textual Statement</td>\n<td>ST</td>\n</tr>\n<tr>\n<td>Expiry Date</td>\n<td>ED</td>\n</tr>\n<tr>\n<td>Seal Number</td>\n<td>N</td>\n</tr>\n<tr>\n<td>System Downtime Reference</td>\n<td>S</td>\n</tr>\n<tr>\n<td>Trader Identification Number</td>\n<td>T</td>\n</tr>\n<tr>\n<td>Unique Consignment Reference Number</td>\n<td>U</td>\n</tr>\n<tr>\n<td>Customs Cleared</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>Customs Hold, missing field in FWB, goods description, wait for customs instruction, missing HAWB inform</td>\n<td>WW</td>\n</tr>\n<tr>\n<td>Email address username</td>\n<td>MU</td>\n</tr>\n<tr>\n<td>Verified email address username</td>\n<td>VU</td>\n</tr>\n<tr>\n<td>Email address domain</td>\n<td>MD</td>\n</tr>\n<tr>\n<td>Verified email address domain</td>\n<td>VD</td>\n</tr>\n<tr>\n<td>Verified phone number</td>\n<td>VP</td>\n</tr>\n<tr>\n<td>Customer account holder</td>\n<td>AH</td>\n</tr>\n<tr>\n<td>Account Name</td>\n<td>AN</td>\n</tr>\n<tr>\n<td>Customer account issuer</td>\n<td>AI</td>\n</tr>\n<tr>\n<td>Customer Account Shipping Frequency/Volume</td>\n<td>AF</td>\n</tr>\n<tr>\n<td>Known consignor indicator for ACAS purposes</td>\n<td>KP</td>\n</tr>\n<tr>\n<td>Account establishment date</td>\n<td>AE</td>\n</tr>\n<tr>\n<td>Account billing type based on ACAS Code List</td>\n<td>BT</td>\n</tr>\n<tr>\n<td>IP Address used during creation of Customer account</td>\n<td>IA</td>\n</tr>\n<tr>\n<td>IP Address used to request shipment pickup</td>\n<td>IR</td>\n</tr>\n<tr>\n<td>ID number issuer</td>\n<td>PR</td>\n</tr>\n<tr>\n<td>Biographic Data</td>\n<td>PI</td>\n</tr>\n<tr>\n<td>Transaction type</td>\n<td>RT</td>\n</tr>\n<tr>\n<td>MID or AEO number</td>\n<td>MI</td>\n</tr>\n<tr>\n<td>IOR or similar</td>\n<td>II</td>\n</tr>\n<tr>\n<td>Filing type</td>\n<td>FT</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Notes:</strong> </p>\n</blockquote>\n<h3 id=\"1101-quantity-indicator\">1.101 Quantity Indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Gross</td>\n<td>G</td>\n</tr>\n<tr>\n<td>Net</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"1102-screening-methods\">1.102 Screening Methods</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Physical Inspection and/or Hand Search</td>\n<td>PHS</td>\n</tr>\n<tr>\n<td>Visualcheck</td>\n<td>VCK</td>\n</tr>\n<tr>\n<td>X-ray Equipment</td>\n<td>XRY</td>\n</tr>\n<tr>\n<td>Explosive Detection System</td>\n<td>EDS</td>\n</tr>\n<tr>\n<td>Subjected to Any Other Means</td>\n<td>AOM</td>\n</tr>\n<tr>\n<td>Cargo Metal Detection</td>\n<td>CMD</td>\n</tr>\n<tr>\n<td>Explosive Detection Dogs</td>\n<td>EDD</td>\n</tr>\n<tr>\n<td>Explosives Trace Detection Equipment - Particles or Vapor</td>\n<td>ETD</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"1103-security-statuses\">1.103 Security Statuses</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cargo Has Not Been Secured Yet for Passenger or All-Cargo Aircraft</td>\n<td>NSC</td>\n</tr>\n<tr>\n<td>Cargo Secure for Passenger and All-Cargo Aircraft</td>\n<td>SPX</td>\n</tr>\n<tr>\n<td>Cargo Secure for All-Cargo Aircraft Only</td>\n<td>SCO</td>\n</tr>\n<tr>\n<td>Secure for Passenger, All-Cargo and All-Mail Aircraft in Accordance with High Risk Requirements</td>\n<td>SHR</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"1104-screening-exemptions\">1.104 Screening Exemptions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Small Undersized Shipments</td>\n<td>SMUS</td>\n</tr>\n<tr>\n<td>Mail</td>\n<td>MAIL</td>\n</tr>\n<tr>\n<td>Bio-Medical Samples</td>\n<td>BIOM</td>\n</tr>\n<tr>\n<td>Diplomatic Bags or Diplomatic Mail</td>\n<td>DIPL</td>\n</tr>\n<tr>\n<td>Life-Saving Materials (Save Human Life)</td>\n<td>LFSM</td>\n</tr>\n<tr>\n<td>Nuclear Material</td>\n<td>NUCL</td>\n</tr>\n<tr>\n<td>Transfer or Transshipment</td>\n<td>TRNS</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"1105-identification-type-code\">1.105 Identification Type Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n<th>Format/Note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorized Economic Operator</td>\n<td>AEO</td>\n<td>WCO AEO Programme</td>\n</tr>\n<tr>\n<td>Economic Operator Identification and Registration</td>\n<td>EORI</td>\n<td>Country code + unique number per Member State</td>\n</tr>\n<tr>\n<td>Email Address (e.g. <a href=\"https://mailto:user@domainname.com\">user@domainname.com</a>)</td>\n<td>EMAIL</td>\n<td>local-part + @ + domain</td>\n</tr>\n<tr>\n<td>Internet Domain Name (e.g. <a href=\"http://www.example.com\">http://www.example.com</a>)</td>\n<td>URL</td>\n<td>scheme:scheme-specific-part</td>\n</tr>\n<tr>\n<td>Airline IATA Designator (2 letter, e.g. XB)</td>\n<td>IA2L</td>\n<td>IATA Airport Coding Directory</td>\n</tr>\n<tr>\n<td>Airline IATA Prefix (3 digit, e.g. 020)</td>\n<td>IA3P</td>\n<td>IATA Airport Coding Directory</td>\n</tr>\n<tr>\n<td>Airline ICAO Designator (3 letter, e.g. DLH)</td>\n<td>IC3L</td>\n<td>IATA Airport Coding Directory</td>\n</tr>\n<tr>\n<td>Cargo Community System Identifier (e.g. WTG)</td>\n<td>CCSI</td>\n<td>Cargo-XML Manual and Toolkit</td>\n</tr>\n<tr>\n<td>Partner Identification and Message Addressing (e.g. TDVAGT03MERIDIAN/ATL1)</td>\n<td>PIMA</td>\n<td>CCS System ID + Group Code + Code Type + Participant ID + Separator + Airport/City + Office</td>\n</tr>\n<tr>\n<td>Teletype Address (e.g. FRAFMLH)</td>\n<td>TTY</td>\n<td>Airport code (3) + office designator (2) + airline code (2)</td>\n</tr>\n<tr>\n<td>Auxiliary Code Address (e.g. AUHADXH)</td>\n<td>AUX</td>\n<td>Airport code (3) + office designator (2) + auxiliary code (2)</td>\n</tr>\n<tr>\n<td>Third Party Reference number</td>\n<td>TPR</td>\n<td>Agent Name (4 chars) + City Code (3 chars), may vary</td>\n</tr>\n<tr>\n<td>Trade Identification number</td>\n<td>TIN</td>\n<td>Unique economic operator identifier (tax number, business registration, or customs number)</td>\n</tr>\n<tr>\n<td>Value Added Tax number</td>\n<td>VAT</td>\n<td>Incremental tax on price at each production/distribution stage</td>\n</tr>\n<tr>\n<td>Non-IATA Cargo Agent Code</td>\n<td>NIACA</td>\n<td>Unique ID for Freight Forwarders not part of IATA CASS</td>\n</tr>\n<tr>\n<td>IATA Cargo Agent Code</td>\n<td>IACA</td>\n<td>Geographical (2) + Area (1) + Location (4 digits)</td>\n</tr>\n<tr>\n<td>Cargo Accounting and Settlement System Code (e.g. 3847028/0203)</td>\n<td>CASS</td>\n<td>Geo (2) + Area (1) + Location (4) + Slash + CASS Code (3) + Check Digit (1)</td>\n</tr>\n<tr>\n<td>Postal Operator Accounting and Settlement System</td>\n<td>PASS</td>\n<td>11 digits: 2A country + 1N area (“9”) + 4N + 3N (HQ/BR) + 1N check digit. Class code: “L”</td>\n</tr>\n<tr>\n<td>Other Participant Office Message Address</td>\n<td>OPI</td>\n<td>Participant Identifier + Code + Airport/City Name</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"1106-service-parameter-type-code\">1.106 Service Parameter Type Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Time</td>\n<td>T</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />Only T is defined for the time being</p>\n<h3 id=\"1107-service-parameter-response-code\">1.107 Service Parameter Response Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Service Parameter Confirmed</td>\n<td>SPKK</td>\n</tr>\n<tr>\n<td>Alternative Service Parameter Offered</td>\n<td>SPHL</td>\n</tr>\n<tr>\n<td>Service Parameter Rejected</td>\n<td>SPUU</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-density-group-codes\">2. Density Group Codes</h3>\n<p>It should be noted that this information should serve only as a guideline and the density of certain commodities may be different and related to the country of origin of the goods.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Group</th>\n<th>Density</th>\n<th>Example Commodities</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>160 kg/mc or 10 lbs/cf</td>\n<td>Fruit, Household Appliances, Laboratory Equipment, Leather Gloves, Optical Material, Tires — Rubber, Vegetables, Wigs</td>\n</tr>\n<tr>\n<td>1</td>\n<td>300 kg/mc or 18.6 lbs/cf</td>\n<td>Calculators, Cash Registers, Drugs, Films, Hand Tools, Magnetic Tapes, Pharmaceutical Products, Radio/TV Equip, Telephone/Telegraph Equipment, Tractor Parts, Typewriters</td>\n</tr>\n<tr>\n<td>2</td>\n<td>90 kg/mc or 5.6 lbs/cf</td>\n<td>Athletic/Sporting Goods, Consolidations, Flowers, Footwear, Glassware, Leather Bags, Plastic Products, Toys</td>\n</tr>\n<tr>\n<td>3</td>\n<td>120 kg/mc or 7.5 lbs/cf</td>\n<td>Clothing/Apparel, Knitted Goods, Live Animals, Musical Instruments, Personal Effects, Radioactive Material, Rubber Products, Wooden Articles</td>\n</tr>\n<tr>\n<td>4</td>\n<td>220 kg/mc or 13.8 lbs/cf</td>\n<td>Advertising Signs/Displays, Carpets, Diplomatic Mail, Documents, Electrical Material/Apparatus, Electronic Equipment/Parts, Furs/Furskins, Live Plants, Office Machines, Textiles</td>\n</tr>\n<tr>\n<td>5</td>\n<td>60 kg/mc or 3.8 lbs/cf</td>\n<td>Automobiles, Live Birds, Luggage — Empty, Speakers</td>\n</tr>\n<tr>\n<td>6</td>\n<td>250 kg/mc or 15.6 lbs/cf</td>\n<td>Aircraft Parts, Auto Parts, Cameras/Camera Equipment, Cosmetics, Food Preparations, Human Remains — Not Cremated, Medical Instruments, Office Supplies, Paper Products, Toiletries</td>\n</tr>\n<tr>\n<td>8</td>\n<td>400 kg/mc or 25 lbs/cf</td>\n<td>Adhesives, Chinaware, Compressors, Engines, Frozen Meat, Generators, Machine Parts, Magazines/Periodicals, Newspapers, Pipe Fittings, Printed Matter, Wire Products</td>\n</tr>\n<tr>\n<td>9</td>\n<td>600 kg/mc or 37.5 lbs/cf</td>\n<td>Bearings, Bolts/Nuts/Screws, Building Material, Chemical Products, Electrical Motors, Leather, Machines Industrial, Paint, Pumping Equipment, Valuables (Gold-Jewels-Coin), Watches</td>\n</tr>\n<tr>\n<td>10</td>\n<td>950 kg/mc or 59.3 lbs/cf</td>\n<td>Liquids</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Note:</strong> In cases where commodity is not adequately defined, density group 6 must be used.</p>\n</blockquote>\n","_postman_id":"5ac60e70-98a3-46bf-8401-ba4e2670b5b5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"id":"2f3059d7-8a5d-4052-aead-0d02ca2cc788","description":"<h4 id=\"parameter-codes-dictionary-tables\">Parameter Codes Dictionary Tables</h4>\n<h5 id=\"senderparty-and-recipientparty-primaryidschemeid\">SenderParty and RecipientParty PrimaryID@schemeID</h5>\n<blockquote>\n<p><em>Coded qualification to further identify the sender and receiver</em> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>Certified Party (must always be there with only one occurrence)</td>\n</tr>\n<tr>\n<td>T</td>\n<td>Teletype address</td>\n</tr>\n<tr>\n<td>P</td>\n<td>Participant address</td>\n</tr>\n<tr>\n<td>TP</td>\n<td>Concatenate T and P</td>\n</tr>\n<tr>\n<td>O</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"purposecode\">PurposeCode</h5>\n<blockquote>\n<p><em>Contains the Function/Purpose of a given type of message</em> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Creation</td>\n<td>Original message creation</td>\n</tr>\n<tr>\n<td>Deletion</td>\n<td>Message cancellation/deletion</td>\n</tr>\n<tr>\n<td>Update</td>\n<td>Message update/modification</td>\n</tr>\n<tr>\n<td>Request</td>\n<td>Request for information</td>\n</tr>\n<tr>\n<td>Response</td>\n<td>Response to previous message</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"datetimetypecode\">DateTimeTypeCode</h5>\n<blockquote>\n<p><em>Indicates the type of the event</em> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>S</td>\n<td>Scheduled Time</td>\n</tr>\n<tr>\n<td>A</td>\n<td>Actual Time</td>\n</tr>\n<tr>\n<td>E</td>\n<td>Estimated Time</td>\n</tr>\n<tr>\n<td>R</td>\n<td>Requested Time</td>\n</tr>\n<tr>\n<td>P</td>\n<td>Planned Time</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"subjectcode-information-identifier\">SubjectCode (Information Identifier)</h5>\n<blockquote>\n<p><em>Code identifying a piece of information/entity</em> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IMP</td>\n<td>Import</td>\n</tr>\n<tr>\n<td>EXP</td>\n<td>Export</td>\n</tr>\n<tr>\n<td>AGT</td>\n<td>Agent</td>\n</tr>\n<tr>\n<td>ISS</td>\n<td>Regulated Agent Issuing Security Status</td>\n</tr>\n<tr>\n<td>TRA</td>\n<td>Transit</td>\n</tr>\n<tr>\n<td>TRN</td>\n<td>Transhipment</td>\n</tr>\n<tr>\n<td>SHP</td>\n<td>Shipper</td>\n</tr>\n<tr>\n<td>CNE</td>\n<td>Consignee</td>\n</tr>\n<tr>\n<td>CUS</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>FFW</td>\n<td>Freight Forwarder</td>\n</tr>\n<tr>\n<td>DEC</td>\n<td>Declarant</td>\n</tr>\n<tr>\n<td>SPH</td>\n<td>Special Handling</td>\n</tr>\n<tr>\n<td>DGR</td>\n<td>Dangerous Goods</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"goodsstatuscode\">GoodsStatusCode</h5>\n<blockquote>\n<p><em>Code indicating the origin of goods for Customs purposes</em> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>T1</td>\n<td>EU External Transit (non-EU goods)</td>\n</tr>\n<tr>\n<td>T2</td>\n<td>EU Internal Transit (EU goods)</td>\n</tr>\n<tr>\n<td>C</td>\n<td>Community Goods (free circulation in EU)</td>\n</tr>\n<tr>\n<td>F</td>\n<td>Foreign Goods (non-EU goods)</td>\n</tr>\n<tr>\n<td>I</td>\n<td>Import</td>\n</tr>\n<tr>\n<td>E</td>\n<td>Export</td>\n</tr>\n<tr>\n<td>T</td>\n<td>Transit</td>\n</tr>\n<tr>\n<td>X</td>\n<td>In bond</td>\n</tr>\n<tr>\n<td>D</td>\n<td>Domestic</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2f3059d7-8a5d-4052-aead-0d02ca2cc788","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","id":"da6dfe6c-a465-4217-a8b6-d7e583c4b31e","name":"PSW ACS","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["// Check if we have an access token from a previous auth request","if (pm.environment.has(\"accessToken\") && pm.environment.get(\"accessToken\")) {","    // Set the apiKey variable to use Bearer token format","    pm.environment.set(\"apiKey\", \"Bearer \" + pm.environment.get(\"accessToken\"));","} else {","    // Use a default mock token if no access token exists","    pm.environment.set(\"apiKey\", \"Bearer mock-api-key-2024\");","}"],"id":"abdf41eb-ff9c-45e3-8b3d-65adf0a0c19c"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"96714b58-c80f-4644-9672-2644867817f2"}}],"variable":[{"key":"base_url","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"}]}